From a803a37c7c12fd2cc08d5f10dc5b1c5921a5ae38 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Jan 2025 02:27:10 +0000 Subject: [PATCH] feat: upgrade undici from 5.25.4 to 7.2.0 Snyk has created this PR to upgrade undici from 5.25.4 to 7.2.0. See this package in npm: undici See this project in Snyk: https://app.snyk.io/org/nerds-github/project/b5cdf2ad-2b8a-4186-9f27-57d3c2adaf21?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/http-client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/http-client/package.json b/packages/http-client/package.json index 3960a83a5f..ace1f2fb9b 100644 --- a/packages/http-client/package.json +++ b/packages/http-client/package.json @@ -46,6 +46,6 @@ }, "dependencies": { "tunnel": "^0.0.6", - "undici": "^5.25.4" + "undici": "^7.2.0" } } \ No newline at end of file