diff --git a/package-lock.json b/package-lock.json index b110c1d5c..c1656f38a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "string-mismatch": "^3.0.1", "translatte": "^3.0.1", "underscore": "^1.13.6", - "undici": "^6.12.0", + "undici": "^6.13.0", "validator": "^13.11.0", "ytdl-core": "npm:@distube/ytdl-core@^4.11.10" }, @@ -8263,9 +8263,9 @@ "license": "MIT" }, "node_modules/undici": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.12.0.tgz", - "integrity": "sha512-d87yk8lqSFUYtR5fTFe2frpkMIrUEz+lgoJmhcL+J3StVl+8fj8ytE4lLnJOTPCE12YbumNGzf4LYsQyusdV5g==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.13.0.tgz", + "integrity": "sha512-Q2rtqmZWrbP8nePMq7mOJIN98M0fYvSgV89vwl/BQRT4mDOeY2GXZngfGpcBBhtky3woM7G24wZV3Q304Bv6cw==", "engines": { "node": ">=18.0" } @@ -14319,9 +14319,9 @@ "version": "1.13.6" }, "undici": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.12.0.tgz", - "integrity": "sha512-d87yk8lqSFUYtR5fTFe2frpkMIrUEz+lgoJmhcL+J3StVl+8fj8ytE4lLnJOTPCE12YbumNGzf4LYsQyusdV5g==" + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.13.0.tgz", + "integrity": "sha512-Q2rtqmZWrbP8nePMq7mOJIN98M0fYvSgV89vwl/BQRT4mDOeY2GXZngfGpcBBhtky3woM7G24wZV3Q304Bv6cw==" }, "unfetch": { "version": "5.0.0", diff --git a/package.json b/package.json index b2cac7f04..f2fd46001 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "string-mismatch": "^3.0.1", "translatte": "^3.0.1", "underscore": "^1.13.6", - "undici": "^6.12.0", + "undici": "^6.13.0", "validator": "^13.11.0", "ytdl-core": "npm:@distube/ytdl-core@^4.11.10" },