From be3eeaf8a4d444f016db8b530fda63fc5a626513 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 17:44:56 +0000 Subject: [PATCH] feat: upgrade undici from 5.25.4 to 7.1.0 Snyk has created this PR to upgrade undici from 5.25.4 to 7.1.0. See this package in npm: undici See this project in Snyk: https://app.snyk.io/org/hashimmohammad881-TrGTrpdUyGorMuF38nmW8P/project/22936700-23f4-491a-9a1c-363c813df22d?utm_source=github-cloud-app&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 0ae89c34bb..87c54d4e94 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.1.0" } } \ No newline at end of file