From 449d035b9286613cb4c85e51d05ab3b9bfcb4b31 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Apr 2024 14:47:28 +0000 Subject: [PATCH] fix: packages/hooks/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDICI-6564963 - https://snyk.io/vuln/SNYK-JS-UNDICI-6564964 --- packages/hooks/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hooks/package.json b/packages/hooks/package.json index a51b5e90db3a..3e73a83fb49f 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -34,7 +34,7 @@ "core-js": "3.30.2", "debug": "4.3.4", "handlebars": "4.7.7", - "undici": "4.16.0" + "undici": "5.28.4" }, "devDependencies": { "@types/node": "16.18.35",