diff --git a/package-lock.json b/package-lock.json index 21afad9..d634787 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "borp": "^0.19.0", "fastify": "^5.0.0", "neostandard": "^0.12.0", - "undici": "^6.19.4" + "undici": "^7.0.0" } }, "node_modules/@actions/core": { @@ -5428,13 +5428,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.1.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.1.0.tgz", + "integrity": "sha512-3+mdX2R31khuLCm2mKExSlMdJsfol7bJkIMH80tdXA74W34rT1jKemUTlYR7WY3TqsV4wfOgpatWmmB2Jl1+5g==", "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 2189ed2..9f964be 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "borp": "^0.19.0", "fastify": "^5.0.0", "neostandard": "^0.12.0", - "undici": "^6.19.4" + "undici": "^7.0.0" }, "dependencies": { "fastify-plugin": "^5.0.0",