chore: update jsmasker@1.2.0

This commit is contained in:
Bill Church 2024-08-22 14:57:47 +00:00
parent 60eae6a165
commit 06063a8009
No known key found for this signature in database

View file

@ -34,21 +34,21 @@
"ajv": "^4.11.8", "ajv": "^4.11.8",
"basic-auth": "^2.0.1", "basic-auth": "^2.0.1",
"body-parser": "^1.15.2", "body-parser": "^1.15.2",
"debug": "~4.1.0", "debug": "^3.2.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.1.2", "jsmasker": "^1.2.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",
"validator": "^13.12.0", "validator": "^12.2.0",
"webssh2_client": "^0.2.23" "webssh2_client": "^0.2.23"
}, },
"scripts": { "scripts": {
"start": "node index.js", "start": "node index.js",
"lint": "eslint app", "lint": "eslint app",
"lint:fix": "eslint src --fix", "lint:fix": "eslint app --fix",
"watch": "NODE_ENV=development nodemon index.js -w app/ -w index.js -w config.json -w package.json", "watch": "NODE_ENV=development 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", "release": "standard-version -a -s --release-as patch",
@ -76,15 +76,15 @@
"devDependencies": { "devDependencies": {
"eslint": "^5.16.0", "eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0", "eslint-config-airbnb-base": "^13.2.0",
"eslint-config-prettier": "^4.3.0", "eslint-config-prettier": "^3.6.0",
"eslint-plugin-import": "^2.18.2", "eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^22.0.0", "eslint-plugin-jest": "^21.27.2",
"eslint-plugin-node": "^8.0.0", "eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^2.7.0", "eslint-plugin-prettier": "^2.7.0",
"jest": "^23.6.0", "jest": "^21.2.1",
"nodemon": "^1.12.1", "nodemon": "^1.12.1",
"prettier": "^1.19.1", "prettier": "^1.19.1",
"prettier-eslint": "^8.8.2", "prettier-eslint": "^7.1.0",
"standard-version": "^4.4.0" "standard-version": "^4.4.0"
}, },
"main": "index.js", "main": "index.js",