diff --git a/package-lock.json b/package-lock.json index 06cfe9b..de770be 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.21.1" + "undici": "6.21.2" }, "engines": { "node": ">=20.11.0" @@ -9153,9 +9153,9 @@ } }, "node_modules/undici": { - "version": "6.21.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.1.tgz", - "integrity": "sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==", + "version": "6.21.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.2.tgz", + "integrity": "sha512-uROZWze0R0itiAKVPsYhFov9LxrPMHLMEQFszeI2gCN6bnIIZ8twzBCJcN2LJrBBLfrP0t1FW0g+JmKVl8Vk1g==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 787c654..65fe51e 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.21.1" + "undici": "6.21.2" } }