Skip to content

Commit 07c7410

Browse files
Merge pull request #556 from Kanchan-Microsoft/main
chore: fixed security vulnerability
2 parents 5db04cc + d45987c commit 07c7410

File tree

2 files changed

+14
-20
lines changed

2 files changed

+14
-20
lines changed

src/frontend/package-lock.json

Lines changed: 12 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/frontend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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",
@@ -69,6 +69,7 @@
6969
"eslint-plugin-react": "^7.37.4",
7070
"eslint-plugin-react-hooks": "^5.1.0",
7171
"eslint-plugin-simple-import-sort": "^12.1.0",
72+
"form-data": "^4.0.4",
7273
"globals": "^16.0.0",
7374
"identity-obj-proxy": "^3.0.0",
7475
"jest": "^29.7.0",

0 commit comments

Comments
 (0)