feat: update jsmasker to v1.4.0

This commit is contained in:
Bill Church 2024-12-02 16:05:54 +00:00
parent 2f4083ff4f
commit 3315df1b0b
No known key found for this signature in database

View file

@ -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",