Skip to content

Commit 439f328

Browse files
chore: bump up undici version to v6
1 parent 93a0349 commit 439f328

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

packages/frontend/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"semver": "^7.5.4",
6565
"tinykeys": "^2.1.0",
6666
"ts-node": "^10.9.1",
67-
"undici": "^5.27.2",
67+
"undici": "^6.0.0",
6868
"uuid": "^9.0.1",
6969
"vitest": "0.34.6",
7070
"which": "^4.0.0",

yarn.lock

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ __metadata:
499499
semver: "npm:^7.5.4"
500500
tinykeys: "npm:^2.1.0"
501501
ts-node: "npm:^10.9.1"
502-
undici: "npm:^5.27.2"
502+
undici: "npm:^6.0.0"
503503
uuid: "npm:^9.0.1"
504504
vitest: "npm:0.34.6"
505505
which: "npm:^4.0.0"
@@ -35106,7 +35106,7 @@ __metadata:
3510635106
languageName: node
3510735107
linkType: hard
3510835108

35109-
"undici@npm:^5.22.1, undici@npm:^5.27.2":
35109+
"undici@npm:^5.22.1":
3511035110
version: 5.28.0
3511135111
resolution: "undici@npm:5.28.0"
3511235112
dependencies:
@@ -35115,6 +35115,15 @@ __metadata:
3511535115
languageName: node
3511635116
linkType: hard
3511735117

35118+
"undici@npm:^6.0.0":
35119+
version: 6.0.1
35120+
resolution: "undici@npm:6.0.1"
35121+
dependencies:
35122+
"@fastify/busboy": "npm:^2.0.0"
35123+
checksum: 48d7f3c9aa9e1ca3fb2488c8aa25838e9163d3a7f1e41d695ed110006abc26648cf97c15d76abfd896fe16128e34136c8a7e0723e0583451ed9f34aaa37513ad
35124+
languageName: node
35125+
linkType: hard
35126+
3511835127
"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
3511935128
version: 2.0.0
3512035129
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0"

0 commit comments

Comments
 (0)