From 27ae8a96fbab58cf65815c915fc7a2ae5fd2e36a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 19:46:14 +0000 Subject: [PATCH] fix: packages/plugins/audit/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- packages/plugins/audit/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugins/audit/package.json b/packages/plugins/audit/package.json index 9990d0761fc5..02d7f941fa0d 100644 --- a/packages/plugins/audit/package.json +++ b/packages/plugins/audit/package.json @@ -32,7 +32,7 @@ "dependencies": { "@verdaccio/config": "workspace:7.0.0-next-7.20", "@verdaccio/core": "workspace:7.0.0-next-7.20", - "express": "4.19.2", + "express": "4.20.0", "https-proxy-agent": "5.0.1", "node-fetch": "cjs" },