diff --git a/package-lock.json b/package-lock.json index cfca688..32a5e96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "chardet": "^2.0.0", "cheerio": "^1.0.0-rc.12", "iconv-lite": "^0.6.3", - "undici": "^6.21.0" + "undici": "^6.21.1" }, "devDependencies": { "@snyk/protect": "^1.1295.0", @@ -5747,9 +5747,10 @@ } }, "node_modules/undici": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.0.tgz", - "integrity": "sha512-BUgJXc752Kou3oOIuU1i+yZZypyZRqNPW0vqoMPl8VaoalSfeR0D8/t4iAS3yirs79SSMTxTag+ZC86uswv+Cw==", + "version": "6.21.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.1.tgz", + "integrity": "sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==", + "license": "MIT", "engines": { "node": ">=18.17" } diff --git a/package.json b/package.json index 199e90b..62207ba 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "chardet": "^2.0.0", "cheerio": "^1.0.0-rc.12", "iconv-lite": "^0.6.3", - "undici": "^6.21.0" + "undici": "^6.21.1" }, "files": [ "/dist",