Skip to content

Commit e0f214e

Browse files
fix(deps): update dependency react-router-dom to v6.28.0 (#956)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 93c91e4 commit e0f214e

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.22.3"
38+
"react-router-dom": "6.28.0"
3939
},
4040
"devDependencies": {
4141
"@types/chrome": "0.0.287",

yarn.lock

Lines changed: 15 additions & 15 deletions
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.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==
1035+
"@remix-run/router@1.21.0":
1036+
version "1.21.0"
1037+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.21.0.tgz#c65ae4262bdcfe415dbd4f64ec87676e4a56e2b5"
1038+
integrity sha512-xfSkCAchbdG5PnbrKqFWwia4Bi61nH+wm8wLEqfHDyp7Y3dZzgqS2itV8i4gAq9pC2HsTpwyBC6Ds8VHZ96JlA==
10391039

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

10053-
react-router-dom@6.22.3:
10054-
version "6.22.3"
10055-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.22.3.tgz#9781415667fd1361a475146c5826d9f16752a691"
10056-
integrity sha512-7ZILI7HjcE+p31oQvwbokjk6OA/bnFxrhJ19n82Ex9Ph8fNAq+Hm/7KchpMGlTgWhUxRHMMCut+vEtNpWpowKw==
10053+
react-router-dom@6.28.0:
10054+
version "6.28.0"
10055+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.28.0.tgz#f73ebb3490e59ac9f299377062ad1d10a9f579e6"
10056+
integrity sha512-kQ7Unsl5YdyOltsPGl31zOjLrDv+m2VcIEcIHqYYD3Lp0UppLjrzcfJqDJwXxFw3TH/yvapbnUvPlAj7Kx5nbg==
1005710057
dependencies:
10058-
"@remix-run/router" "1.15.3"
10059-
react-router "6.22.3"
10058+
"@remix-run/router" "1.21.0"
10059+
react-router "6.28.0"
1006010060

10061-
react-router@6.22.3:
10062-
version "6.22.3"
10063-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.22.3.tgz#9d9142f35e08be08c736a2082db5f0c9540a885e"
10064-
integrity sha512-dr2eb3Mj5zK2YISHK++foM9w4eBnO23eKnZEDs7c880P6oKbrjz/Svg9+nxqtHQK+oMW4OtjZca0RqPglXxguQ==
10061+
react-router@6.28.0:
10062+
version "6.28.0"
10063+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.28.0.tgz#29247c86d7ba901d7e5a13aa79a96723c3e59d0d"
10064+
integrity sha512-HrYdIFqdrnhDw0PqG/AKjAqEqM7AvxCz0DQ4h2W8k6nqmc5uRBYDag0SBxx9iYz5G8gnuNVLzUe13wl9eAsXXg==
1006510065
dependencies:
10066-
"@remix-run/router" "1.15.3"
10066+
"@remix-run/router" "1.21.0"
1006710067

1006810068
react-shallow-renderer@^16.13.1:
1006910069
version "16.14.1"

0 commit comments

Comments
 (0)