Skip to content

Commit

Permalink
fix(deps): update dependency undici to v7 (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent d6623cf commit b406b15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit b406b15

Please sign in to comment.