From b2beb5ece242a61b0cbe7d7dadc97d68fe5ca2ed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Oct 2024 06:06:27 +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-COOKIE-8163060 --- 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 f6ca0b10e..0ee739662 100644 --- a/packages/plugins/audit/package.json +++ b/packages/plugins/audit/package.json @@ -32,7 +32,7 @@ "dependencies": { "@verdaccio/config": "workspace:8.0.0-next-8.3", "@verdaccio/core": "workspace:8.0.0-next-8.3", - "express": "4.21.0", + "express": "4.21.1", "https-proxy-agent": "5.0.1", "node-fetch": "cjs" },