From 715fea83f5605cec67eb5c0ca154b072b55889d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 01:21:28 +0000 Subject: [PATCH] Bump undici from 5.23.0 to 5.28.4 Bumps [undici](https://github.com/nodejs/undici) from 5.23.0 to 5.28.4. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.23.0...v5.28.4) --- updated-dependencies: - dependency-name: undici dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/primitives/package.json | 2 +- pnpm-lock.yaml | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/packages/primitives/package.json b/packages/primitives/package.json index 216cc64..5bfa46f 100644 --- a/packages/primitives/package.json +++ b/packages/primitives/package.json @@ -29,7 +29,7 @@ "esbuild-plugin-alias": "latest", "event-target-shim": "6.0.2", "tsup": "8", - "undici": "5.23.0", + "undici": "5.28.4", "urlpattern-polyfill": "10.0.0" }, "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b797f18..b2ec9ee 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -232,8 +232,8 @@ importers: specifier: '8' version: 8.0.1(ts-node@10.9.2)(typescript@5.4.5) undici: - specifier: 5.23.0 - version: 5.23.0 + specifier: 5.28.4 + version: 5.28.4 urlpattern-polyfill: specifier: 10.0.0 version: 10.0.0 @@ -1248,6 +1248,11 @@ packages: dev: true optional: true + /@fastify/busboy@2.1.1: + resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==} + engines: {node: '>=14'} + dev: true + /@headlessui/react@1.7.18(react-dom@18.3.1)(react@18.3.0): resolution: {integrity: sha512-4i5DOrzwN4qSgNsL4Si61VMkUcWbcSKueUV7sFhpHzQcSShdlHENE5+QBntMSRvHt8NyoFO2AGG8si9lq+w4zQ==} engines: {node: '>=10'} @@ -8204,11 +8209,11 @@ packages: resolution: {integrity: sha512-z4o1fvKUojIWh9XuaVLUDdf86RQiq13AC1dmHbTpoyuu+bquHms76v16CjycCbec87J7z0k//SiQVk0sMdFmpQ==} dev: true - /undici@5.23.0: - resolution: {integrity: sha512-1D7w+fvRsqlQ9GscLBwcAJinqcZGHUKjbOmXdlE/v8BvEGXjeWAax+341q44EuTcHXXnfyKNbKRq4Lg7OzhMmg==} + /undici@5.28.4: + resolution: {integrity: sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==} engines: {node: '>=14.0'} dependencies: - busboy: 1.6.0 + '@fastify/busboy': 2.1.1 dev: true /unified@10.1.2: