Skip to content

Commit 05a30ac

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

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.25.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.18.0":
959+
version "1.18.0"
960+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.18.0.tgz#20b033d1f542a100c1d57cfd18ecf442d1784732"
961+
integrity sha512-L3jkqmqoSVBVKHfpGZmLrex0lxR5SucGA0sUfFzGctehw+S/ggL9L/0NnC5mw6P8HUWpFZ3nQw3cRApjjWx9Sw==
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.25.0:
3542+
version "6.25.0"
3543+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.25.0.tgz#f46f98553e1b4b3bcd2e4bb1021e9144b02671bf"
3544+
integrity sha512-BhcczgDWWgvGZxjDDGuGHrA8HrsSudilqTaRSBYLWDayvo1ClchNIDVt5rldqp6e7Dro5dEFx9Mzc+r292lN0w==
35453545
dependencies:
3546-
"@remix-run/router" "1.14.2"
3547-
react-router "6.21.3"
3546+
"@remix-run/router" "1.18.0"
3547+
react-router "6.25.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.25.0:
3550+
version "6.25.0"
3551+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.25.0.tgz#24f72cdf3bcc9be0f60b95af6cd88950c3d246e4"
3552+
integrity sha512-bziKjCcDbcxgWS9WlWFcQIVZ2vJHnCP6DGpQDT0l+0PFDasfJKgzf9CM22eTyhFsZkjk8ApCdKjJwKtzqH80jQ==
35533553
dependencies:
3554-
"@remix-run/router" "1.14.2"
3554+
"@remix-run/router" "1.18.0"
35553555

35563556
react@^18.2.0:
35573557
version "18.2.0"

0 commit comments

Comments
 (0)