diff --git a/package-lock.json b/package-lock.json index 53dea81d2..bec7df837 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.16.0", "validator": "^13.11.0", "ytdl-core": "npm:@distube/ytdl-core@^4.11.10" }, @@ -8263,11 +8263,11 @@ "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.16.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.16.0.tgz", + "integrity": "sha512-HQfVddOTb5PJtfLnJ1Px8bNGyIg/z7WTj1hjUSna1Itsv59Oca9JdclIU08ToNqvWWXjFLRzc9rqjnpfw5UWcQ==", "engines": { - "node": ">=18.0" + "node": ">=18.17" } }, "node_modules/unfetch": { @@ -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.16.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.16.0.tgz", + "integrity": "sha512-HQfVddOTb5PJtfLnJ1Px8bNGyIg/z7WTj1hjUSna1Itsv59Oca9JdclIU08ToNqvWWXjFLRzc9rqjnpfw5UWcQ==" }, "unfetch": { "version": "5.0.0", diff --git a/package.json b/package.json index 850b83f4c..2e7a9fe25 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.16.0", "validator": "^13.11.0", "ytdl-core": "npm:@distube/ytdl-core@^4.11.10" },