From 98af32191d9b5f8e7597a58b1abcbf3147132718 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Sep 2021 19:25:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SSH2-1656673 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63bbfb7..5d15c6d 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "cors": "^2.8.5", "cron-parser": "^2.16.3", "debug": "^4.1.1", - "dockerode": "^3.2.0", + "dockerode": "^3.3.0", "dotenv": "^8.2.0", "express": "^4.17.1", "express-rate-limit": "^5.1.3",