Skip to content

Commit

Permalink
fix(api): bump undici to v6 (we already dropped support for node 16)
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Dec 10, 2023
1 parent 16c6600 commit 4f9601d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/ws": "^8.5.10",
"tldts": "^6.1.0",
"tslib": "^2.6.2",
"undici": "^5.28.2"
"undici": "^6.0.1"
},
"repository": {
"type": "git",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ __metadata:
typedoc: "npm:^0.25.4"
typedoc-json-parser: "npm:^9.0.1"
typescript: "npm:^5.3.3"
undici: "npm:^5.28.2"
undici: "npm:^6.0.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -5666,16 +5666,7 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.0.0, prettier@npm:^3.1.0":
version: 3.1.0
resolution: "prettier@npm:3.1.0"
bin:
prettier: bin/prettier.cjs
checksum: e95e8f93c6b9aea2ac1e86bebe329bee90c8c50d9a23d1f593eba8d7f39b33b3641eb28785001505b6723c47895a5322ad12a2fb855b289cb7bae450ffc34425
languageName: node
linkType: hard

"prettier@npm:^3.1.1":
"prettier@npm:^3.0.0, prettier@npm:^3.1.0, prettier@npm:^3.1.1":
version: 3.1.1
resolution: "prettier@npm:3.1.1"
bin:
Expand Down Expand Up @@ -7017,7 +7008,7 @@ __metadata:
languageName: node
linkType: hard

"undici@npm:^5.25.4, undici@npm:^5.28.2":
"undici@npm:^5.25.4":
version: 5.28.2
resolution: "undici@npm:5.28.2"
dependencies:
Expand All @@ -7026,6 +7017,15 @@ __metadata:
languageName: node
linkType: hard

"undici@npm:^6.0.1":
version: 6.0.1
resolution: "undici@npm:6.0.1"
dependencies:
"@fastify/busboy": "npm:^2.0.0"
checksum: 48d7f3c9aa9e1ca3fb2488c8aa25838e9163d3a7f1e41d695ed110006abc26648cf97c15d76abfd896fe16128e34136c8a7e0723e0583451ed9f34aaa37513ad
languageName: node
linkType: hard

"unique-filename@npm:^3.0.0":
version: 3.0.0
resolution: "unique-filename@npm:3.0.0"
Expand Down

0 comments on commit 4f9601d

Please sign in to comment.