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",