From f393f2d721df32e141b5efec6370b5b17dc02d76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 14:30:33 +0000 Subject: [PATCH] Bump undici from 6.6.2 to 6.11.1 Bumps [undici](https://github.com/nodejs/undici) from 6.6.2 to 6.11.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.6.2...v6.11.1) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 +++++------- package.json | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f1f122f..df6945c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "stream": "file:shims/stream", "string_decoder": "file:shims/string_decoder", "tls": "file:shims/tls", - "undici": "^6.0.1", + "undici": "^6.11.1", "url": "file:shims/url", "util": "file:shims/util", "ws": "^8.12.1" @@ -555,6 +555,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.0.tgz", "integrity": "sha512-+KpH+QxZU7O4675t3mnkQKcZZg56u+K/Ct2K+N2AZYNVK8kyeo/bI18tI8aPm3tvNNRyTWfj6s5tnGNlcbQRsA==", + "dev": true, "engines": { "node": ">=14" } @@ -3511,12 +3512,9 @@ } }, "node_modules/undici": { - "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" - }, + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.11.1.tgz", + "integrity": "sha512-KyhzaLJnV1qa3BSHdj4AZ2ndqI0QWPxYzaIOio0WzcEJB9gvuysprJSLtpvc2D9mhR9jPDUk7xlJlZbH2KR5iw==", "engines": { "node": ">=18.0" } diff --git a/package.json b/package.json index 8cc2905..a3e27b3 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "stream": "file:shims/stream", "string_decoder": "file:shims/string_decoder", "tls": "file:shims/tls", - "undici": "^6.0.1", + "undici": "^6.11.1", "url": "file:shims/url", "util": "file:shims/util", "ws": "^8.12.1"