Skip to content

Commit e626072

Browse files
Bump react-router from 7.8.1 to 7.12.0 in /client
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.8.1 to 7.12.0. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@7.12.0/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-version: 7.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bcca867 commit e626072

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"react-copy-to-clipboard": "^5.1.0",
2323
"react-datepicker": "8.5.0",
2424
"react-dom": "^19.1.1",
25-
"react-router": "^7.8.1",
25+
"react-router": "^7.12.0",
2626
"react-router-dom": "^7.8.1",
2727
"react-select": "^5.10.2",
2828
"react-tooltip": "^5.29.1",

client/yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3072,14 +3072,22 @@ react-router-dom@^7.8.1:
30723072
dependencies:
30733073
react-router "7.8.1"
30743074

3075-
react-router@7.8.1, react-router@^7.8.1:
3075+
react-router@7.8.1:
30763076
version "7.8.1"
30773077
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.8.1.tgz#62d62bc1a3fcde79c3ced8f7114f7b4f86916ce2"
30783078
integrity sha512-5cy/M8DHcG51/KUIka1nfZ2QeylS4PJRs6TT8I4PF5axVsI5JUxp0hC0NZ/AEEj8Vw7xsEoD7L/6FY+zoYaOGA==
30793079
dependencies:
30803080
cookie "^1.0.1"
30813081
set-cookie-parser "^2.6.0"
30823082

3083+
react-router@^7.12.0:
3084+
version "7.12.0"
3085+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.12.0.tgz#459a86862abbedd02e76e686751fe71f9fd73a4f"
3086+
integrity sha512-kTPDYPFzDVGIIGNLS5VJykK0HfHLY5MF3b+xj0/tTyNYL1gF1qs7u67Z9jEhQk2sQ98SUaHxlG31g1JtF7IfVw==
3087+
dependencies:
3088+
cookie "^1.0.1"
3089+
set-cookie-parser "^2.6.0"
3090+
30833091
react-select@^5.10.2:
30843092
version "5.10.2"
30853093
resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.10.2.tgz#8dffc69dfd7d74684d9613e6eb27204e3b99e127"

0 commit comments

Comments
 (0)