package: bump ssh2 to v1.10.0

This commit is contained in:
Bill Church 2022-05-18 12:22:06 -04:00
parent 7c9e00cdfe
commit 8d93ffab91
2 changed files with 36 additions and 19 deletions

53
app/package-lock.json generated
View file

@ -20,7 +20,7 @@
"read-config-ng": "^3.0.5",
"serve-favicon": "^2.5.0",
"socket.io": "^4.2.0",
"ssh2": "~1.4.0",
"ssh2": "^1.10.0",
"validator": "^13.7.0"
},
"bin": {
@ -1147,6 +1147,15 @@
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
"dev": true
},
"node_modules/buildcheck": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/buildcheck/-/buildcheck-0.0.3.tgz",
"integrity": "sha512-pziaA+p/wdVImfcbsZLNF32EiWyujlQLwolMqUQE8xpKNOH7KmZQaY8sXN7DGOEzPAElo9QTaeNRfGnf3iOJbA==",
"optional": true,
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/bytes": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
@ -1784,16 +1793,17 @@
}
},
"node_modules/cpu-features": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/cpu-features/-/cpu-features-0.0.2.tgz",
"integrity": "sha512-/2yieBqvMcRj8McNzkycjW2v3OIUOibBfd2dLEJ0nWts8NobAxwiyw9phVNS6oDL8x8tz9F7uNVFEVpJncQpeA==",
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/cpu-features/-/cpu-features-0.0.4.tgz",
"integrity": "sha512-fKiZ/zp1mUwQbnzb9IghXtHtDoTMtNeb8oYGx6kX2SYfhnG0HNdBEBIzB9b5KlXu5DQPhfy3mInbBxFcgwAr3A==",
"hasInstallScript": true,
"optional": true,
"dependencies": {
"nan": "^2.14.1"
"buildcheck": "0.0.3",
"nan": "^2.15.0"
},
"engines": {
"node": ">=8.0.0"
"node": ">=10.0.0"
}
},
"node_modules/cross-spawn": {
@ -6415,9 +6425,9 @@
"integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
},
"node_modules/ssh2": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/ssh2/-/ssh2-1.4.0.tgz",
"integrity": "sha512-XvXwcXKvS452DyQvCa6Ct+chpucwc/UyxgliYz+rWXJ3jDHdtBb9xgmxJdMmnIn5bpgGAEV3KaEsH98ZGPHqwg==",
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/ssh2/-/ssh2-1.10.0.tgz",
"integrity": "sha512-OnKAAmf4j8wCRrXXZv3Tp5lCZkLJZtgZbn45ELiShCg27djDQ3XFGvIzuGsIsf4hdHslP+VdhA9BhUQdTdfd9w==",
"hasInstallScript": true,
"dependencies": {
"asn1": "^0.2.4",
@ -6427,7 +6437,7 @@
"node": ">=10.16.0"
},
"optionalDependencies": {
"cpu-features": "0.0.2",
"cpu-features": "~0.0.4",
"nan": "^2.15.0"
}
},
@ -8411,6 +8421,12 @@
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
"dev": true
},
"buildcheck": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/buildcheck/-/buildcheck-0.0.3.tgz",
"integrity": "sha512-pziaA+p/wdVImfcbsZLNF32EiWyujlQLwolMqUQE8xpKNOH7KmZQaY8sXN7DGOEzPAElo9QTaeNRfGnf3iOJbA==",
"optional": true
},
"bytes": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
@ -8912,12 +8928,13 @@
}
},
"cpu-features": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/cpu-features/-/cpu-features-0.0.2.tgz",
"integrity": "sha512-/2yieBqvMcRj8McNzkycjW2v3OIUOibBfd2dLEJ0nWts8NobAxwiyw9phVNS6oDL8x8tz9F7uNVFEVpJncQpeA==",
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/cpu-features/-/cpu-features-0.0.4.tgz",
"integrity": "sha512-fKiZ/zp1mUwQbnzb9IghXtHtDoTMtNeb8oYGx6kX2SYfhnG0HNdBEBIzB9b5KlXu5DQPhfy3mInbBxFcgwAr3A==",
"optional": true,
"requires": {
"nan": "^2.14.1"
"buildcheck": "0.0.3",
"nan": "^2.15.0"
}
},
"cross-spawn": {
@ -12388,13 +12405,13 @@
"integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
},
"ssh2": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/ssh2/-/ssh2-1.4.0.tgz",
"integrity": "sha512-XvXwcXKvS452DyQvCa6Ct+chpucwc/UyxgliYz+rWXJ3jDHdtBb9xgmxJdMmnIn5bpgGAEV3KaEsH98ZGPHqwg==",
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/ssh2/-/ssh2-1.10.0.tgz",
"integrity": "sha512-OnKAAmf4j8wCRrXXZv3Tp5lCZkLJZtgZbn45ELiShCg27djDQ3XFGvIzuGsIsf4hdHslP+VdhA9BhUQdTdfd9w==",
"requires": {
"asn1": "^0.2.4",
"bcrypt-pbkdf": "^1.0.2",
"cpu-features": "0.0.2",
"cpu-features": "~0.0.4",
"nan": "^2.15.0"
}
},

View file

@ -43,7 +43,7 @@
"read-config-ng": "^3.0.5",
"serve-favicon": "^2.5.0",
"socket.io": "^4.2.0",
"ssh2": "~1.4.0",
"ssh2": "^1.10.0",
"validator": "^13.7.0"
},
"scripts": {