From 66451ef5f1ff566c4054efee4952458080f3699c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:25:52 +0000 Subject: [PATCH] chore(deps): bump undici from 5.28.2 to 6.4.0 Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 6.4.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.2...v6.4.0) --- 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 898d9825..980b8339 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.4.0" }, "devDependencies": { "@microsoft/eslint-formatter-sarif": "^3.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a82ff0b8..fc191488 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.4.0 + version: 6.4.0 devDependencies: '@microsoft/eslint-formatter-sarif': @@ -2835,9 +2835,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.4.0: + resolution: {integrity: sha512-wYaKgftNqf6Je7JQ51YzkEkEevzOgM7at5JytKO7BjaURQpERW8edQSMrr2xb+Yv4U8Yg47J24+lc9+NbeXMFA==} + engines: {node: '>=18.0'} dependencies: '@fastify/busboy': 2.1.0 dev: false