Skip to content

Commit 96252db

Browse files
fix: resolve CVE-2025-7783 form-data vulnerability (#4213)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 88a5187 commit 96252db

File tree

2 files changed

+87
-137
lines changed

2 files changed

+87
-137
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
"@typescript-eslint/eslint-plugin": "^7.3.1",
178178
"@typescript-eslint/parser": "^7.3.1",
179179
"autoprefixer": "^10.4.19",
180-
"axios": "^0.30.0",
180+
"axios": "^0.30.1",
181181
"babel-core": "^7.0.0-bridge.0",
182182
"babel-jest": "^29.7.0",
183183
"babel-loader": "^9.1.3",
@@ -286,7 +286,7 @@
286286
"ts-loader": "^6.2.1",
287287
"typescript": "5.2.2",
288288
"uuid": "^8.3.2",
289-
"wait-on": "^3.3.0",
289+
"wait-on": "^8.0.4",
290290
"webpack": "^5.92.0",
291291
"webpack-bundle-analyzer": "^4.10.2",
292292
"webpack-cli": "^5.1.4",

0 commit comments

Comments
 (0)