Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"hot-shots": "10.0.0",
"pino": "8.16.2",
"playwright": "1.37.1",
"undici": "5.28.4",
"undici": "6.21.1",
"uuid": "9.0.1"
},
"resolutions": {
Expand Down
19 changes: 5 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
ts-jest: "npm:29.1.1"
ts-node: "npm:10.9.2"
typescript: "npm:5.3.3"
undici: "npm:5.28.4"
undici: "npm:6.21.1"
uuid: "npm:9.0.1"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -545,13 +545,6 @@
languageName: node
linkType: hard

"@fastify/busboy@npm:^2.0.0":
version: 2.1.0
resolution: "@fastify/busboy@npm:2.1.0"
checksum: f22c1e5c52dc350ddf9ba8be9f87b48d3ea5af00a37fd0a0d1e3e4b37f94d96763e514c68a350c7f570260fdd2f08b55ee090cdd879f92a03249eb0e3fd19113
languageName: node
linkType: hard

"@gar/promisify@npm:^1.1.3":
version: 1.1.3
resolution: "@gar/promisify@npm:1.1.3"
Expand Down Expand Up @@ -10003,12 +9996,10 @@
languageName: node
linkType: hard

"undici@npm:5.28.4":
version: 5.28.4
resolution: "undici@npm:5.28.4"
dependencies:
"@fastify/busboy": "npm:^2.0.0"
checksum: a666a9f5ac4270c659fafc33d78b6b5039a0adbae3e28f934774c85dcc66ea91da907896f12b414bd6f578508b44d5dc206fa636afa0e49a4e1c9e99831ff065
"undici@npm:6.21.1":

Check notice on line 9999 in yarn.lock

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

yarn.lock#L9999

Insecure dependency npm/undici@6.21.1 (CVE-2025-47279: undici: Undici Memory Leak with Invalid Certificates) (update to 6.21.2)
version: 6.21.1
resolution: "undici@npm:6.21.1"
checksum: eeccc07e9073ae8e755fdc0dc8cdfaa426c01ec6f815425c3ecedba2e5394cea4993962c040dd168951714a82f0d001a13018c3ae3ad4534f0fa97afe425c08d
languageName: node
linkType: hard

Expand Down
Loading