fix(deps): resolve frontend advisories
CI and Deploy / test (pull_request) Failing after 4m7s
CI and Deploy / deploy (pull_request) Has been skipped

Upgrade React Router to the patched v7 line and refresh transitive js-yaml and nanoid packages. Adapt RouterProvider flags and the Jest jsdom environment without changing application routes.
This commit is contained in:
cesnimda
2026-08-10 00:39:12 +02:00
parent c14b8a0ee4
commit b55a592b2c
5 changed files with 52 additions and 33 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
"next": "^16.2.12",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^6.30.3",
"react-router-dom": "^7.18.2",
"typescript": "^5.9.3",
"web-vitals": "^2.1.4"
},