From 6e344066a0464814a27fbd7ca8422f473956a803 Mon Sep 17 00:00:00 2001 From: Brandon Nozaki Miller Date: Mon, 7 Mar 2022 13:34:42 -0800 Subject: [PATCH] bump for ansi-regex module update dependabot --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a65f2d..4ce7ff0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-ipc", - "version": "10.1.1", + "version": "10.1.2", "description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.", "type": "module", "main": "node-ipc.cjs",