Skip to content

Commit

Permalink
fix: client/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106
  • Loading branch information
snyk-bot committed Sep 10, 2024
1 parent 342a219 commit f72dba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.2.0",
"react-router-dom": "^6.0.0",
"react-scripts": "5.0.0",
"reactstrap": "^8.9.0",
"redux": "^4.0.5",
Expand Down

0 comments on commit f72dba4

Please sign in to comment.