Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"axios": "^1.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.26.2",
"react-router-dom": "^6.30.2",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

security-high high

While upgrading react-router-dom is a good practice, this change does not address the security vulnerabilities listed in the pull request description (e.g., CSRF, Prototype Pollution). Those vulnerabilities are associated with the axios and follow-redirects packages, not react-router-dom. To resolve the reported security issues, you will need to upgrade the axios dependency in a separate change.

"react-scripts": "5.0.1",
"react-toastify": "^9.1.3",
"web-vitals": "^2.1.4"
Expand Down