Skip to content

Commit 138dbe9

Browse files
fix(deps): update dependency react-router-dom to v7
1 parent 1a58e7f commit 138dbe9

File tree

2 files changed

+42
-86
lines changed

2 files changed

+42
-86
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"react": "17.0.2",
2424
"react-dom": "17.0.2",
2525
"react-redux": "7.2.2",
26-
"react-router-dom": "5.2.0",
26+
"react-router-dom": "7.0.0",
2727
"react-scripts": "3.4.4",
2828
"redux": "4.0.5",
2929
"redux-logger": "3.0.6",

yarn.lock

Lines changed: 41 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@
981981
dependencies:
982982
regenerator-runtime "^0.13.4"
983983

984-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
984+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
985985
version "7.9.2"
986986
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.2.tgz#d90df0583a3a252f09aaa619665367bae518db06"
987987
integrity sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==
@@ -1481,6 +1481,11 @@
14811481
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
14821482
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
14831483

1484+
"@types/cookie@^0.6.0":
1485+
version "0.6.0"
1486+
resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.6.0.tgz#eac397f28bf1d6ae0ae081363eca2f425bedf0d5"
1487+
integrity sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==
1488+
14841489
"@types/eslint-visitor-keys@^1.0.0":
14851490
version "1.0.0"
14861491
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
@@ -3298,6 +3303,11 @@ [email protected]:
32983303
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba"
32993304
integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==
33003305

3306+
cookie@^1.0.1:
3307+
version "1.0.2"
3308+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.0.2.tgz#27360701532116bd3f1f9416929d176afe1e4610"
3309+
integrity sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==
3310+
33013311
copy-concurrently@^1.0.0:
33023312
version "1.0.5"
33033313
resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0"
@@ -5322,18 +5332,6 @@ hex-color-regex@^1.1.0:
53225332
resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
53235333
integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==
53245334

5325-
history@^4.9.0:
5326-
version "4.10.1"
5327-
resolved "https://registry.yarnpkg.com/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3"
5328-
integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==
5329-
dependencies:
5330-
"@babel/runtime" "^7.1.2"
5331-
loose-envify "^1.2.0"
5332-
resolve-pathname "^3.0.0"
5333-
tiny-invariant "^1.0.2"
5334-
tiny-warning "^1.0.0"
5335-
value-equal "^1.0.1"
5336-
53375335
hmac-drbg@^1.0.1:
53385336
version "1.0.1"
53395337
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
@@ -5343,7 +5341,7 @@ hmac-drbg@^1.0.1:
53435341
minimalistic-assert "^1.0.0"
53445342
minimalistic-crypto-utils "^1.0.1"
53455343

5346-
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2:
5344+
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2:
53475345
version "3.3.2"
53485346
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
53495347
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@@ -6051,11 +6049,6 @@ is-wsl@^2.1.1:
60516049
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.1.1.tgz#4a1c152d429df3d441669498e2486d3596ebaf1d"
60526050
integrity sha512-umZHcSrwlDHo2TGMXv0DZ8dIUGunZ2Iv68YZnrmCiBPkZ4aaOhtv7pXJKeki9k3qJ3RJr0cDyitcl5wEH3AYog==
60536051

6054-
6055-
version "0.0.1"
6056-
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
6057-
integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=
6058-
60596052
[email protected], isarray@^1.0.0, isarray@~1.0.0:
60606053
version "1.0.0"
60616054
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
@@ -6933,7 +6926,7 @@ loglevel@^1.6.8:
69336926
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.8.tgz#8a25fb75d092230ecd4457270d80b54e28011171"
69346927
integrity sha512-bsU7+gc9AJ2SqpzxwU3+1fedl8zAntbtC5XYlt3s2j1hJcn2PsXSmgN8TaLG/J1/2mod4+cE/3vNL70/c1RNCA==
69356928

6936-
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
6929+
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
69376930
version "1.4.0"
69386931
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
69396932
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -7126,14 +7119,6 @@ mimic-fn@^2.1.0:
71267119
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
71277120
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
71287121

7129-
mini-create-react-context@^0.4.0:
7130-
version "0.4.0"
7131-
resolved "https://registry.yarnpkg.com/mini-create-react-context/-/mini-create-react-context-0.4.0.tgz#df60501c83151db69e28eac0ef08b4002efab040"
7132-
integrity sha512-b0TytUgFSbgFJGzJqXPKCFCBWigAjpjo+Fl7Vf7ZbKRDptszpppKxXH6DRXEABZ/gcEQczeb0iZ7JvL8e8jjCA==
7133-
dependencies:
7134-
"@babel/runtime" "^7.5.5"
7135-
tiny-warning "^1.0.3"
7136-
71377122
71387123
version "0.9.0"
71397124
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz#47f2cf07aa165ab35733b1fc97d4c46c0564339e"
@@ -7902,13 +7887,6 @@ [email protected]:
79027887
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
79037888
integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=
79047889

7905-
path-to-regexp@^1.7.0:
7906-
version "1.8.0"
7907-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a"
7908-
integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
7909-
dependencies:
7910-
isarray "0.0.1"
7911-
79127890
path-type@^2.0.0:
79137891
version "2.0.0"
79147892
resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73"
@@ -8807,7 +8785,7 @@ prompts@^2.0.1:
88078785
kleur "^3.0.3"
88088786
sisteransi "^1.0.4"
88098787

8810-
prop-types@^15.6.2, prop-types@^15.7.2:
8788+
prop-types@^15.7.2:
88118789
version "15.7.2"
88128790
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
88138791
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -9022,7 +9000,7 @@ react-error-overlay@^6.0.7:
90229000
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.7.tgz#1dcfb459ab671d53f660a991513cb2f0a0553108"
90239001
integrity sha512-TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA==
90249002

9025-
react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4:
9003+
react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4:
90269004
version "16.13.1"
90279005
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
90289006
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
@@ -9043,34 +9021,22 @@ [email protected]:
90439021
prop-types "^15.7.2"
90449022
react-is "^16.13.1"
90459023

9046-
9047-
version "5.2.0"
9048-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.2.0.tgz#9e65a4d0c45e13289e66c7b17c7e175d0ea15662"
9049-
integrity sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==
9050-
dependencies:
9051-
"@babel/runtime" "^7.1.2"
9052-
history "^4.9.0"
9053-
loose-envify "^1.3.1"
9054-
prop-types "^15.6.2"
9055-
react-router "5.2.0"
9056-
tiny-invariant "^1.0.2"
9057-
tiny-warning "^1.0.0"
9058-
9059-
9060-
version "5.2.0"
9061-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.2.0.tgz#424e75641ca8747fbf76e5ecca69781aa37ea293"
9062-
integrity sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==
9063-
dependencies:
9064-
"@babel/runtime" "^7.1.2"
9065-
history "^4.9.0"
9066-
hoist-non-react-statics "^3.1.0"
9067-
loose-envify "^1.3.1"
9068-
mini-create-react-context "^0.4.0"
9069-
path-to-regexp "^1.7.0"
9070-
prop-types "^15.6.2"
9071-
react-is "^16.6.0"
9072-
tiny-invariant "^1.0.2"
9073-
tiny-warning "^1.0.0"
9024+
9025+
version "7.0.0"
9026+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.0.0.tgz#91a7f4858d914573a331937be2635419aa0933d1"
9027+
integrity sha512-2QAxXpwgQuh423C64oZiV2cCKPCNUgZxcvZaS8O0PAHPZ/z8kTq7YbGD4KTNZm6Yj66d+HAfGkWPp8MCpdtD+Q==
9028+
dependencies:
9029+
react-router "7.0.0"
9030+
9031+
9032+
version "7.0.0"
9033+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.0.0.tgz#5da66e1424146a88e9685417e19117b028be54a7"
9034+
integrity sha512-1xf+yMVhUjAzZGY90ZnYJ9KVe1R8FggpugzRBkh+p6vl4cC1sHDe3nO+r5rxWTAgCMf8uN5hfoV2M7rLVTWPUA==
9035+
dependencies:
9036+
"@types/cookie" "^0.6.0"
9037+
cookie "^1.0.1"
9038+
set-cookie-parser "^2.6.0"
9039+
turbo-stream "2.4.0"
90749040

90759041
90769042
version "3.4.4"
@@ -9438,11 +9404,6 @@ resolve-from@^4.0.0:
94389404
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
94399405
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
94409406

9441-
resolve-pathname@^3.0.0:
9442-
version "3.0.0"
9443-
resolved "https://registry.yarnpkg.com/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd"
9444-
integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==
9445-
94469407
94479408
version "3.1.2"
94489409
resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.2.tgz#235e2c28e22e3e432ba7a5d4e305c59a58edfc08"
@@ -9777,6 +9738,11 @@ set-blocking@^2.0.0:
97779738
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
97789739
integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc=
97799740

9741+
set-cookie-parser@^2.6.0:
9742+
version "2.7.1"
9743+
resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz#3016f150072202dfbe90fadee053573cc89d2943"
9744+
integrity sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==
9745+
97809746
set-value@^2.0.0, set-value@^2.0.1:
97819747
version "2.0.1"
97829748
resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b"
@@ -10547,16 +10513,6 @@ timsort@^0.3.0:
1054710513
resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4"
1054810514
integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=
1054910515

10550-
tiny-invariant@^1.0.2:
10551-
version "1.1.0"
10552-
resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.1.0.tgz#634c5f8efdc27714b7f386c35e6760991d230875"
10553-
integrity sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw==
10554-
10555-
tiny-warning@^1.0.0, tiny-warning@^1.0.3:
10556-
version "1.0.3"
10557-
resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
10558-
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
10559-
1056010516
tmp@^0.0.33:
1056110517
version "0.0.33"
1056210518
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
@@ -10675,6 +10631,11 @@ tunnel-agent@^0.6.0:
1067510631
dependencies:
1067610632
safe-buffer "^5.0.1"
1067710633

10634+
10635+
version "2.4.0"
10636+
resolved "https://registry.yarnpkg.com/turbo-stream/-/turbo-stream-2.4.0.tgz#1e4fca6725e90fa14ac4adb782f2d3759a5695f0"
10637+
integrity sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g==
10638+
1067810639
tweetnacl@^0.14.3, tweetnacl@~0.14.0:
1067910640
version "0.14.5"
1068010641
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
@@ -10946,11 +10907,6 @@ validate-npm-package-license@^3.0.1:
1094610907
spdx-correct "^3.0.0"
1094710908
spdx-expression-parse "^3.0.0"
1094810909

10949-
value-equal@^1.0.1:
10950-
version "1.0.1"
10951-
resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
10952-
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
10953-
1095410910
vary@~1.1.2:
1095510911
version "1.1.2"
1095610912
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"

0 commit comments

Comments
 (0)