From 59064c0e7e0f6c68960f30c65bc4cc4f6c0e72ff Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Fri, 8 Oct 2021 00:54:45 +0200 Subject: [PATCH] :arrow_up: Set node-ssh@12.0.0 and ssh2-sftp-client@7.0.0 on n8n-nodes-base The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SSH2-1656673 Co-authored-by: Jan --- packages/nodes-base/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nodes-base/package.json b/packages/nodes-base/package.json index 9c1352f3f..9c3d2632a 100644 --- a/packages/nodes-base/package.json +++ b/packages/nodes-base/package.json @@ -702,8 +702,8 @@ "mqtt": "4.2.6", "mssql": "^6.2.0", "mysql2": "~2.3.0", + "node-ssh": "^12.0.0", "n8n-core": "~0.86.0", - "node-ssh": "^11.0.0", "nodemailer": "^6.5.0", "pdf-parse": "^1.1.1", "pg": "^8.3.0", @@ -715,7 +715,7 @@ "rss-parser": "^3.7.0", "simple-git": "^2.36.2", "snowflake-sdk": "^1.5.3", - "ssh2-sftp-client": "^5.2.1", + "ssh2-sftp-client": "^7.0.0", "tmp-promise": "^3.0.2", "uuid": "^8.3.0", "vm2": "^3.6.10",