From 54b54f78527eeab9aef5130624474f03a3d6e624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 14:42:24 +0000 Subject: [PATCH] Bump undici from 6.7.0 to 6.11.1 in /tests/js-units Bumps [undici](https://github.com/nodejs/undici) from 6.7.0 to 6.11.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.7.0...v6.11.1) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/js-units/package-lock.json | 19 ++++--------------- tests/js-units/package.json | 2 +- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/tests/js-units/package-lock.json b/tests/js-units/package-lock.json index 0435c45c7a..a580f7b1f2 100644 --- a/tests/js-units/package-lock.json +++ b/tests/js-units/package-lock.json @@ -9,20 +9,12 @@ "version": "1.0.0", "dependencies": { "mocha": "^10.0.0", - "undici": "^6.7.0" + "undici": "^6.11.1" }, "devDependencies": { "chai": "^4.3.6" } }, - "node_modules/@fastify/busboy": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz", - "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==", - "engines": { - "node": ">=14" - } - }, "node_modules/ansi-colors": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", @@ -799,12 +791,9 @@ } }, "node_modules/undici": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.7.0.tgz", - "integrity": "sha512-IcWssIyDN1gk6Mcae44q04oRoWTKrW8OKz0effVK1xdWwAgMPnfpxhn9RXUSL5JlwSikO18R7Ibk7Nukz6kxWA==", - "dependencies": { - "@fastify/busboy": "^2.0.0" - }, + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.11.1.tgz", + "integrity": "sha512-KyhzaLJnV1qa3BSHdj4AZ2ndqI0QWPxYzaIOio0WzcEJB9gvuysprJSLtpvc2D9mhR9jPDUk7xlJlZbH2KR5iw==", "engines": { "node": ">=18.0" } diff --git a/tests/js-units/package.json b/tests/js-units/package.json index 4fea2113f0..017edfaa3a 100644 --- a/tests/js-units/package.json +++ b/tests/js-units/package.json @@ -9,7 +9,7 @@ "author": "3Liz", "dependencies": { "mocha": "^10.0.0", - "undici": "^6.7.0" + "undici": "^6.11.1" }, "devDependencies": { "chai": "^4.3.6"