From 3315df1b0bfaf0b4ccd8adcd027f565ca901c7bb Mon Sep 17 00:00:00 2001 From: Bill Church Date: Mon, 2 Dec 2024 16:05:54 +0000 Subject: [PATCH] feat: update jsmasker to v1.4.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7208f5d..3b6dfc3 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "express": "^4.14.1", "express-session": "^1.18.0", "express-socket.io-session": "^1.3.5", - "jsmasker": "^1.3.0", + "jsmasker": "^1.4.0", "read-config-ng": "~3.0.7", "socket.io": "~2.2.0", "ssh2": "~0.8.9", @@ -49,7 +49,7 @@ "start": "node index.js", "lint": "eslint app", "lint:fix": "eslint app --fix", - "watch": "NODE_ENV=development DEBUG=webssh*,-webssh2:ssh2 nodemon index.js -w app/ -w index.js -w config.json -w package.json", + "watch": "NODE_ENV=development DEBUG=webssh* nodemon index.js -w app/ -w index.js -w config.json -w package.json", "test": "jest", "release": "standard-version -a -s --release-as patch --commit-all", "release:dry-run": "standard-version -a -s --release-as patch --dry-run",