From ca3d6fcc9cfbcb5389b355feeb4f6571cef96a44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 10:43:42 +0000 Subject: [PATCH] chore(deps): bump undici from 5.28.2 to 6.2.1 Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 6.2.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.2...v6.2.1) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 23e2b196..0009396c 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "eventemitter3": "^5.0.1", "lodash.isequal": "^4.5.0", "tweetnacl": "^1.0.3", - "undici": "^5.28.2" + "undici": "^6.2.1" }, "devDependencies": { "@microsoft/eslint-formatter-sarif": "^3.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3823a5cd..60633905 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ dependencies: specifier: ^1.0.3 version: 1.0.3 undici: - specifier: ^5.28.2 - version: 5.28.2 + specifier: ^6.2.1 + version: 6.2.1 devDependencies: '@microsoft/eslint-formatter-sarif': @@ -2820,9 +2820,9 @@ packages: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} dev: true - /undici@5.28.2: - resolution: {integrity: sha512-wh1pHJHnUeQV5Xa8/kyQhO7WFa8M34l026L5P/+2TYiakvGy5Rdc8jWZVyG7ieht/0WgJLEd3kcU5gKx+6GC8w==} - engines: {node: '>=14.0'} + /undici@6.2.1: + resolution: {integrity: sha512-7Wa9thEM6/LMnnKtxJHlc8SrTlDmxqJecgz1iy8KlsN0/iskQXOQCuPkrZLXbElPaSw5slFFyKIKXyJ3UtbApw==} + engines: {node: '>=18.0'} dependencies: '@fastify/busboy': 2.1.0 dev: false