Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit b813e37

Browse files
Update dependency react-router-dom to v6.21.2
1 parent 1f3da29 commit b813e37

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

yarn.lock

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
babel-plugin-polyfill-regenerator "^0.3.0"
244244
semver "^6.3.0"
245245

246-
"@babel/runtime@^7.5.5", "@babel/runtime@^7.7.6":
246+
"@babel/runtime@^7.5.5":
247247
version "7.17.0"
248248
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.0.tgz#b8d142fc0f7664fb3d9b5833fd40dcbab89276c0"
249249
integrity sha512-etcO/ohMNaNA2UBdaXBBSX/3aEzFMRrVfaPv8Ptc0k+cWpWW0QFiGZ2XnVqQZI1Cf734LbPGmqBKWESfW4x/dQ==
@@ -911,6 +911,11 @@
911911
"@nodelib/fs.scandir" "2.1.5"
912912
fastq "^1.6.0"
913913

914+
"@remix-run/[email protected]":
915+
version "1.14.2"
916+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.14.2.tgz#4d58f59908d9197ba3179310077f25c88e49ed17"
917+
integrity sha512-ACXpdMM9hmKZww21yEqWwiLws/UPLhNKvimN8RrYSqPSvB3ov7sLvAcfvaxePeLvccTQKGdkDIhLYApZVDFuKg==
918+
914919
"@resolver-engine/core@^0.3.3":
915920
version "0.3.3"
916921
resolved "https://registry.yarnpkg.com/@resolver-engine/core/-/core-0.3.3.tgz#590f77d85d45bc7ecc4e06c654f41345db6ca967"
@@ -5098,13 +5103,6 @@ [email protected]:
50985103
resolved "https://registry.yarnpkg.com/heap/-/heap-0.2.6.tgz#087e1f10b046932fc8594dd9e6d378afc9d1e5ac"
50995104
integrity sha1-CH4fELBGky/IWU3Z5tN4r8nR5aw=
51005105

5101-
history@^5.2.0:
5102-
version "5.2.0"
5103-
resolved "https://registry.yarnpkg.com/history/-/history-5.2.0.tgz#7cdd31cf9bac3c5d31f09c231c9928fad0007b7c"
5104-
integrity sha512-uPSF6lAJb3nSePJ43hN3eKj1dTWpN9gMod0ZssbFTIsen+WehTmEadgL+kg78xLJFdRfrrC//SavDzmRVdE+Ig==
5105-
dependencies:
5106-
"@babel/runtime" "^7.7.6"
5107-
51085106
hmac-drbg@^1.0.1:
51095107
version "1.0.1"
51105108
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
@@ -7493,19 +7491,19 @@ react-refresh@^0.11.0:
74937491
integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==
74947492

74957493
react-router-dom@^6.2.1:
7496-
version "6.2.1"
7497-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.2.1.tgz#32ec81829152fbb8a7b045bf593a22eadf019bec"
7498-
integrity sha512-I6Zax+/TH/cZMDpj3/4Fl2eaNdcvoxxHoH1tYOREsQ22OKDYofGebrNm6CTPUcvLvZm63NL/vzCYdjf9CUhqmA==
7494+
version "6.21.2"
7495+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.21.2.tgz#5fba851731a194fa32c31990c4829c5e247f650a"
7496+
integrity sha512-tE13UukgUOh2/sqYr6jPzZTzmzc70aGRP4pAjG2if0IP3aUT+sBtAKUJh0qMh0zylJHGLmzS+XWVaON4UklHeg==
74997497
dependencies:
7500-
history "^5.2.0"
7501-
react-router "6.2.1"
7498+
"@remix-run/router" "1.14.2"
7499+
react-router "6.21.2"
75027500

7503-
react-router@6.2.1:
7504-
version "6.2.1"
7505-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.2.1.tgz#be2a97a6006ce1d9123c28934e604faef51448a3"
7506-
integrity sha512-2fG0udBtxou9lXtK97eJeET2ki5//UWfQSl1rlJ7quwe6jrktK9FCCc8dQb5QY6jAv3jua8bBQRhhDOM/kVRsg==
7501+
react-router@6.21.2:
7502+
version "6.21.2"
7503+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.21.2.tgz#8820906c609ae7e4e8f926cc8eb5ce161428b956"
7504+
integrity sha512-jJcgiwDsnaHIeC+IN7atO0XiSRCrOsQAHHbChtJxmgqG2IaYQXSnhqGb5vk2CU/wBQA12Zt+TkbuJjIn65gzbA==
75077505
dependencies:
7508-
history "^5.2.0"
7506+
"@remix-run/router" "1.14.2"
75097507

75107508
react@^16.8.6:
75117509
version "16.14.0"

0 commit comments

Comments
 (0)