Skip to content

Commit 09ace4d

Browse files
Bump undici from 5.28.2 to 6.13.0 (#254)
Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 6.13.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.28.2...v6.13.0) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marks Polakovs <[email protected]>
1 parent ac92db3 commit 09ace4d

File tree

4 files changed

+10
-19
lines changed

4 files changed

+10
-19
lines changed

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"prettier-plugin-tailwindcss": "^0.5.9",
5555
"strong-mock": "^8.0.1",
5656
"tailwindcss": "^3.3.3",
57-
"undici": "^5.28.3",
57+
"undici": "^6.13.0",
5858
"vite": "^5.2.9",
5959
"vite-plugin-commonjs": "^0.10.0",
6060
"vitest": "^1.5.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"octokit": "^3.1.0",
1818
"prettier": "^3.0.3",
1919
"semver": "^7.5.4",
20-
"undici": "^5.28.3"
20+
"undici": "^6.13.0"
2121
},
2222
"scripts": {
2323
"lint": "yarn workspaces foreach -p --exclude badger-root-workspace run lint",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"ts-expect": "^1.3.0",
6565
"tus-js-client": "^3.1.0",
6666
"typescript": "5.1.6",
67-
"undici": "^5.28.3",
67+
"undici": "^6.13.0",
6868
"zod": "^3.21.4",
6969
"zod-error": "^1.5.0",
7070
"zod-form-data": "^2.0.1"

yarn.lock

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1985,13 +1985,6 @@ __metadata:
19851985
languageName: node
19861986
linkType: hard
19871987

1988-
"@fastify/busboy@npm:^2.0.0":
1989-
version: 2.1.0
1990-
resolution: "@fastify/busboy@npm:2.1.0"
1991-
checksum: 3233abd10f73e50668cb4bb278a79b7b3fadd30215ac6458299b0e5a09a29c3586ec07597aae6bd93f5cbedfcef43a8aeea51829cd28fc13850cdbcd324c28d5
1992-
languageName: node
1993-
linkType: hard
1994-
19951988
"@floating-ui/core@npm:^1.6.0":
19961989
version: 1.6.0
19971990
resolution: "@floating-ui/core@npm:1.6.0"
@@ -6871,7 +6864,7 @@ __metadata:
68716864
superjson: ^1.13.1
68726865
tailwindcss: ^3.3.3
68736866
typescript: ^5.1.6
6874-
undici: ^5.28.3
6867+
undici: ^6.13.0
68756868
utf-8-validate: ^6.0.3
68766869
uuid: ^9.0.0
68776870
vite: ^5.2.9
@@ -6933,7 +6926,7 @@ __metadata:
69336926
octokit: ^3.1.0
69346927
prettier: ^3.0.3
69356928
semver: ^7.5.4
6936-
undici: ^5.28.3
6929+
undici: ^6.13.0
69376930
languageName: unknown
69386931
linkType: soft
69396932

@@ -7009,7 +7002,7 @@ __metadata:
70097002
tsx: ^3.12.7
70107003
tus-js-client: ^3.1.0
70117004
typescript: 5.1.6
7012-
undici: ^5.28.3
7005+
undici: ^6.13.0
70137006
zod: ^3.21.4
70147007
zod-error: ^1.5.0
70157008
zod-form-data: ^2.0.1
@@ -16953,12 +16946,10 @@ __metadata:
1695316946
languageName: node
1695416947
linkType: hard
1695516948

16956-
"undici@npm:^5.28.3":
16957-
version: 5.28.3
16958-
resolution: "undici@npm:5.28.3"
16959-
dependencies:
16960-
"@fastify/busboy": ^2.0.0
16961-
checksum: fa1e65aff896c5e2ee23637b632e306f9e3a2b32a3dc0b23ea71e5555ad350bcc25713aea894b3dccc0b7dc2c5e92a5a58435ebc2033b731a5524506f573dfd2
16949+
"undici@npm:^6.13.0":
16950+
version: 6.13.0
16951+
resolution: "undici@npm:6.13.0"
16952+
checksum: 47495e93aceeab18664678b6fb0ea2395b7c13a33d2ed4f7f36eb9be9ec5cd6f8e3a4ddaec18127da5e2012e5d7666ca824c7dc70af606dcfe6fdb8441ee3a7a
1696216953
languageName: node
1696316954
linkType: hard
1696416955

0 commit comments

Comments
 (0)