Skip to content

Commit 21a3250

Browse files
build: bump react-router-dom from 7.1.1 to 7.2.0 in /App/frontend-app
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 7.1.1 to 7.2.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.2.0/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3206158 commit 21a3250

3 files changed

Lines changed: 28 additions & 22 deletions

File tree

App/frontend-app/package-lock.json

Lines changed: 17 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

App/frontend-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"react-dropzone": "^14.3.5",
4545
"react-i18next": "^15.2.0",
4646
"react-markdown": "^9.0.3",
47-
"react-router-dom": "^7.1.1",
47+
"react-router-dom": "^7.2.0",
4848
"react-tiff": "^0.0.11",
4949
"react-uploader": "^3.43.0",
5050
"use-debounce": "^10.0.4"

App/frontend-app/yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6623,7 +6623,7 @@ kleur@^3.0.3:
66236623
react-dropzone "^14.3.5"
66246624
react-i18next "^15.2.0"
66256625
react-markdown "^9.0.3"
6626-
react-router-dom "^7.1.1"
6626+
react-router-dom "^7.2.0"
66276627
react-tiff "^0.0.11"
66286628
react-uploader "^3.43.0"
66296629
use-debounce "^10.0.4"
@@ -7868,17 +7868,17 @@ react-refresh@^0.14.2:
78687868
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.2.tgz#3833da01ce32da470f1f936b9d477da5c7028bf9"
78697869
integrity sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==
78707870

7871-
react-router-dom@^7.1.1:
7872-
version "7.1.1"
7873-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.1.1.tgz#9e76fb63a762ba5da13032f5fd9e4a24946396b6"
7874-
integrity sha512-vSrQHWlJ5DCfyrhgo0k6zViOe9ToK8uT5XGSmnuC2R3/g261IdIMpZVqfjD6vWSXdnf5Czs4VA/V60oVR6/jnA==
7871+
react-router-dom@^7.2.0:
7872+
version "7.2.0"
7873+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.2.0.tgz#b8a7eae7827cd5207cf91e89807d01217737797d"
7874+
integrity sha512-cU7lTxETGtQRQbafJubvZKHEn5izNABxZhBY0Jlzdv0gqQhCPQt2J8aN5ZPjS6mQOXn5NnirWNh+FpE8TTYN0Q==
78757875
dependencies:
7876-
react-router "7.1.1"
7876+
react-router "7.2.0"
78777877

7878-
react-router@7.1.1:
7879-
version "7.1.1"
7880-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.1.1.tgz#88f5657fa5b8f0b918c7222ec710de0274d00b2e"
7881-
integrity sha512-39sXJkftkKWRZ2oJtHhCxmoCrBCULr/HAH4IT5DHlgu/Q0FCPV0S4Lx+abjDTx/74xoZzNYDYbOZWlJjruyuDQ==
7878+
react-router@7.2.0:
7879+
version "7.2.0"
7880+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.2.0.tgz#a8f2729d39f634a7a870d14dd906a1b406f39d6f"
7881+
integrity sha512-fXyqzPgCPZbqhrk7k3hPcCpYIlQ2ugIXDboHUzhJISFVy2DEPsmHgN588MyGmkIOv3jDgNfUE3kJi83L28s/LQ==
78827882
dependencies:
78837883
"@types/cookie" "^0.6.0"
78847884
cookie "^1.0.1"

0 commit comments

Comments
 (0)