Skip to content

Commit 2c29332

Browse files
Bump react-router-dom
Bumps the frontends-prod group with 1 update in the /client directory: [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom). Updates `react-router-dom` from 7.8.1 to 7.8.2 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.8.2/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-version: 7.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: frontends-prod ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0852902 commit 2c29332

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"react-datepicker": "^8.3.0",
2424
"react-dom": "^19.1.0",
2525
"react-image-crop": "^11.0.10",
26-
"react-router-dom": "^7.8.1",
26+
"react-router-dom": "^7.8.2",
2727
"react-select": "^5.10.2",
2828
"react-tooltip": "^5.29.1",
2929
"use-debounce": "^10.0.5",

client/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2867,17 +2867,17 @@ react-refresh@^0.17.0:
28672867
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.17.0.tgz#b7e579c3657f23d04eccbe4ad2e58a8ed51e7e53"
28682868
integrity sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==
28692869

2870-
react-router-dom@^7.8.1:
2871-
version "7.8.1"
2872-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.8.1.tgz#9b5fedaf1886362ab02c9e4c51bc6afcd03151a0"
2873-
integrity sha512-NkgBCF3sVgCiAWIlSt89GR2PLaksMpoo3HDCorpRfnCEfdtRPLiuTf+CNXvqZMI5SJLZCLpVCvcZrTdtGW64xQ==
2870+
react-router-dom@^7.8.2:
2871+
version "7.8.2"
2872+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.8.2.tgz#25a8fc36588189baf3bbb5e360c8ffffbd2beabc"
2873+
integrity sha512-Z4VM5mKDipal2jQ385H6UBhiiEDlnJPx6jyWsTYoZQdl5TrjxEV2a9yl3Fi60NBJxYzOTGTTHXPi0pdizvTwow==
28742874
dependencies:
2875-
react-router "7.8.1"
2875+
react-router "7.8.2"
28762876

2877-
react-router@7.8.1:
2878-
version "7.8.1"
2879-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.8.1.tgz#62d62bc1a3fcde79c3ced8f7114f7b4f86916ce2"
2880-
integrity sha512-5cy/M8DHcG51/KUIka1nfZ2QeylS4PJRs6TT8I4PF5axVsI5JUxp0hC0NZ/AEEj8Vw7xsEoD7L/6FY+zoYaOGA==
2877+
react-router@7.8.2:
2878+
version "7.8.2"
2879+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.8.2.tgz#9d2d4147ca72832c550acc60ed688062d18f70b8"
2880+
integrity sha512-7M2fR1JbIZ/jFWqelpvSZx+7vd7UlBTfdZqf6OSdF9g6+sfdqJDAWcak6ervbHph200ePlu+7G8LdoiC3ReyAQ==
28812881
dependencies:
28822882
cookie "^1.0.1"
28832883
set-cookie-parser "^2.6.0"

0 commit comments

Comments
 (0)