diff --git a/package-lock.json b/package-lock.json index 4172705..3002f1a 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" @@ -8946,9 +8946,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 4b22f49..d6204c7 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" } }