Skip to content

Commit

Permalink
fix(deps): update dependency undici to v7 (#253)
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 Nov 27, 2024
1 parent eee9dfc commit 3e04fee
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 @@ -77,7 +77,7 @@
"radash": "^12.1.0",
"reflect-metadata": "^0.2.2",
"string-strip-html": "^13.4.8",
"undici": "^6.21.0",
"undici": "^7.0.0",
"utf-8-validate": "^6.0.5",
"zlib-sync": "^0.1.9"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7695,7 +7695,7 @@ __metadata:
string-strip-html: "npm:^13.4.8"
tsup: "npm:8.3.5"
typescript: "npm:^5.7.2"
undici: "npm:^6.21.0"
undici: "npm:^7.0.0"
utf-8-validate: "npm:^6.0.5"
zlib-sync: "npm:^0.1.9"
languageName: unknown
Expand Down Expand Up @@ -12505,10 +12505,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.0.0":
version: 7.0.0
resolution: "undici@npm:7.0.0"
checksum: 10/b1db2189f056fd5ff2a8394fd1ee8ec4d5147f2f74eb62ef1c0c94fed103da35e7f2fdd73bb6d1ad7782387b6b64a2df5fb0fa48743bf58cb5e6ca4c15d9b893
languageName: node
linkType: hard

Expand Down

0 comments on commit 3e04fee

Please sign in to comment.