diff options
author | 2023-10-04 10:28:36 +0000 | |
---|---|---|
committer | 2023-10-04 18:28:36 +0800 | |
commit | 21e0757ea22a57d344c934045ca19db93b684436 (patch) | |
tree | 52840800dc9e42633b2a266fa6bbbeb1f347ef46 /pnpm-lock.yaml | |
parent | 272ad45958312b32afffbeff21a88891a2015f68 (diff) | |
download | astro-21e0757ea22a57d344c934045ca19db93b684436.tar.gz astro-21e0757ea22a57d344c934045ca19db93b684436.tar.zst astro-21e0757ea22a57d344c934045ca19db93b684436.zip |
chore: remove undici polyfill (#8729)
Diffstat (limited to 'pnpm-lock.yaml')
-rw-r--r-- | pnpm-lock.yaml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8af88487b..cd7051c04 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -628,9 +628,6 @@ importers: tsconfig-resolver: specifier: ^3.0.1 version: 3.0.1 - undici: - specifier: ^5.23.0 - version: 5.23.0 unist-util-visit: specifier: ^4.1.2 version: 4.1.2 @@ -4307,9 +4304,6 @@ importers: node-mocks-http: specifier: ^1.13.0 version: 1.13.0 - undici: - specifier: ^5.23.0 - version: 5.23.0 packages/integrations/node/test/fixtures/api-route: dependencies: @@ -5005,9 +4999,6 @@ importers: is-wsl: specifier: ^3.0.0 version: 3.0.0 - undici: - specifier: ^5.23.0 - version: 5.23.0 which-pm-runs: specifier: ^1.1.0 version: 1.1.0 @@ -17276,6 +17267,7 @@ packages: engines: {node: '>=14.0'} dependencies: busboy: 1.6.0 + dev: true /unherit@3.0.1: resolution: {integrity: sha512-akOOQ/Yln8a2sgcLj4U0Jmx0R5jpIg2IUyRrWOzmEbjBtGzBdHtSeFKgoEcoH4KYIG/Pb8GQ/BwtYm0GCq1Sqg==} |