diff --git a/package-lock.json b/package-lock.json index 85e41a60..d55e1b5c 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.5.0" }, "peerDependencies": { "next": "12.x.x || 13.x.x" @@ -8627,15 +8627,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.5.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.5.0.tgz", + "integrity": "sha512-/MUmPb2ptTvp1j7lPvdMSofMdqPxcOhAaKZi4k55sqm6XMeKI3n1dZJ5cnD4gLjpt2l7CIlthR1IXM59xKhpxw==", "dev": true, "dependencies": { "@fastify/busboy": "^2.0.0" }, "engines": { - "node": ">=14.0" + "node": ">=18.0" } }, "node_modules/undici-types": { @@ -15155,9 +15155,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.5.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.5.0.tgz", + "integrity": "sha512-/MUmPb2ptTvp1j7lPvdMSofMdqPxcOhAaKZi4k55sqm6XMeKI3n1dZJ5cnD4gLjpt2l7CIlthR1IXM59xKhpxw==", "dev": true, "requires": { "@fastify/busboy": "^2.0.0" diff --git a/package.json b/package.json index 26722938..fb53ad56 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.5.0" }, "publishConfig": { "access": "public"