From 146d5315d51d5a58604cd9ef03226b152ec324f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 07:09:38 +0000 Subject: [PATCH] build(deps-dev): bump undici from 5.28.2 to 6.3.0 Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 6.3.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.2...v6.3.0) --- updated-dependencies: - dependency-name: undici dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/utils/package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/utils/package.json b/packages/utils/package.json index c129110a..26daebfe 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -50,7 +50,7 @@ "ts-node": "^10.9.2", "tsc-alias": "^1.8.8", "typescript": "~5.3.3", - "undici": "^5.28.2" + "undici": "^6.3.0" }, "dependencies": { "pinyin-pro": "^3.15.4" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 33bf926f..5145f411 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -54,8 +54,8 @@ importers: specifier: ~5.3.3 version: 5.3.3 undici: - specifier: ^5.28.2 - version: 5.28.2 + specifier: ^6.3.0 + version: 6.3.0 packages: @@ -2423,9 +2423,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.3.0: + resolution: {integrity: sha512-zkSMOXs2topAR1LF0PxAaNNvhdX4LYEcmRMJLMh3mjgfZpBtc/souXOp4aYiR5Q46HrBPA2/8DkEZhD3eNFE1Q==} + engines: {node: '>=18.0'} dependencies: '@fastify/busboy': 2.1.0 dev: true