Skip to content

Commit 96527f8

Browse files
fix(deps): update dependency react-router-dom to v6.22.3 (#944)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5a36fc0 commit 96527f8

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"react": "17.0.2",
3636
"react-ace": "9.5.0",
3737
"react-dom": "17.0.2",
38-
"react-router-dom": "6.21.3"
38+
"react-router-dom": "6.22.3"
3939
},
4040
"devDependencies": {
4141
"@types/chrome": "0.0.265",

yarn.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -1032,10 +1032,10 @@
10321032
resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.24.tgz#58601079e11784d20f82d0585865bb42305c4df3"
10331033
integrity sha512-2LuNTFBIO0m7kKIQvvPHN6UE63VjpmL9rnEEaOOaiSPbZK+zUOYIzBAWcED+3XYzhYsd/0mD57VdxAEqqV52CQ==
10341034

1035-
"@remix-run/router@1.14.2":
1036-
version "1.14.2"
1037-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.14.2.tgz#4d58f59908d9197ba3179310077f25c88e49ed17"
1038-
integrity sha512-ACXpdMM9hmKZww21yEqWwiLws/UPLhNKvimN8RrYSqPSvB3ov7sLvAcfvaxePeLvccTQKGdkDIhLYApZVDFuKg==
1035+
"@remix-run/router@1.15.3":
1036+
version "1.15.3"
1037+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.15.3.tgz#d2509048d69dbb72d5389a14945339f1430b2d3c"
1038+
integrity sha512-Oy8rmScVrVxWZVOpEF57ovlnhpZ8CCPlnIIumVcV9nFdiSIrus99+Lw78ekXyGvVDlIsFJbSfmSovJUhCWYV3w==
10391039

10401040
"@sindresorhus/is@^0.14.0":
10411041
version "0.14.0"
@@ -10061,20 +10061,20 @@ react-is@^16.12.0, react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1, react-
1006110061
resolved "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
1006210062
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
1006310063

10064-
react-router-dom@6.21.3:
10065-
version "6.21.3"
10066-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.21.3.tgz#ef3a7956a3699c7b82c21fcb3dbc63c313ed8c5d"
10067-
integrity sha512-kNzubk7n4YHSrErzjLK72j0B5i969GsuCGazRl3G6j1zqZBLjuSlYBdVdkDOgzGdPIffUOc9nmgiadTEVoq91g==
10064+
react-router-dom@6.22.3:
10065+
version "6.22.3"
10066+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.22.3.tgz#9781415667fd1361a475146c5826d9f16752a691"
10067+
integrity sha512-7ZILI7HjcE+p31oQvwbokjk6OA/bnFxrhJ19n82Ex9Ph8fNAq+Hm/7KchpMGlTgWhUxRHMMCut+vEtNpWpowKw==
1006810068
dependencies:
10069-
"@remix-run/router" "1.14.2"
10070-
react-router "6.21.3"
10069+
"@remix-run/router" "1.15.3"
10070+
react-router "6.22.3"
1007110071

10072-
react-router@6.21.3:
10073-
version "6.21.3"
10074-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.21.3.tgz#8086cea922c2bfebbb49c6594967418f1f167d70"
10075-
integrity sha512-a0H638ZXULv1OdkmiK6s6itNhoy33ywxmUFT/xtSoVyf9VnC7n7+VT4LjVzdIHSaF5TIh9ylUgxMXksHTgGrKg==
10072+
react-router@6.22.3:
10073+
version "6.22.3"
10074+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.22.3.tgz#9d9142f35e08be08c736a2082db5f0c9540a885e"
10075+
integrity sha512-dr2eb3Mj5zK2YISHK++foM9w4eBnO23eKnZEDs7c880P6oKbrjz/Svg9+nxqtHQK+oMW4OtjZca0RqPglXxguQ==
1007610076
dependencies:
10077-
"@remix-run/router" "1.14.2"
10077+
"@remix-run/router" "1.15.3"
1007810078

1007910079
react-shallow-renderer@^16.13.1:
1008010080
version "16.14.1"

0 commit comments

Comments
 (0)