Skip to content

Commit 10e2dfe

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

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.27.0"
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.20.0":
959+
version "1.20.0"
960+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.20.0.tgz#03554155b45d8b529adf635b2f6ad1165d70d8b4"
961+
integrity sha512-mUnk8rPJBI9loFDZ+YzPGdeniYK+FTmRD1TMCz7ev2SNIozyKKpnGgsxO34u6Z4z/t0ITuu7voi/AshfsGsgFg==
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.27.0:
3542+
version "6.27.0"
3543+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.27.0.tgz#8d7972a425fd75f91c1e1ff67e47240c5752dc3f"
3544+
integrity sha512-+bvtFWMC0DgAFrfKXKG9Fc+BcXWRUO1aJIihbB79xaeq0v5UzfvnM5houGUm1Y461WVRcgAQ+Clh5rdb1eCx4g==
35453545
dependencies:
3546-
"@remix-run/router" "1.14.2"
3547-
react-router "6.21.3"
3546+
"@remix-run/router" "1.20.0"
3547+
react-router "6.27.0"
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.27.0:
3550+
version "6.27.0"
3551+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.27.0.tgz#db292474926c814c996c0ff3ef0162d1f9f60ed4"
3552+
integrity sha512-YA+HGZXz4jaAkVoYBE98VQl+nVzI+cVI2Oj/06F5ZM+0u3TgedN9Y9kmMRo2mnkSK2nCpNQn0DVob4HCsY/WLw==
35533553
dependencies:
3554-
"@remix-run/router" "1.14.2"
3554+
"@remix-run/router" "1.20.0"
35553555

35563556
react@^18.2.0:
35573557
version "18.2.0"

0 commit comments

Comments
 (0)