Skip to content

Commit 172ffc3

Browse files
authored
chore: [release-1.3] fix CVE-2025-22150 (#2291)
Signed-off-by: Kim Tsao <[email protected]>
1 parent c33d876 commit 172ffc3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"express-prom-bundle": "6.6.0",
5353
"global-agent": "3.0.0",
5454
"prom-client": "15.1.3",
55-
"undici": "6.19.8",
55+
"undici": "6.21.1",
5656
"winston": "3.14.2",
5757
"winston-daily-rotate-file": "5.0.0"
5858
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30870,10 +30870,10 @@ [email protected]:
3087030870
dependencies:
3087130871
"@fastify/busboy" "^2.0.0"
3087230872

30873-
undici@6.19.8:
30874-
version "6.19.8"
30875-
resolved "https://registry.yarnpkg.com/undici/-/undici-6.19.8.tgz#002d7c8a28f8cc3a44ff33c3d4be4d85e15d40e1"
30876-
integrity sha512-U8uCCl2x9TK3WANvmBavymRzxbfFYG+tAu+fgx3zxQy3qdagQqBLwJVrdyO1TBfUXvfKveMKJZhpvUYoOjM+4g==
30873+
undici@6.21.1:
30874+
version "6.21.1"
30875+
resolved "https://registry.yarnpkg.com/undici/-/undici-6.21.1.tgz#336025a14162e6837e44ad7b819b35b6c6af0e05"
30876+
integrity sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==
3087730877

3087830878
unicode-canonical-property-names-ecmascript@^2.0.0:
3087930879
version "2.0.0"

0 commit comments

Comments
 (0)