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 v7 #94

Merged
merged 1 commit into from
Dec 8, 2024
Merged
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 @@ -37,7 +37,7 @@
"reflect-metadata": "^0.2.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.1",
"undici": "^6.21.0",
"undici": "^7.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2633,7 +2633,7 @@ __metadata:
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
typescript: "npm:^5.7.2"
undici: "npm:^6.21.0"
undici: "npm:^7.1.0"
unplugin-swc: "npm:^1.5.1"
vitest: "npm:^2.1.6"
zod: "npm:^3.23.8"
Expand Down Expand Up @@ -11376,10 +11376,10 @@ __metadata:
languageName: node
linkType: hard

"undici@npm:^6.21.0":
version: 6.21.0
resolution: "undici@npm:6.21.0"
checksum: 10/c8ff80dcadfcf613e7fe697c37519fca070fcf1cfccc69ffb6a7080a22e225eb79d232e9f70e32b099b3e67ac4216e8fd615e188cfb792e09df9233471ec17e0
"undici@npm:^7.1.0":
version: 7.1.0
resolution: "undici@npm:7.1.0"
checksum: 10/2197a002cac6ac5720c7b16d0264f838308331908cde60817269fff808f57f746b74578ae56879f62ec8491b6c8001dd8560e746275636efdd6889791d63a321
languageName: node
linkType: hard

Expand Down
Loading