Merge pull request #17854 from rahulrairai59/patch-1

build: update react-router to v7.12.0 to fix CVE-2026-21884
This commit is contained in:
Julius Volz 2026-01-27 15:51:42 +01:00 committed by GitHub
commit eba102b26d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7823,9 +7823,9 @@
}
},
"node_modules/react-router": {
"version": "7.9.5",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.9.5.tgz",
"integrity": "sha512-JmxqrnBZ6E9hWmf02jzNn9Jm3UqyeimyiwzD69NjxGySG6lIz/1LVPsoTCwN7NBX2XjCEa1LIX5EMz1j2b6u6A==",
"version": "7.12.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.12.0.tgz",
"integrity": "sha512-kTPDYPFzDVGIIGNLS5VJykK0HfHLY5MF3b+xj0/tTyNYL1gF1qs7u67Z9jEhQk2sQ98SUaHxlG31g1JtF7IfVw==",
"dependencies": {
"cookie": "^1.0.1",
"set-cookie-parser": "^2.6.0"