Skip to content

Commit b120463

Browse files
Bump react-router-dom from 7.9.4 to 7.13.0 in /frontend
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 7.9.4 to 7.13.0. - [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.13.0/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-version: 7.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c7a64c8 commit b120463

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"react-helmet-async": "^2.0.4",
7373
"react-qr-code": "^2.0.12",
7474
"react-router": "^7.1.5",
75-
"react-router-dom": "^7.1.5",
75+
"react-router-dom": "^7.13.0",
7676
"recharts": "2",
7777
"sirv": "^2.0.4"
7878
},

frontend/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4743,17 +4743,17 @@ react-remove-scroll@^2.7.1:
47434743
use-callback-ref "^1.3.3"
47444744
use-sidecar "^1.1.3"
47454745

4746-
react-router-dom@^7.1.5:
4747-
version "7.9.4"
4748-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.9.4.tgz#37d35b4b7f730b37434f2b7e95121ef557a6b538"
4749-
integrity sha512-f30P6bIkmYvnHHa5Gcu65deIXoA2+r3Eb6PJIAddvsT9aGlchMatJ51GgpU470aSqRRbFX22T70yQNUGuW3DfA==
4746+
react-router-dom@^7.13.0:
4747+
version "7.13.0"
4748+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.13.0.tgz#8b5f7204fadca680f0e94f207c163f0dcd1cfdf5"
4749+
integrity sha512-5CO/l5Yahi2SKC6rGZ+HDEjpjkGaG/ncEP7eWFTvFxbHP8yeeI0PxTDjimtpXYlR3b3i9/WIL4VJttPrESIf2g==
47504750
dependencies:
4751-
react-router "7.9.4"
4751+
react-router "7.13.0"
47524752

4753-
react-router@7.9.4, react-router@^7.1.5:
4754-
version "7.9.4"
4755-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.9.4.tgz#2c4249e5d0a6bb8b8f6bf0ede8f5077e4ff8024f"
4756-
integrity sha512-SD3G8HKviFHg9xj7dNODUKDFgpG4xqD5nhyd0mYoB5iISepuZAvzSr8ywxgxKJ52yRzf/HWtVHc9AWwoTbljvA==
4753+
react-router@7.13.0, react-router@^7.1.5:
4754+
version "7.13.0"
4755+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.13.0.tgz#de9484aee764f4f65b93275836ff5944d7f5bd3b"
4756+
integrity sha512-PZgus8ETambRT17BUm/LL8lX3Of+oiLaPuVTRH3l1eLvSPpKO3AvhAEb5N7ihAFZQrYDqkvvWfFh9p0z9VsjLw==
47574757
dependencies:
47584758
cookie "^1.0.1"
47594759
set-cookie-parser "^2.6.0"

0 commit comments

Comments
 (0)