diff --git a/package-lock.json b/package-lock.json index 94cf293..07ad82e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "borp": "^0.19.0", "fastify": "^5.0.0", "neostandard": "^0.11.1", - "undici": "^6.19.4" + "undici": "^7.0.0" } }, "node_modules/@actions/core": { @@ -5204,13 +5204,13 @@ } }, "node_modules/undici": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.0.tgz", - "integrity": "sha512-BUgJXc752Kou3oOIuU1i+yZZypyZRqNPW0vqoMPl8VaoalSfeR0D8/t4iAS3yirs79SSMTxTag+ZC86uswv+Cw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.0.0.tgz", + "integrity": "sha512-c4xi3kWnQJrb7h2q8aJYKvUzmz7boCgz1cUCC6OwdeM5Tr2P0hDuthr2iut4ggqsz+Cnh20U/LoTzbKIdDS/Nw==", "dev": true, "license": "MIT", "engines": { - "node": ">=18.17" + "node": ">=20.18.1" } }, "node_modules/unicorn-magic": { diff --git a/package.json b/package.json index ef372a9..810bcfc 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "borp": "^0.19.0", "fastify": "^5.0.0", "neostandard": "^0.11.1", - "undici": "^6.19.4" + "undici": "^7.0.0" }, "dependencies": { "fastify-plugin": "^5.0.0",