Skip to content

Commit 2bd7672

Browse files
Bump react-router-dom from 6.15.0 to 6.21.0 in /adminui
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.15.0 to 6.21.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@6.21.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 f24c4c6 commit 2bd7672

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

adminui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-icons": "4.10.1",
1616
"react-roughviz": "0.1.10",
1717
"react-router": "6.15.0",
18-
"react-router-dom": "6.15.0",
18+
"react-router-dom": "6.21.0",
1919
"react-scripts": "4.0.3",
2020
"react-semantic-toasts": "0.6.6",
2121
"semantic-ui-css": "2.5.0",

adminui/yarn.lock

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2261,6 +2261,11 @@
22612261
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.6.0.tgz#f022195afdfc942e088ee2101285a1d31c7d727f"
22622262
integrity sha512-cPqjjzuFWNK3BSKLm0abspP0sp/IGOli4p5I5fKFAzdS8fvjdOwDCfZqAaIiXd9lPkOWi3SUUfZof3hEb7J/uw==
22632263

2264+
"@remix-run/router@1.14.0":
2265+
version "1.14.0"
2266+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.14.0.tgz#9bc39a5a3a71b81bdb310eba6def5bc3966695b7"
2267+
integrity sha512-WOHih+ClN7N8oHk9N4JUiMxQJmRVaOxcg8w7F/oHUXzJt920ekASLI/7cYX8XkntDWRhLZtsk6LbGrkgOAvi5A==
2268+
22642269
"@remix-run/router@1.8.0":
22652270
version "1.8.0"
22662271
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.8.0.tgz#e848d2f669f601544df15ce2a313955e4bf0bafc"
@@ -10462,13 +10467,13 @@ react-roughviz@0.1.10:
1046210467
dependencies:
1046310468
rough-viz "^1.0.6"
1046410469

10465-
react-router-dom@6.15.0:
10466-
version "6.15.0"
10467-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.15.0.tgz#6da7db61e56797266fbbef0d5e324d6ac443ee40"
10468-
integrity sha512-aR42t0fs7brintwBGAv2+mGlCtgtFQeOzK0BM1/OiqEzRejOZtpMZepvgkscpMUnKb8YO84G7s3LsHnnDNonbQ==
10470+
react-router-dom@6.21.0:
10471+
version "6.21.0"
10472+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.21.0.tgz#aa4c6bc046a8e8723095bc09b3c0ab2254532712"
10473+
integrity sha512-1dUdVj3cwc1npzJaf23gulB562ESNvxf7E4x8upNJycqyUm5BRRZ6dd3LrlzhtLaMrwOCO8R0zoiYxdaJx4LlQ==
1046910474
dependencies:
10470-
"@remix-run/router" "1.8.0"
10471-
react-router "6.15.0"
10475+
"@remix-run/router" "1.14.0"
10476+
react-router "6.21.0"
1047210477

1047310478
react-router@6.15.0:
1047410479
version "6.15.0"
@@ -10477,6 +10482,13 @@ react-router@6.15.0:
1047710482
dependencies:
1047810483
"@remix-run/router" "1.8.0"
1047910484

10485+
react-router@6.21.0:
10486+
version "6.21.0"
10487+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.21.0.tgz#6fe3e59877aca3dccceec1801d26991ddf42d12b"
10488+
integrity sha512-hGZ0HXbwz3zw52pLZV3j3+ec+m/PQ9cTpBvqjFQmy2XVUWGn5MD+31oXHb6dVTxYzmAeaiUBYjkoNz66n3RGCg==
10489+
dependencies:
10490+
"@remix-run/router" "1.14.0"
10491+
1048010492
react-scripts@4.0.3:
1048110493
version "4.0.3"
1048210494
resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-4.0.3.tgz#b1cafed7c3fa603e7628ba0f187787964cb5d345"

0 commit comments

Comments
 (0)