diff --git a/package-lock.json b/package-lock.json index bf6c457..7e4729a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "fp-ts": "^2.16.9", "io-ts": "^2.2.21", "js-yaml": "^4.1.0", - "ssh2": "^1.11.0" + "ssh2": "^1.16.0" }, "bin": { "accordance": "dist/main.js" @@ -28,7 +28,7 @@ "@types/js-yaml": "^4.0.9", "@types/request": "^2.48.12", "@types/request-promise-native": "^1.0.21", - "@types/ssh2": "^1.11.7", + "@types/ssh2": "^1.15.1", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "eslint": "^8.57.1", @@ -1684,19 +1684,21 @@ } }, "node_modules/@types/ssh2": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@types/ssh2/-/ssh2-1.15.0.tgz", - "integrity": "sha512-YcT8jP5F8NzWeevWvcyrrLB3zcneVjzYY9ZDSMAMboI+2zR1qYWFhwsyOFVzT7Jorn67vqxC0FRiw8YyG9P1ww==", + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/@types/ssh2/-/ssh2-1.15.1.tgz", + "integrity": "sha512-ZIbEqKAsi5gj35y4P4vkJYly642wIbY6PqoN0xiyQGshKUGXR9WQjF/iF9mXBQ8uBKy3ezfsCkcoHKhd0BzuDA==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "^18.11.18" } }, "node_modules/@types/ssh2/node_modules/@types/node": { - "version": "18.19.40", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.40.tgz", - "integrity": "sha512-MIxieZHrm4Ee8XArBIc+Or9HINt2StOmCbgRcXGSJl8q14svRvkZPe7LJq9HKtTI1SK3wU8b91TjntUm7T69Pg==", + "version": "18.19.54", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.54.tgz", + "integrity": "sha512-+BRgt0G5gYjTvdLac9sIeE0iZcJxi4Jc4PV5EUzqi+88jmQLr+fRZdv2tCTV7IHKSGxM6SaLoOXQWWUiLUItMw==", "dev": true, + "license": "MIT", "dependencies": { "undici-types": "~5.26.4" } @@ -6377,9 +6379,9 @@ "dev": true }, "node_modules/ssh2": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/ssh2/-/ssh2-1.15.0.tgz", - "integrity": "sha512-C0PHgX4h6lBxYx7hcXwu3QWdh4tg6tZZsTfXcdvc5caW/EMxaB4H9dWsl7qk+F7LAW762hp8VbXOX7x4xUYvEw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/ssh2/-/ssh2-1.16.0.tgz", + "integrity": "sha512-r1X4KsBGedJqo7h8F5c4Ybpcr5RjyP+aWIG007uBPRjmdQWfEiVLzSK71Zji1B9sKxwaCvD8y8cwSkYrlLiRRg==", "hasInstallScript": true, "dependencies": { "asn1": "^0.2.6", @@ -6389,8 +6391,8 @@ "node": ">=10.16.0" }, "optionalDependencies": { - "cpu-features": "~0.0.9", - "nan": "^2.18.0" + "cpu-features": "~0.0.10", + "nan": "^2.20.0" } }, "node_modules/string-width": { diff --git a/package.json b/package.json index f9f8319..6216e7f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@types/js-yaml": "^4.0.9", "@types/request": "^2.48.12", "@types/request-promise-native": "^1.0.21", - "@types/ssh2": "^1.11.7", + "@types/ssh2": "^1.15.1", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "eslint": "^8.57.1", @@ -44,6 +44,6 @@ "fp-ts": "^2.16.9", "io-ts": "^2.2.21", "js-yaml": "^4.1.0", - "ssh2": "^1.11.0" + "ssh2": "^1.16.0" } }