Skip to content

Commit faf714f

Browse files
fix(deps): update dependency react-router-dom to ^6.22.3
1 parent 022a0f4 commit faf714f

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
@@ -17,7 +17,7 @@
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0",
1919
"react-helmet-async": "^1.3.0",
20-
"react-router-dom": "^6.21.3"
20+
"react-router-dom": "^6.22.3"
2121
},
2222
"devDependencies": {
2323
"@types/react": "18.2.50",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -955,10 +955,10 @@
955955
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
956956
integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=
957957

958-
"@remix-run/router@1.14.2":
959-
version "1.14.2"
960-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.14.2.tgz#4d58f59908d9197ba3179310077f25c88e49ed17"
961-
integrity sha512-ACXpdMM9hmKZww21yEqWwiLws/UPLhNKvimN8RrYSqPSvB3ov7sLvAcfvaxePeLvccTQKGdkDIhLYApZVDFuKg==
958+
"@remix-run/router@1.15.3":
959+
version "1.15.3"
960+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.15.3.tgz#d2509048d69dbb72d5389a14945339f1430b2d3c"
961+
integrity sha512-Oy8rmScVrVxWZVOpEF57ovlnhpZ8CCPlnIIumVcV9nFdiSIrus99+Lw78ekXyGvVDlIsFJbSfmSovJUhCWYV3w==
962962

963963
"@tanstack/react-virtual@^3.0.0-beta.60":
964964
version "3.0.2"
@@ -3538,20 +3538,20 @@ react-refresh@^0.14.0:
35383538
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.0.tgz#4e02825378a5f227079554d4284889354e5f553e"
35393539
integrity sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==
35403540

3541-
react-router-dom@^6.21.3:
3542-
version "6.21.3"
3543-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.21.3.tgz#ef3a7956a3699c7b82c21fcb3dbc63c313ed8c5d"
3544-
integrity sha512-kNzubk7n4YHSrErzjLK72j0B5i969GsuCGazRl3G6j1zqZBLjuSlYBdVdkDOgzGdPIffUOc9nmgiadTEVoq91g==
3541+
react-router-dom@^6.22.3:
3542+
version "6.22.3"
3543+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.22.3.tgz#9781415667fd1361a475146c5826d9f16752a691"
3544+
integrity sha512-7ZILI7HjcE+p31oQvwbokjk6OA/bnFxrhJ19n82Ex9Ph8fNAq+Hm/7KchpMGlTgWhUxRHMMCut+vEtNpWpowKw==
35453545
dependencies:
3546-
"@remix-run/router" "1.14.2"
3547-
react-router "6.21.3"
3546+
"@remix-run/router" "1.15.3"
3547+
react-router "6.22.3"
35483548

3549-
react-router@6.21.3:
3550-
version "6.21.3"
3551-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.21.3.tgz#8086cea922c2bfebbb49c6594967418f1f167d70"
3552-
integrity sha512-a0H638ZXULv1OdkmiK6s6itNhoy33ywxmUFT/xtSoVyf9VnC7n7+VT4LjVzdIHSaF5TIh9ylUgxMXksHTgGrKg==
3549+
react-router@6.22.3:
3550+
version "6.22.3"
3551+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.22.3.tgz#9d9142f35e08be08c736a2082db5f0c9540a885e"
3552+
integrity sha512-dr2eb3Mj5zK2YISHK++foM9w4eBnO23eKnZEDs7c880P6oKbrjz/Svg9+nxqtHQK+oMW4OtjZca0RqPglXxguQ==
35533553
dependencies:
3554-
"@remix-run/router" "1.14.2"
3554+
"@remix-run/router" "1.15.3"
35553555

35563556
react@^18.2.0:
35573557
version "18.2.0"

0 commit comments

Comments
 (0)