feat: update jsmasker to v1.4.0
This commit is contained in:
parent
2f4083ff4f
commit
3315df1b0b
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@
|
||||||
"express": "^4.14.1",
|
"express": "^4.14.1",
|
||||||
"express-session": "^1.18.0",
|
"express-session": "^1.18.0",
|
||||||
"express-socket.io-session": "^1.3.5",
|
"express-socket.io-session": "^1.3.5",
|
||||||
"jsmasker": "^1.3.0",
|
"jsmasker": "^1.4.0",
|
||||||
"read-config-ng": "~3.0.7",
|
"read-config-ng": "~3.0.7",
|
||||||
"socket.io": "~2.2.0",
|
"socket.io": "~2.2.0",
|
||||||
"ssh2": "~0.8.9",
|
"ssh2": "~0.8.9",
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
"start": "node index.js",
|
"start": "node index.js",
|
||||||
"lint": "eslint app",
|
"lint": "eslint app",
|
||||||
"lint:fix": "eslint app --fix",
|
"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",
|
"test": "jest",
|
||||||
"release": "standard-version -a -s --release-as patch --commit-all",
|
"release": "standard-version -a -s --release-as patch --commit-all",
|
||||||
"release:dry-run": "standard-version -a -s --release-as patch --dry-run",
|
"release:dry-run": "standard-version -a -s --release-as patch --dry-run",
|
||||||
|
|
Loading…
Reference in a new issue