Skip to content

Commit 7c55167

Browse files
fixed security vulnerabilities
1 parent 668501d commit 7c55167

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/frontend/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,17 @@
3030
"react-dom": "^18.2.0",
3131
"react-markdown": "^10.0.0",
3232
"react-plotly.js": "^2.6.0",
33-
"react-router-dom": "^7.4.1",
33+
"react-router-dom": "^7.5.2",
3434
"react-syntax-highlighter": "^15.6.1",
3535
"react-uuid": "^2.0.0",
3636
"rehype-raw": "^7.0.0",
3737
"remark-gfm": "^4.0.0",
3838
"remark-supersub": "^1.0.0",
3939
"undici": "^5.29.0"
4040
},
41+
"overrides": {
42+
"form-data": "4.0.4"
43+
},
4144
"devDependencies": {
4245
"@eslint/eslintrc": "^3.3.1",
4346
"@eslint/js": "^9.23.0",

0 commit comments

Comments
 (0)