Skip to content

Commit 423650c

Browse files
chore(deps): bump react-router-dom from 7.7.1 to 7.8.2 in /web (#5497)
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 7.7.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/[email protected]/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-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 67a0c86 commit 423650c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"react-icomoon": "^2.6.1",
131131
"react-modal": "^3.16.3",
132132
"react-refresh": "^0.17.0",
133-
"react-router-dom": "^7.7.1",
133+
"react-router-dom": "^7.8.2",
134134
"react-select": "^5.10.2",
135135
"react-tooltip": "^4.2.6",
136136
"react-vis": "^1.12.1",

web/yarn.lock

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

11529-
react-router-dom@^7.7.1:
11530-
version "7.7.1"
11531-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.7.1.tgz#456d1053dda5e1c1328a2b6b2359f6a1c47072fc"
11532-
integrity sha512-bavdk2BA5r3MYalGKZ01u8PGuDBloQmzpBZVhDLrOOv1N943Wq6dcM9GhB3x8b7AbqPMEezauv4PeGkAJfy7FQ==
11529+
react-router-dom@^7.8.2:
11530+
version "7.8.2"
11531+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.8.2.tgz#25a8fc36588189baf3bbb5e360c8ffffbd2beabc"
11532+
integrity sha512-Z4VM5mKDipal2jQ385H6UBhiiEDlnJPx6jyWsTYoZQdl5TrjxEV2a9yl3Fi60NBJxYzOTGTTHXPi0pdizvTwow==
1153311533
dependencies:
11534-
react-router "7.7.1"
11534+
react-router "7.8.2"
1153511535

11536-
react-router@7.7.1:
11537-
version "7.7.1"
11538-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.7.1.tgz#c12ebbad162da655951dd79325f205f7238d609e"
11539-
integrity sha512-jVKHXoWRIsD/qS6lvGveckwb862EekvapdHJN/cGmzw40KnJH5gg53ujOJ4qX6EKIK9LSBfFed/xiQ5yeXNrUA==
11536+
react-router@7.8.2:
11537+
version "7.8.2"
11538+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.8.2.tgz#9d2d4147ca72832c550acc60ed688062d18f70b8"
11539+
integrity sha512-7M2fR1JbIZ/jFWqelpvSZx+7vd7UlBTfdZqf6OSdF9g6+sfdqJDAWcak6ervbHph200ePlu+7G8LdoiC3ReyAQ==
1154011540
dependencies:
1154111541
cookie "^1.0.1"
1154211542
set-cookie-parser "^2.6.0"

0 commit comments

Comments
 (0)