From 12375cb47c180d09f1b1e45a02bd6e96c1173bca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 10:39:06 +0100 Subject: [PATCH] chore(deps): bump undici from 6.6.1 to 6.6.2 (#1890) Bumps [undici](https://github.com/nodejs/undici) from 6.6.1 to 6.6.2. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/commits) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac4473631..f18763fdd 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.6.1", + "undici": "^6.6.2", "validator": "^13.11.0", "ytdl-core": "npm:@distube/ytdl-core@^4.11.10" }, @@ -8972,9 +8972,9 @@ "license": "MIT" }, "node_modules/undici": { - "version": "6.6.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.6.1.tgz", - "integrity": "sha512-J0GaEp0ztu/grIE2Uq57AbK6TRb+bWbOlxu0POCzhFKA6LKbwSAev+hDQaQcgUUA9CPs8Ky+cauzTHnQrtAQEA==", + "version": "6.6.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.6.2.tgz", + "integrity": "sha512-vSqvUE5skSxQJ5sztTZ/CdeJb1Wq0Hf44hlYMciqHghvz+K88U0l7D6u1VsndoFgskDcnU+nG3gYmMzJVzd9Qg==", "dependencies": { "@fastify/busboy": "^2.0.0" }, @@ -15536,9 +15536,9 @@ "version": "1.13.6" }, "undici": { - "version": "6.6.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.6.1.tgz", - "integrity": "sha512-J0GaEp0ztu/grIE2Uq57AbK6TRb+bWbOlxu0POCzhFKA6LKbwSAev+hDQaQcgUUA9CPs8Ky+cauzTHnQrtAQEA==", + "version": "6.6.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.6.2.tgz", + "integrity": "sha512-vSqvUE5skSxQJ5sztTZ/CdeJb1Wq0Hf44hlYMciqHghvz+K88U0l7D6u1VsndoFgskDcnU+nG3gYmMzJVzd9Qg==", "requires": { "@fastify/busboy": "^2.0.0" } diff --git a/package.json b/package.json index fdbccdc26..4576a4eaf 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.6.1", + "undici": "^6.6.2", "validator": "^13.11.0", "ytdl-core": "npm:@distube/ytdl-core@^4.11.10" },