Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency undici to v6 #875

Open
wants to merge 1 commit into
base: chore/renovateBaseBranch
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"hot-shots": "10.0.0",
"pino": "8.16.2",
"playwright": "1.37.1",
"undici": "5.28.4",
"undici": "6.20.1",
"uuid": "9.0.1"
},
"resolutions": {
Expand Down
19 changes: 5 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ __metadata:
ts-jest: "npm:29.1.1"
ts-node: "npm:10.9.2"
typescript: "npm:5.3.3"
undici: "npm:5.28.4"
undici: "npm:6.20.1"
uuid: "npm:9.0.1"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -545,13 +545,6 @@ __metadata:
languageName: node
linkType: hard

"@fastify/busboy@npm:^2.0.0":
version: 2.1.0
resolution: "@fastify/busboy@npm:2.1.0"
checksum: f22c1e5c52dc350ddf9ba8be9f87b48d3ea5af00a37fd0a0d1e3e4b37f94d96763e514c68a350c7f570260fdd2f08b55ee090cdd879f92a03249eb0e3fd19113
languageName: node
linkType: hard

"@gar/promisify@npm:^1.1.3":
version: 1.1.3
resolution: "@gar/promisify@npm:1.1.3"
Expand Down Expand Up @@ -10003,12 +9996,10 @@ __metadata:
languageName: node
linkType: hard

"undici@npm:5.28.4":
version: 5.28.4
resolution: "undici@npm:5.28.4"
dependencies:
"@fastify/busboy": "npm:^2.0.0"
checksum: a666a9f5ac4270c659fafc33d78b6b5039a0adbae3e28f934774c85dcc66ea91da907896f12b414bd6f578508b44d5dc206fa636afa0e49a4e1c9e99831ff065
"undici@npm:6.20.1":
version: 6.20.1
resolution: "undici@npm:6.20.1"
checksum: 68604b53754a95ec89d52efc08fe3e70e333997300c9a5b69f2b6496f1f0f568b2e35adec6442985a7b1d2f7a5648ef5062d1736e4d68082d473cb82177674bc
languageName: node
linkType: hard

Expand Down
Loading