From 5456fffc387df903ed105d6b6b79f233019cdd00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 00:16:22 +0100 Subject: [PATCH] chore(deps): bump node-ssh from 13.1.0 to 13.2.0 (#430) Bumps [node-ssh](https://github.com/steelbrain/node-ssh) from 13.1.0 to 13.2.0. - [Release notes](https://github.com/steelbrain/node-ssh/releases) - [Changelog](https://github.com/steelbrain/node-ssh/blob/main/CHANGELOG.md) - [Commits](https://github.com/steelbrain/node-ssh/compare/v13.1.0...v13.2.0) --- updated-dependencies: - dependency-name: node-ssh dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 24 +++++------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 20 deletions(-) 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",