Skip to content

Commit 5d37018

Browse files
dependabot[bot]phlax
authored andcommitted
build(deps): bump react-router-dom in /single-page-app/ui
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 7.11.0 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-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.12.0/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-version: 7.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c6993bd commit 5d37018

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

single-page-app/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react": "^19.2.3",
1919
"react-dom": "^19.1.0",
2020
"react-icons": "^5.5.0",
21-
"react-router-dom": "^7.11.0"
21+
"react-router-dom": "^7.12.0"
2222
},
2323
"devDependencies": {
2424
"@types/react": "^19.2.7",

single-page-app/ui/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4235,17 +4235,17 @@ react-refresh@^0.18.0:
42354235
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.18.0.tgz#2dce97f4fe932a4d8142fa1630e475c1729c8062"
42364236
integrity sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==
42374237

4238-
react-router-dom@^7.11.0:
4239-
version "7.11.0"
4240-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.11.0.tgz#2165f63e52798bd0eb138480c098ad058cdf3413"
4241-
integrity sha512-e49Ir/kMGRzFOOrYQBdoitq3ULigw4lKbAyKusnvtDu2t4dBX4AGYPrzNvorXmVuOyeakai6FUPW5MmibvVG8g==
4238+
react-router-dom@^7.12.0:
4239+
version "7.12.0"
4240+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.12.0.tgz#0f2a059c6b2c4ae04474fe4171c59fb48b9fb8cf"
4241+
integrity sha512-pfO9fiBcpEfX4Tx+iTYKDtPbrSLLCbwJ5EqP+SPYQu1VYCXdy79GSj0wttR0U4cikVdlImZuEZ/9ZNCgoaxwBA==
42424242
dependencies:
4243-
react-router "7.11.0"
4243+
react-router "7.12.0"
42444244

4245-
react-router@7.11.0:
4246-
version "7.11.0"
4247-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.11.0.tgz#d3b91567fdbe910caf9064ea69b7b4d9264f2945"
4248-
integrity sha512-uI4JkMmjbWCZc01WVP2cH7ZfSzH91JAZUDd7/nIprDgWxBV1TkkmLToFh7EbMTcMak8URFRa2YoBL/W8GWnCTQ==
4245+
react-router@7.12.0:
4246+
version "7.12.0"
4247+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.12.0.tgz#459a86862abbedd02e76e686751fe71f9fd73a4f"
4248+
integrity sha512-kTPDYPFzDVGIIGNLS5VJykK0HfHLY5MF3b+xj0/tTyNYL1gF1qs7u67Z9jEhQk2sQ98SUaHxlG31g1JtF7IfVw==
42494249
dependencies:
42504250
cookie "^1.0.1"
42514251
set-cookie-parser "^2.6.0"

0 commit comments

Comments
 (0)