0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-03 22:29:08 -05:00

Upgrade undici to v5.22.0 (#6929)

This commit is contained in:
Bjorn Lu 2023-04-28 21:13:49 +08:00 committed by GitHub
parent f219e1862b
commit ac57b5549f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 25 additions and 12 deletions

View file

@ -0,0 +1,6 @@
---
'@astrojs/telemetry': patch
'@astrojs/webapi': patch
---
Upgrade undici to v5.22.0

View file

@ -198,7 +198,7 @@
"sass": "^1.52.2", "sass": "^1.52.2",
"sharp": "^0.31.3", "sharp": "^0.31.3",
"srcset-parse": "^1.1.0", "srcset-parse": "^1.1.0",
"undici": "^5.20.0", "undici": "^5.22.0",
"unified": "^10.1.2" "unified": "^10.1.2"
}, },
"peerDependencies": { "peerDependencies": {

View file

@ -46,6 +46,6 @@
"cheerio": "^1.0.0-rc.11", "cheerio": "^1.0.0-rc.11",
"mocha": "^9.2.2", "mocha": "^9.2.2",
"node-mocks-http": "^1.11.0", "node-mocks-http": "^1.11.0",
"undici": "^5.20.0" "undici": "^5.22.0"
} }
} }

View file

@ -32,7 +32,7 @@
"dset": "^3.1.2", "dset": "^3.1.2",
"is-docker": "^3.0.0", "is-docker": "^3.0.0",
"is-wsl": "^2.2.0", "is-wsl": "^2.2.0",
"undici": "^5.20.0", "undici": "^5.22.0",
"which-pm-runs": "^1.1.0" "which-pm-runs": "^1.1.0"
}, },
"devDependencies": { "devDependencies": {

View file

@ -50,7 +50,7 @@
"bugs": "https://github.com/withastro/astro/issues", "bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://github.com/withastro/astro/tree/main/packages/webapi#readme", "homepage": "https://github.com/withastro/astro/tree/main/packages/webapi#readme",
"dependencies": { "dependencies": {
"undici": "5.20.0" "undici": "^5.22.0"
}, },
"devDependencies": { "devDependencies": {
"@rollup/plugin-alias": "^3.1.9", "@rollup/plugin-alias": "^3.1.9",

23
pnpm-lock.yaml generated
View file

@ -800,8 +800,8 @@ importers:
specifier: ^1.1.0 specifier: ^1.1.0
version: 1.1.0 version: 1.1.0
undici: undici:
specifier: ^5.20.0 specifier: ^5.22.0
version: 5.20.0 version: 5.22.0
unified: unified:
specifier: ^10.1.2 specifier: ^10.1.2
version: 10.1.2 version: 10.1.2
@ -4291,8 +4291,8 @@ importers:
specifier: ^1.11.0 specifier: ^1.11.0
version: 1.11.0 version: 1.11.0
undici: undici:
specifier: ^5.20.0 specifier: ^5.22.0
version: 5.20.0 version: 5.22.0
packages/integrations/node/test/fixtures/api-route: packages/integrations/node/test/fixtures/api-route:
dependencies: dependencies:
@ -4939,8 +4939,8 @@ importers:
specifier: ^2.2.0 specifier: ^2.2.0
version: 2.2.0 version: 2.2.0
undici: undici:
specifier: ^5.20.0 specifier: ^5.22.0
version: 5.20.0 version: 5.22.0
which-pm-runs: which-pm-runs:
specifier: ^1.1.0 specifier: ^1.1.0
version: 1.1.0 version: 1.1.0
@ -4970,8 +4970,8 @@ importers:
packages/webapi: packages/webapi:
dependencies: dependencies:
undici: undici:
specifier: 5.20.0 specifier: ^5.22.0
version: 5.20.0 version: 5.22.0
devDependencies: devDependencies:
'@rollup/plugin-alias': '@rollup/plugin-alias':
specifier: ^3.1.9 specifier: ^3.1.9
@ -16886,6 +16886,13 @@ packages:
engines: {node: '>=12.18'} engines: {node: '>=12.18'}
dependencies: dependencies:
busboy: 1.6.0 busboy: 1.6.0
dev: true
/undici@5.22.0:
resolution: {integrity: sha512-fR9RXCc+6Dxav4P9VV/sp5w3eFiSdOjJYsbtWfd4s5L5C4ogyuVpdKIVHeW0vV1MloM65/f7W45nR9ZxwVdyiA==}
engines: {node: '>=14.0'}
dependencies:
busboy: 1.6.0
/unherit@3.0.1: /unherit@3.0.1:
resolution: {integrity: sha512-akOOQ/Yln8a2sgcLj4U0Jmx0R5jpIg2IUyRrWOzmEbjBtGzBdHtSeFKgoEcoH4KYIG/Pb8GQ/BwtYm0GCq1Sqg==} resolution: {integrity: sha512-akOOQ/Yln8a2sgcLj4U0Jmx0R5jpIg2IUyRrWOzmEbjBtGzBdHtSeFKgoEcoH4KYIG/Pb8GQ/BwtYm0GCq1Sqg==}