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-AXIOS-15252993
- https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908286
This commit is contained in:
snyk-bot
2026-03-18 13:06:01 +00:00
parent 540be11fe1
commit 6b66bcec90
2 changed files with 19 additions and 19 deletions

View File

@@ -11,10 +11,10 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.12.0",
"axios": "^1.13.5",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.9.0",
"react-router-dom": "^7.9.6",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},