From 1064f84c1f5edf9232bdfd457680a09339a6640c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:54:50 +0000 Subject: [PATCH] chore(deps): bump undici from 5.28.4 to 7.1.0 Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 7.1.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.4...v7.1.0) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++--------------- packages/jest-jsdom-polyfills/package.json | 2 +- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6989bb2d..8395e375 100644 --- a/package-lock.json +++ b/package-lock.json @@ -818,13 +818,6 @@ "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, - "node_modules/@fastify/busboy": { - "version": "2.0.0", - "license": "MIT", - "engines": { - "node": ">=14" - } - }, "node_modules/@humanwhocodes/config-array": { "version": "0.13.0", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz", @@ -13096,14 +13089,11 @@ } }, "node_modules/undici": { - "version": "5.28.4", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz", - "integrity": "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==", - "dependencies": { - "@fastify/busboy": "^2.0.0" - }, + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.1.0.tgz", + "integrity": "sha512-3+mdX2R31khuLCm2mKExSlMdJsfol7bJkIMH80tdXA74W34rT1jKemUTlYR7WY3TqsV4wfOgpatWmmB2Jl1+5g==", "engines": { - "node": ">=14.0" + "node": ">=20.18.1" } }, "node_modules/undici-types": { @@ -13671,7 +13661,7 @@ "@peculiar/webcrypto": "^1.5.0", "@web-std/blob": "^3.0.5", "@web-std/file": "^3.0.3", - "undici": "^5.28.4" + "undici": "^7.1.0" }, "devDependencies": { "@types/node": "^22.9.3" diff --git a/packages/jest-jsdom-polyfills/package.json b/packages/jest-jsdom-polyfills/package.json index 9294e9a5..8cfebe5d 100644 --- a/packages/jest-jsdom-polyfills/package.json +++ b/packages/jest-jsdom-polyfills/package.json @@ -28,7 +28,7 @@ "@peculiar/webcrypto": "^1.5.0", "@web-std/blob": "^3.0.5", "@web-std/file": "^3.0.3", - "undici": "^5.28.4" + "undici": "^7.1.0" }, "devDependencies": { "@types/node": "^22.9.3"