3 Commits

Author SHA1 Message Date
Alvin
8ae8b4a9d8 Merge pull request #3 from Alvin-Zilverstand/snyk-fix-a142f8b0fc8fd6400141ad7ae3949b93
[Snyk] Security upgrade react-router-dom from 7.9.6 to 7.12.0
2026-03-23 10:44:15 +01:00
snyk-bot
7dcd9a39ff 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
2026-03-23 09:41:11 +00:00
Alvin
2aa3fc60c7 Merge pull request #2 from Alvin-Zilverstand/snyk-fix-ff8a48878ffeff2c9f268dc6bb0da54d
[Snyk] Fix for 2 vulnerabilities
2026-03-18 14:20:50 +01:00
2 changed files with 9 additions and 9 deletions

View File

@@ -19,7 +19,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"
}
@@ -14461,9 +14461,9 @@
}
},
"node_modules/react-router": {
"version": "7.9.6",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.9.6.tgz",
"integrity": "sha512-Y1tUp8clYRXpfPITyuifmSoE2vncSME18uVLgaqyxh9H35JWpIfzHo+9y3Fzh5odk/jxPW29IgLgzcdwxGqyNA==",
"version": "7.12.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.12.0.tgz",
"integrity": "sha512-kTPDYPFzDVGIIGNLS5VJykK0HfHLY5MF3b+xj0/tTyNYL1gF1qs7u67Z9jEhQk2sQ98SUaHxlG31g1JtF7IfVw==",
"license": "MIT",
"dependencies": {
"cookie": "^1.0.1",
@@ -14483,12 +14483,12 @@
}
},
"node_modules/react-router-dom": {
"version": "7.9.6",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.9.6.tgz",
"integrity": "sha512-2MkC2XSXq6HjGcihnx1s0DBWQETI4mlis4Ux7YTLvP67xnGxCvq+BcCQSO81qQHVUTM1V53tl4iVVaY5sReCOA==",
"version": "7.12.0",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.12.0.tgz",
"integrity": "sha512-pfO9fiBcpEfX4Tx+iTYKDtPbrSLLCbwJ5EqP+SPYQu1VYCXdy79GSj0wttR0U4cikVdlImZuEZ/9ZNCgoaxwBA==",
"license": "MIT",
"dependencies": {
"react-router": "7.9.6"
"react-router": "7.12.0"
},
"engines": {
"node": ">=20.0.0"

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"
},