From 56aaf454b606052740dd85b5a8b661ec72cacac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 04:27:21 +0000 Subject: [PATCH] chore(deps): bump undici from 6.12.0 to 6.19.2 Bumps [undici](https://github.com/nodejs/undici) from 6.12.0 to 6.19.2. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.12.0...v6.19.2) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 53dea81d2..a02682d09 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.19.2", "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.19.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.2.tgz", + "integrity": "sha512-JfjKqIauur3Q6biAtHJ564e3bWa8VvT+7cSiOJHFbX4Erv6CLGDpg8z+Fmg/1OI/47RA+GI2QZaF48SSaLvyBA==", "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.19.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.2.tgz", + "integrity": "sha512-JfjKqIauur3Q6biAtHJ564e3bWa8VvT+7cSiOJHFbX4Erv6CLGDpg8z+Fmg/1OI/47RA+GI2QZaF48SSaLvyBA==" }, "unfetch": { "version": "5.0.0", diff --git a/package.json b/package.json index 850b83f4c..db1f1d945 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.19.2", "validator": "^13.11.0", "ytdl-core": "npm:@distube/ytdl-core@^4.11.10" },