bump ssh2 from 1.11.0 to 1.14.0

This commit is contained in:
weidongkl 2023-08-23 10:01:51 +08:00
parent 64e86994f7
commit 2ecff7024e
No known key found for this signature in database
GPG key ID: 5977E9E39B2579B0
2 changed files with 889 additions and 5994 deletions

6877
app/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{ {
"name": "webssh2", "name": "webssh2",
"version": "0.5.0-pre-5", "version": "0.5.0-pre-4",
"ignore": [ "ignore": [
".gitignore" ".gitignore"
], ],
@ -37,11 +37,12 @@
"debug": "^4.3.4", "debug": "^4.3.4",
"express": "^4.18.1", "express": "^4.18.1",
"express-session": "^1.17.3", "express-session": "^1.17.3",
"json-merger": "^1.1.9",
"morgan": "~1.10.0", "morgan": "~1.10.0",
"read-config-ng": "^3.0.5", "read-config-ng": "^3.0.5",
"serve-favicon": "^2.5.0", "serve-favicon": "^2.5.0",
"socket.io": "^4.5.1", "socket.io": "^4.5.1",
"ssh2": "^1.11.0", "ssh2": "^1.14.0",
"validator": "^13.7.0" "validator": "^13.7.0"
}, },
"scripts": { "scripts": {
@ -69,7 +70,6 @@
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"mini-css-extract-plugin": "^2.6.1", "mini-css-extract-plugin": "^2.6.1",
"nodaemon": "0.0.5", "nodaemon": "0.0.5",
"npm-check-updates": "^16.13.0",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"snazzy": "^9.0.0", "snazzy": "^9.0.0",
"snyk": "^1.982.0", "snyk": "^1.982.0",