Skip to content

Commit 87dc721

Browse files
authored
Fix form-data CVE-2025-7783 (#380)
Signed-off-by: David Zane <[email protected]>
1 parent 0de52c8 commit 87dc721

File tree

2 files changed

+1655
-90
lines changed

2 files changed

+1655
-90
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"json5": "^2.2.3",
5151
"@babel/core": "^7.20.12",
5252
"@babel/traverse": "^7.20.12",
53-
"@cypress/request": "^3.0.0",
53+
"@cypress/request": "^3.0.9",
5454
"braces": "3.0.3",
5555
"micromatch": "4.0.8",
5656
"cross-spawn": "7.0.5",
@@ -59,7 +59,8 @@
5959
"@babel/helpers": "^7.22.9",
6060
"@babel/runtime": "^7.26.10",
6161
"@babel/runtime-corejs3": "^7.22.9",
62-
"pbkdf2": "3.1.5"
62+
"pbkdf2": "3.1.5",
63+
"form-data": "4.0.4"
6364
},
6465
"devDependencies": {
6566
"@cypress/webpack-preprocessor": "^6.0.1",
@@ -89,4 +90,4 @@
8990
"node_modules/*",
9091
"target/*"
9192
]
92-
}
93+
}

0 commit comments

Comments
 (0)