diff --git a/package.json b/package.json index 089db4eb6128..46f981976c74 100644 --- a/package.json +++ b/package.json @@ -226,7 +226,7 @@ "tslint-eslint-rules": "5.4.0", "tslint-no-toplevel-property-access": "0.0.2", "typed-graphqlify": "^3.1.1", - "undici": "^6.15.0", + "undici": "^7.0.0", "vrsource-tslint-rules": "6.0.0" }, "// 3": "Ensure that transitive dependencies on `https-proxy-agent` are at minimum v5 as older versions patch NodeJS directly, breaking tools like webdriver which is used by the karma-sauce-launcher as an example.", diff --git a/yarn.lock b/yarn.lock index 52d6e78bb050..5258eff6a353 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17251,10 +17251,10 @@ undici@^5.25.4: dependencies: "@fastify/busboy" "^2.0.0" -undici@^6.15.0: - version "6.21.1" - resolved "https://registry.yarnpkg.com/undici/-/undici-6.21.1.tgz#336025a14162e6837e44ad7b819b35b6c6af0e05" - integrity sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ== +undici@^7.0.0: + version "7.4.0" + resolved "https://registry.yarnpkg.com/undici/-/undici-7.4.0.tgz#a2606aa5ceeeaac0ddcc00937586c3bc06bfafdc" + integrity sha512-PUQM3/es3noM24oUn10u3kNNap0AbxESOmnssmW+dOi9yGwlUSi5nTNYl3bNbTkWOF8YZDkx2tCmj9OtQ3iGGw== unicode-canonical-property-names-ecmascript@^2.0.0: version "2.0.1"