From bd9fff9d8985393ce80ccdf51c68802765a76aff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Apr 2024 16:40:44 +0000 Subject: [PATCH] fix: 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59aad5df98..f9ee37f775 100644 --- a/package.json +++ b/package.json @@ -256,7 +256,7 @@ "twilio": "4.22.0", "typed.js": "2.1.0", "uncaught": "0.0.5", - "undici": "6.6.2", + "undici": "6.11.1", "url-parse": "1.5.10", "url-regex-safe": "4.0.0", "utf-8-validate": "6.0.3",