diff --git a/package-lock.json b/package-lock.json index 53bcf09a34..dc830b301d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "prettier": "^3.8.1", "ts-jest": "^29.4.6", "typescript": "^5.9.3", - "undici": "^6.23.0" + "undici": "^6.24.0" }, "engines": { "node": ">=24.4.0" @@ -8500,9 +8500,9 @@ } }, "node_modules/undici": { - "version": "6.23.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.23.0.tgz", - "integrity": "sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==", + "version": "6.24.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.24.0.tgz", + "integrity": "sha512-lVLNosgqo5EkGqh5XUDhGfsMSoO8K0BAN0TyJLvwNRSl4xWGZlCVYsAIpa/OpA3TvmnM01GWcoKmc3ZWo5wKKA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index acaf5df6f5..d20e6570e7 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,6 @@ "prettier": "^3.8.1", "ts-jest": "^29.4.6", "typescript": "^5.9.3", - "undici": "^6.23.0" + "undici": "^6.24.0" } }