From 80447df9458ce6ebcb6cb75667008853836cdc5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 01:17:57 +0000 Subject: [PATCH] chore(deps): bump undici from 6.10.2 to 6.11.1 (#15070) * chore(deps): bump undici from 6.10.2 to 6.11.1 Bumps [undici](https://github.com/nodejs/undici) from 6.10.2 to 6.11.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.10.2...v6.11.1) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 03468a7a6..cd60a2d05 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "tough-cookie": "4.1.3", "tsx": "4.7.1", "twitter-api-v2": "1.16.1", - "undici": "6.10.2", + "undici": "6.11.1", "uuid": "9.0.1", "winston": "3.13.0", "xxhash-wasm": "1.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 16e8e2ee7..3e0c0cfd6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -207,8 +207,8 @@ dependencies: specifier: 1.16.1 version: 1.16.1 undici: - specifier: 6.10.2 - version: 6.10.2 + specifier: 6.11.1 + version: 6.11.1 uuid: specifier: 9.0.1 version: 9.0.1 @@ -9070,8 +9070,8 @@ packages: /undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} - /undici@6.10.2: - resolution: {integrity: sha512-HcVuBy7ACaDejIMdwCzAvO22OsiE6ir6ziTIr9kAE0vB+PheVe29ZvRN8p7FXCO2uZHTjEoUs5bPiFpuc/hwwQ==} + /undici@6.11.1: + resolution: {integrity: sha512-KyhzaLJnV1qa3BSHdj4AZ2ndqI0QWPxYzaIOio0WzcEJB9gvuysprJSLtpvc2D9mhR9jPDUk7xlJlZbH2KR5iw==} engines: {node: '>=18.0'} dev: false