Skip to content

Commit dd7f163

Browse files
committed
fix(deps): update dependency react-router-dom to v6.10.0
1 parent 92d4edf commit dd7f163

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
@@ -43,7 +43,7 @@
4343
"react-markdown": "8.0.6",
4444
"react-modal": "3.16.1",
4545
"react-multi-carousel": "2.8.3",
46-
"react-router-dom": "6.9.0",
46+
"react-router-dom": "6.10.0",
4747
"react-select": "^5.5.4",
4848
"react-table": "7.8.0",
4949
"sharp": "0.32.0",

yarn.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -2935,10 +2935,10 @@
29352935
"@react-spring/shared" "~9.4.5"
29362936
"@react-spring/types" "~9.4.5"
29372937

2938-
"@remix-run/router@1.4.0":
2939-
version "1.4.0"
2940-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.4.0.tgz#74935d538e4df8893e47831a7aea362f295bcd39"
2941-
integrity sha512-BJ9SxXux8zAg991UmT8slpwpsd31K1dHHbD3Ba4VzD+liLQ4WAMSxQp2d2ZPRPfN0jN2NPRowcSSoM7lCaF08Q==
2938+
"@remix-run/router@1.5.0":
2939+
version "1.5.0"
2940+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.5.0.tgz#57618e57942a5f0131374a9fdb0167e25a117fdc"
2941+
integrity sha512-bkUDCp8o1MvFO+qxkODcbhSqRa6P2GXgrGZVpt0dCXNW2HCSCqYI0ZoAqEOSAjRWmmlKcYgFvN4B4S+zo/f8kg==
29422942

29432943
"@sideway/address@^4.1.3":
29442944
version "4.1.4"
@@ -15889,20 +15889,20 @@ react-refresh@^0.14.0:
1588915889
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.0.tgz#4e02825378a5f227079554d4284889354e5f553e"
1589015890
integrity sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==
1589115891

15892-
react-router-dom@6.9.0:
15893-
version "6.9.0"
15894-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.9.0.tgz#dd8b4e461453bd4cad2e6404493d1a5b4bfea758"
15895-
integrity sha512-/seUAPY01VAuwkGyVBPCn1OXfVbaWGGu4QN9uj0kCPcTyNYgL1ldZpxZUpRU7BLheKQI4Twtl/OW2nHRF1u26Q==
15892+
react-router-dom@6.10.0:
15893+
version "6.10.0"
15894+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.10.0.tgz#090ddc5c84dc41b583ce08468c4007c84245f61f"
15895+
integrity sha512-E5dfxRPuXKJqzwSe/qGcqdwa18QiWC6f3H3cWXM24qj4N0/beCIf/CWTipop2xm7mR0RCS99NnaqPNjHtrAzCg==
1589615896
dependencies:
15897-
"@remix-run/router" "1.4.0"
15898-
react-router "6.9.0"
15897+
"@remix-run/router" "1.5.0"
15898+
react-router "6.10.0"
1589915899

15900-
react-router@6.9.0:
15901-
version "6.9.0"
15902-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.9.0.tgz#0f503d9becbc62d9e4ddc0f9bd4026e0fd29fbf5"
15903-
integrity sha512-51lKevGNUHrt6kLuX3e/ihrXoXCa9ixY/nVWRLlob4r/l0f45x3SzBvYJe3ctleLUQQ5fVa4RGgJOTH7D9Umhw==
15900+
react-router@6.10.0:
15901+
version "6.10.0"
15902+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.10.0.tgz#230f824fde9dd0270781b5cb497912de32c0a971"
15903+
integrity sha512-Nrg0BWpQqrC3ZFFkyewrflCud9dio9ME3ojHCF/WLsprJVzkq3q3UeEhMCAW1dobjeGbWgjNn/PVF6m46ANxXQ==
1590415904
dependencies:
15905-
"@remix-run/router" "1.4.0"
15905+
"@remix-run/router" "1.5.0"
1590615906

1590715907
react-select@^5.5.4:
1590815908
version "5.7.2"

0 commit comments

Comments
 (0)