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-12613773
- https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908289
This commit is contained in:
snyk-bot
2026-02-11 19:20:05 +00:00
parent f66670137b
commit 87402845a3
2 changed files with 28 additions and 24 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.9.0",
"axios": "^1.12.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.6.2",
"react-router-dom": "^7.9.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},