chore: update ssh2 and development deps

This commit is contained in:
Bill Church 2022-08-01 15:58:40 +00:00
parent 0bbc99a1ba
commit 9ec66127a9
2 changed files with 2975 additions and 3230 deletions

6152
app/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -35,7 +35,6 @@
"basic-auth": "~2.0.1",
"cidr-matcher": "^2.1.1",
"debug": "^4.3.4",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-session": "^1.17.3",
"json-merger": "^1.1.9",
@ -43,7 +42,7 @@
"read-config-ng": "^3.0.5",
"serve-favicon": "^2.5.0",
"socket.io": "^4.5.1",
"ssh2": "^1.10.0",
"ssh2": "^1.11.0",
"validator": "^13.7.0"
},
"scripts": {
@ -57,33 +56,33 @@
"release": "standard-version"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^5.2.4",
"eslint": "^7.26.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.4.0",
"mini-css-extract-plugin": "^1.6.0",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"eslint": "^8.21.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"mini-css-extract-plugin": "^2.6.1",
"nodaemon": "0.0.5",
"prettier": "^2.3.0",
"prettier": "^2.7.1",
"snazzy": "^9.0.0",
"snyk": "^1.787.0",
"socket.io-client": "^4.1.1",
"source-map-loader": "^2.0.1",
"standard-version": "^9.3.0",
"terser-webpack-plugin": "^5.1.2",
"ts-loader": "^9.1.2",
"typescript": "^4.2.4",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0",
"webpack-merge": "^5.7.3",
"xterm": "^4.18.0",
"snyk": "^1.981.0",
"socket.io-client": "^4.5.1",
"source-map-loader": "^4.0.0",
"standard-version": "^9.5.0",
"terser-webpack-plugin": "^5.3.3",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0",
"xterm": "^4.19.0",
"xterm-addon-fit": "^0.5.0"
},
"resolutions": {