From 0dceb5449d5467618dec61e9a768eafb7e7e5c6b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Sep 2024 18:45:43 +0000 Subject: [PATCH] fix: plugins/techdocs-backend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 - https://snyk.io/vuln/SNYK-JS-SSH2-1656673 --- plugins/techdocs-backend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/techdocs-backend/package.json b/plugins/techdocs-backend/package.json index ccaf0de227939..7c04524d60792 100644 --- a/plugins/techdocs-backend/package.json +++ b/plugins/techdocs-backend/package.json @@ -40,14 +40,14 @@ "@backstage/techdocs-common": "^0.8.0", "@types/express": "^4.17.6", "cross-fetch": "^3.0.6", - "dockerode": "^3.2.1", + "dockerode": "^4.0.0", "express": "^4.17.1", "express-promise-router": "^4.1.0", "fs-extra": "9.1.0", "knex": "^0.95.1", "lodash": "^4.17.21", "p-limit": "^3.1.0", - "winston": "^3.2.1" + "winston": "^3.3.4" }, "devDependencies": { "@backstage/cli": "^0.7.7",