diff --git a/package-lock.json b/package-lock.json index 1483ead..4ea63f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1859,9 +1859,9 @@ } }, "node_modules/undici": { - "version": "6.27.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz", - "integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==", + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.28.0.tgz", + "integrity": "sha512-LIY910g9TI13YS95lrMFrs8Rm/u/irgHeTWoKCoteeJ04CUJ92eEfj0rVn+7VKMPBpUPiUoBKfhNyLI23EE/KA==", "license": "MIT", "engines": { "node": ">=18.17" diff --git a/package.json b/package.json index 566f4b7..de19883 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "helmet": "^8.1.0" }, "overrides": { - "undici": "^6.27.0" + "undici": "^6.28.0" }, "license": "SEE LICENSE IN LICENSE.md" }