From e9873dbd2726d22bc2662500f11ccbc73074f377 Mon Sep 17 00:00:00 2001 From: Sebastian Golasch Date: Mon, 22 Apr 2024 14:57:33 +0200 Subject: [PATCH] fix: updates undici to keep up with latest security release (#1099) * fix: updates undici to keep up with latest security release * Update package.json --------- Co-authored-by: s.golasch Co-authored-by: Matteo Collina --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9040c3b1..d8dacd94 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "secure-json-parse": "^2.7.0", "single-user-cache": "^0.6.0", "tiny-lru": "^11.0.0", - "undici": "5.28.3", + "undici": "^5.28.4", "ws": "^8.2.2" }, "tsd": {