diff --git a/package-lock.json b/package-lock.json index 0c05559..dff5cfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "hubot-scripts": "^2.17.2", "hubot-shipit": "^0.2.1", "hubot-slack": "^4.10.0", - "node-ssh": "^13.1.0" + "node-ssh": "^13.2.0" }, "devDependencies": { "@commitlint/cli": "^18.4.4", @@ -1744,19 +1744,6 @@ "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==", "dev": true }, - "node_modules/@types/ssh2": { - "version": "1.11.13", - "resolved": "https://registry.npmjs.org/@types/ssh2/-/ssh2-1.11.13.tgz", - "integrity": "sha512-08WbG68HvQ2YVi74n2iSUnYHYpUdFc/s2IsI0BHBdJwaqYJpWlVv9elL0tYShTv60yr0ObdxJR5NrCRiGJ/0CQ==", - "dependencies": { - "@types/node": "^18.11.18" - } - }, - "node_modules/@types/ssh2/node_modules/@types/node": { - "version": "18.16.19", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.19.tgz", - "integrity": "sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA==" - }, "node_modules/@ungap/structured-clone": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", @@ -7181,17 +7168,16 @@ } }, "node_modules/node-ssh": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/node-ssh/-/node-ssh-13.1.0.tgz", - "integrity": "sha512-GLcw49yFd9+rUpP+FgX6wrF/N90cmuDl2n0i8d3L828b6riRjkb9w3SS+XvviRWbrAhLxuMKywFqxvQDZQ1bug==", + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/node-ssh/-/node-ssh-13.2.0.tgz", + "integrity": "sha512-7vsKR2Bbs66th6IWCy/7SN4MSwlVt+G6QrHB631BjRUM8/LmvDugtYhi0uAmgvHS/+PVurfNBOmELf30rm0MZg==", "dependencies": { - "@types/ssh2": "^1.11.9", "is-stream": "^2.0.0", "make-dir": "^3.1.0", "sb-promise-queue": "^2.1.0", "sb-scandir": "^3.1.0", "shell-escape": "^0.2.0", - "ssh2": "^1.11.0" + "ssh2": "^1.14.0" }, "engines": { "node": ">= 10" diff --git a/package.json b/package.json index 38893bb..303b797 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "hubot-scripts": "^2.17.2", "hubot-shipit": "^0.2.1", "hubot-slack": "^4.10.0", - "node-ssh": "^13.1.0" + "node-ssh": "^13.2.0" }, "devDependencies": { "@commitlint/cli": "^18.4.4",