fix: 修复ssh无法连接成功,无法执行命令的bug

pull/148/head
xiaojunnuo 2024-08-24 00:00:27 +08:00
parent 37eb762afe
commit 41b9837582
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@
"nodemailer": "^6.9.3",
"pg": "^8.12.0",
"reflect-metadata": "^0.1.13",
"ssh2": "^0.8.9",
"ssh2": "^1.15.0",
"svg-captcha": "^1.4.0",
"tencentcloud-sdk-nodejs": "^4.0.44",
"tencentcloud-sdk-nodejs-dnspod": "^4.0.866",
@ -76,7 +76,7 @@
"@types/mocha": "^10.0.1",
"@types/node": "16",
"@types/nodemailer": "^6.4.8",
"@types/ssh2": "^1.11.6",
"@types/ssh2": "^1.15.0",
"c8": "^8.0.1",
"cross-env": "^7.0.3",
"mocha": "^10.2.0",