From ed57d7f7e811496047f70fe5e1d55f7e416f1dd2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Apr 2024 18:58:10 +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 72dfd8e..30c3b69 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "resolve-alpn": "^1.2.1", "serialize-error": "^11.0.3", "tslib": "^2.6.2", - "undici": "^6.6.2", + "undici": "^6.11.1", "ws": "^8.16.0", "xksuid": "https://github.com/aultac/xksuid.git#commit=22a21eb01331191feb62ea0a4e67d96d2e80f396" },