diff --git a/package-lock.json b/package-lock.json index 8e92610..06cfe9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "tmp-promise": "3.0.3", "tsx": "4.19.1", "typescript": "5.5.4", - "undici": "6.19.8" + "undici": "6.21.1" }, "engines": { "node": ">=20.11.0" @@ -9153,9 +9153,9 @@ } }, "node_modules/undici": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.8.tgz", - "integrity": "sha512-U8uCCl2x9TK3WANvmBavymRzxbfFYG+tAu+fgx3zxQy3qdagQqBLwJVrdyO1TBfUXvfKveMKJZhpvUYoOjM+4g==", + "version": "6.21.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.1.tgz", + "integrity": "sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 03616b1..787c654 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,6 @@ "tmp-promise": "3.0.3", "typescript": "5.5.4", "tsx": "4.19.1", - "undici": "6.19.8" + "undici": "6.21.1" } }