diff --git a/package-lock.json b/package-lock.json index 004dab8d..66077374 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "flat": "^6.0.1", "js-yaml": "^4.2.0", "markup-js": "^1.5.21", - "undici": "^7.28.0" + "undici": "^8.7.0" }, "devDependencies": { "@biomejs/biome": "^2.5.4", @@ -2348,18 +2348,18 @@ } }, "node_modules/undici": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz", - "integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==", + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.7.0.tgz", + "integrity": "sha512-N7iQtfyLhIMOFgQubvmLV26svHpO0bqKnAiWotTQCVKCmWrcGbBotPuW1x+xwYZ2VHdSTVUfPQQnlEt1/LouTQ==", "license": "MIT", "engines": { - "node": ">=20.18.1" + "node": ">=22.19.0" } }, "node_modules/undici-types": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.28.0.tgz", - "integrity": "sha512-LJAfY+2w6HGeT8d8J1wNQsUGUEGio6NWWpwdwurQe4f6oojzCFuGLizl1KSve4irsTxyLly1QhEeE6iapdaIvQ==", + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.7.0.tgz", + "integrity": "sha512-gbsS+hAjHg9iV+T8XWdFqnOZEk4f5xrrX3eb9Y1GDe+B5u9H68P6SzYXXUw/rkRvJHRgKIdNfAcrcVj/JvayVA==", "license": "MIT" }, "node_modules/universal-user-agent": { diff --git a/package.json b/package.json index 3445032b..8975a394 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "flat": "^6.0.1", "js-yaml": "^4.2.0", "markup-js": "^1.5.21", - "undici": "^7.28.0" + "undici": "^8.7.0" }, "overrides": { "undici-types": "$undici"