From 6999375440e656911ac8ebf5fb3deb8aa1354baf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 02:02:40 +0000 Subject: [PATCH] chore(deps-dev): Bump undici from 5.26.4 to 6.7.0 Bumps [undici](https://github.com/nodejs/undici) from 5.26.4 to 6.7.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.26.4...v6.7.0) --- updated-dependencies: - dependency-name: undici dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 136a18cd..83fc93de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "standard": "^17.0.0", "tap": "^16.0.0", "tsd": "^0.30.3", - "undici": "^5.8.2" + "undici": "^6.7.0" }, "peerDependencies": { "next": "12.x.x || 13.x.x" @@ -8638,15 +8638,15 @@ } }, "node_modules/undici": { - "version": "5.26.4", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.26.4.tgz", - "integrity": "sha512-OG+QOf0fTLtazL9P9X7yqWxQ+Z0395Wk6DSkyTxtaq3wQEjIroVe7Y4asCX/vcCxYpNGMnwz8F0qbRYUoaQVMw==", + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.7.0.tgz", + "integrity": "sha512-IcWssIyDN1gk6Mcae44q04oRoWTKrW8OKz0effVK1xdWwAgMPnfpxhn9RXUSL5JlwSikO18R7Ibk7Nukz6kxWA==", "dev": true, "dependencies": { "@fastify/busboy": "^2.0.0" }, "engines": { - "node": ">=14.0" + "node": ">=18.0" } }, "node_modules/undici-types": { @@ -15167,9 +15167,9 @@ } }, "undici": { - "version": "5.26.4", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.26.4.tgz", - "integrity": "sha512-OG+QOf0fTLtazL9P9X7yqWxQ+Z0395Wk6DSkyTxtaq3wQEjIroVe7Y4asCX/vcCxYpNGMnwz8F0qbRYUoaQVMw==", + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.7.0.tgz", + "integrity": "sha512-IcWssIyDN1gk6Mcae44q04oRoWTKrW8OKz0effVK1xdWwAgMPnfpxhn9RXUSL5JlwSikO18R7Ibk7Nukz6kxWA==", "dev": true, "requires": { "@fastify/busboy": "^2.0.0" diff --git a/package.json b/package.json index 26722938..f34e2d2b 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "standard": "^17.0.0", "tap": "^16.0.0", "tsd": "^0.30.3", - "undici": "^5.8.2" + "undici": "^6.7.0" }, "publishConfig": { "access": "public"