Skip to content

Commit 3d436fd

Browse files
fix(deps): update dependency form-data to v4.0.4 [security] (#1954)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 03fec6c commit 3d436fd

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"fastify": "5.3.3",
8484
"fastify-nodemailer": "5.0.0",
8585
"fastify-plugin": "5.0.1",
86-
"form-data": "4.0.2",
86+
"form-data": "4.0.4",
8787
"fs-extra": "11.3.0",
8888
"geoip-lite": "1.4.10",
8989
"h5p-standalone": "3.8.0",

yarn.lock

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8211,7 +8211,20 @@ __metadata:
82118211
languageName: node
82128212
linkType: hard
82138213

8214-
"form-data@npm:4.0.2, form-data@npm:^4.0.0":
8214+
"form-data@npm:4.0.4":
8215+
version: 4.0.4
8216+
resolution: "form-data@npm:4.0.4"
8217+
dependencies:
8218+
asynckit: "npm:^0.4.0"
8219+
combined-stream: "npm:^1.0.8"
8220+
es-set-tostringtag: "npm:^2.1.0"
8221+
hasown: "npm:^2.0.2"
8222+
mime-types: "npm:^2.1.12"
8223+
checksum: 10/a4b62e21932f48702bc468cc26fb276d186e6b07b557e3dd7cc455872bdbb82db7db066844a64ad3cf40eaf3a753c830538183570462d3649fdfd705601cbcfb
8224+
languageName: node
8225+
linkType: hard
8226+
8227+
"form-data@npm:^4.0.0":
82158228
version: 4.0.2
82168229
resolution: "form-data@npm:4.0.2"
82178230
dependencies:
@@ -8692,7 +8705,7 @@ __metadata:
86928705
fastify: "npm:5.3.3"
86938706
fastify-nodemailer: "npm:5.0.0"
86948707
fastify-plugin: "npm:5.0.1"
8695-
form-data: "npm:4.0.2"
8708+
form-data: "npm:4.0.4"
86968709
fs-extra: "npm:11.3.0"
86978710
geoip-lite: "npm:1.4.10"
86988711
h5p-standalone: "npm:3.8.0"

0 commit comments

Comments
 (0)