From 6fc30c96b25816aefb3bfb2e485baf7663957b60 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Jul 2022 19:11:55 +0000 Subject: [PATCH] fix: packages/store/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDICI-2957529 --- packages/store/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/store/package.json b/packages/store/package.json index ccf781896fea..9b5cfdca8462 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -60,7 +60,7 @@ "@verdaccio/mock": "workspace:6.0.0-6-next.14", "@verdaccio/types": "workspace:11.0.0-6-next.11", "@verdaccio/test-helper": "workspace:1.1.0-6-next.0", - "undici": "4.15.0", + "undici": "5.8.0", "nock": "13.2.2", "tmp-promise": "3.0.3", "node-mocks-http": "1.11.0"