fix: client/package.json & client/package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908531
- https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908429
- https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908293
This commit is contained in:
snyk-bot
2026-03-23 09:41:11 +00:00
parent 2aa3fc60c7
commit 7dcd9a39ff
2 changed files with 9 additions and 9 deletions

View File

@@ -14,7 +14,7 @@
"axios": "^1.13.5",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.9.6",
"react-router-dom": "^7.12.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},