diff --git a/package-lock.json b/package-lock.json index c9e3ce81e..8669be9bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "string-mismatch": "^2.1.1", "translatte": "^3.0.1", "underscore": "^1.13.6", - "undici": "^6.9.0", + "undici": "^6.10.1", "validator": "^13.11.0", "ytdl-core": "npm:@distube/ytdl-core@^4.11.10" }, @@ -8260,9 +8260,9 @@ "license": "MIT" }, "node_modules/undici": { - "version": "6.9.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.9.0.tgz", - "integrity": "sha512-XPWfXzJedevUziHwun70EKNvGnxv4CnfraFZ4f/JV01+fcvMYzHE26r/j8AY/9c/70nkN4B1zX7E2Oyuqwz4+Q==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.10.1.tgz", + "integrity": "sha512-kSzmWrOx3XBKTgPm4Tal8Hyl3yf+hzlA00SAf4goxv8LZYafKmS6gJD/7Fe5HH/DMNiFTRXvkwhLo7mUn5fuQQ==", "engines": { "node": ">=18.0" } @@ -14316,9 +14316,9 @@ "version": "1.13.6" }, "undici": { - "version": "6.9.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.9.0.tgz", - "integrity": "sha512-XPWfXzJedevUziHwun70EKNvGnxv4CnfraFZ4f/JV01+fcvMYzHE26r/j8AY/9c/70nkN4B1zX7E2Oyuqwz4+Q==" + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.10.1.tgz", + "integrity": "sha512-kSzmWrOx3XBKTgPm4Tal8Hyl3yf+hzlA00SAf4goxv8LZYafKmS6gJD/7Fe5HH/DMNiFTRXvkwhLo7mUn5fuQQ==" }, "unfetch": { "version": "5.0.0", diff --git a/package.json b/package.json index 59b9972b6..93953ceed 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "string-mismatch": "^2.1.1", "translatte": "^3.0.1", "underscore": "^1.13.6", - "undici": "^6.9.0", + "undici": "^6.10.1", "validator": "^13.11.0", "ytdl-core": "npm:@distube/ytdl-core@^4.11.10" },