From 28368e79492bf8b1f1c9a82e57a1cc1d3197f861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 20:05:20 +0000 Subject: [PATCH] chore(deps): bump ssh-config from 5.2.1 to 5.3.0 Bumps [ssh-config](https://github.com/cyjake/ssh-config) from 5.2.1 to 5.3.0. - [Release notes](https://github.com/cyjake/ssh-config/releases) - [Changelog](https://github.com/cyjake/ssh-config/blob/master/History.md) - [Commits](https://github.com/cyjake/ssh-config/compare/v5.2.1...v5.3.0) --- updated-dependencies: - dependency-name: ssh-config dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c10c904d..c955c0b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "jsonc-parser": "^3.3.1", "lodash.debounce": "^4.0.8", "lru-cache": "^11.5.2", - "ssh-config": "^5.2.1", + "ssh-config": "^5.3.0", "ssh2": "^1.17.0", "tmp": "^0.2.1", "upath": "^3.0.8", @@ -9347,12 +9347,12 @@ "license": "BSD-3-Clause" }, "node_modules/ssh-config": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/ssh-config/-/ssh-config-5.2.1.tgz", - "integrity": "sha512-czqHa80E1tct44LC6rOuDGB9Pr6M9nfwX88WJkwhEz6IPxgh0Q1dSNEbem9NsUijjd261/QlToTPUFHeYiV/0Q==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/ssh-config/-/ssh-config-5.3.0.tgz", + "integrity": "sha512-JIsoWax2CAJraGLvhXa4e9zfh+/KzoL6SKxjupQywLjGpuigYsZ+5OVmfZo1mBslxehA8kHWwFQ38eotFoLj6Q==", "license": "MIT", "engines": { - "node": ">= 14.13.1" + "node": ">= 14.18.0" } }, "node_modules/ssh2": { @@ -16796,9 +16796,9 @@ "dev": true }, "ssh-config": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/ssh-config/-/ssh-config-5.2.1.tgz", - "integrity": "sha512-czqHa80E1tct44LC6rOuDGB9Pr6M9nfwX88WJkwhEz6IPxgh0Q1dSNEbem9NsUijjd261/QlToTPUFHeYiV/0Q==" + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/ssh-config/-/ssh-config-5.3.0.tgz", + "integrity": "sha512-JIsoWax2CAJraGLvhXa4e9zfh+/KzoL6SKxjupQywLjGpuigYsZ+5OVmfZo1mBslxehA8kHWwFQ38eotFoLj6Q==" }, "ssh2": { "version": "1.17.0", diff --git a/package.json b/package.json index 0a818678..e35c1eff 100644 --- a/package.json +++ b/package.json @@ -1029,7 +1029,7 @@ "jsonc-parser": "^3.3.1", "lodash.debounce": "^4.0.8", "lru-cache": "^11.5.2", - "ssh-config": "^5.2.1", + "ssh-config": "^5.3.0", "ssh2": "^1.17.0", "tmp": "^0.2.1", "upath": "^3.0.8",