Skip to content

Commit 031ccbd

Browse files
Update dependency react-router-dom to v6
1 parent 6062e90 commit 031ccbd

File tree

2 files changed

+68
-57
lines changed

2 files changed

+68
-57
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"react-lazylog": "4.4.4",
5555
"react-linkify": "0.2.2",
5656
"react-redux": "8.0.5",
57-
"react-router-dom": "5.1.2",
57+
"react-router-dom": "6.10.0",
5858
"react-split-pane": "0.1.92",
5959
"react-table": "7.8.0",
6060
"react-table-6": "6.11.0",

yarn.lock

Lines changed: 67 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1748,6 +1748,11 @@
17481748
qs "^6.10.1"
17491749
url-parse "^1.5.3"
17501750

1751+
"@remix-run/[email protected]":
1752+
version "1.5.0"
1753+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.5.0.tgz#57618e57942a5f0131374a9fdb0167e25a117fdc"
1754+
integrity sha512-bkUDCp8o1MvFO+qxkODcbhSqRa6P2GXgrGZVpt0dCXNW2HCSCqYI0ZoAqEOSAjRWmmlKcYgFvN4B4S+zo/f8kg==
1755+
17511756
"@sideway/address@^4.1.3":
17521757
version "4.1.3"
17531758
resolved "https://registry.npmjs.org/@sideway/address/-/address-4.1.3.tgz"
@@ -3170,14 +3175,14 @@ [email protected]:
31703175
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
31713176
integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==
31723177

3173-
3174-
version "17.0.4"
3175-
resolved "https://registry.yarnpkg.com/cacache/-/cacache-17.0.4.tgz#5023ed892ba8843e3b7361c26d0ada37e146290c"
3176-
integrity sha512-Z/nL3gU+zTUjz5pCA5vVjYM8pmaw2kxM7JEiE0fv3w77Wj+sFbi70CrBruUWH0uNcEdvLDixFpgA2JM4F4DBjA==
3178+
3179+
version "17.0.5"
3180+
resolved "https://registry.yarnpkg.com/cacache/-/cacache-17.0.5.tgz#6dbec26c11f1f6a2b558bc11ed3316577c339ebc"
3181+
integrity sha512-Y/PRQevNSsjAPWykl9aeGz8Pr+OI6BYM9fYDNMvOkuUiG9IhG4LEmaYrZZZvioMUEQ+cBCxT0v8wrnCURccyKA==
31773182
dependencies:
31783183
"@npmcli/fs" "^3.1.0"
31793184
fs-minipass "^3.0.0"
3180-
glob "^8.0.1"
3185+
glob "^9.3.1"
31813186
lru-cache "^7.7.1"
31823187
minipass "^4.0.0"
31833188
minipass-collect "^1.0.2"
@@ -5135,7 +5140,17 @@ glob@^7.0.3, glob@^7.1.3, glob@^7.1.4:
51355140
once "^1.3.0"
51365141
path-is-absolute "^1.0.0"
51375142

5138-
glob@^8.0.1, glob@~8.0.3:
5143+
glob@^9.3.1:
5144+
version "9.3.5"
5145+
resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
5146+
integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==
5147+
dependencies:
5148+
fs.realpath "^1.0.0"
5149+
minimatch "^8.0.2"
5150+
minipass "^4.2.4"
5151+
path-scurry "^1.6.1"
5152+
5153+
glob@~8.0.3:
51395154
version "8.0.3"
51405155
resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e"
51415156
integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==
@@ -5334,7 +5349,7 @@ highlight-words-core@^1.2.0:
53345349
resolved "https://registry.npmjs.org/highlight-words-core/-/highlight-words-core-1.2.2.tgz"
53355350
integrity sha512-BXUKIkUuh6cmmxzi5OIbUJxrG8OAk2MqoL1DtO3Wo9D2faJg2ph5ntyuQeLqaHJmzER6H5tllCDA9ZnNe9BVGg==
53365351

5337-
[email protected], history@^4.9.0:
5352+
53385353
version "4.10.1"
53395354
resolved "https://registry.npmjs.org/history/-/history-4.10.1.tgz"
53405355
integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==
@@ -5355,7 +5370,7 @@ hmac-drbg@^1.0.1:
53555370
minimalistic-assert "^1.0.0"
53565371
minimalistic-crypto-utils "^1.0.1"
53575372

5358-
hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.2.1, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2:
5373+
hoist-non-react-statics@^3.2.1, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2:
53595374
version "3.3.2"
53605375
resolved "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz"
53615376
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@@ -5942,11 +5957,6 @@ is-wsl@^2.2.0:
59425957
dependencies:
59435958
is-docker "^2.0.0"
59445959

5945-
5946-
version "0.0.1"
5947-
resolved "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
5948-
integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=
5949-
59505960
isarray@~1.0.0:
59515961
version "1.0.0"
59525962
resolved "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz"
@@ -6890,7 +6900,7 @@ [email protected], lodash@^4.1.1, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.19
68906900
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz"
68916901
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
68926902

6893-
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:
6903+
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.4.0:
68946904
version "1.4.0"
68956905
resolved "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz"
68966906
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -6916,6 +6926,11 @@ lru-cache@^7.7.1:
69166926
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.14.1.tgz#8da8d2f5f59827edb388e63e459ac23d6d408fea"
69176927
integrity sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA==
69186928

6929+
lru-cache@^9.0.0:
6930+
version "9.0.1"
6931+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-9.0.1.tgz#ac061ed291f8b9adaca2b085534bb1d3b61bef83"
6932+
integrity sha512-C8QsKIN1UIXeOs3iWmiZ1lQY+EnKDojWd37fXy1aSbJvH4iSma1uy2OWuoB3m4SYRli5+CUjDv3Dij5DVoetmg==
6933+
69196934
lz-string@^1.4.4:
69206935
version "1.4.4"
69216936
resolved "https://registry.npmjs.org/lz-string/-/lz-string-1.4.4.tgz"
@@ -7084,14 +7099,6 @@ min-indent@^1.0.0:
70847099
resolved "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz"
70857100
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
70867101

7087-
mini-create-react-context@^0.3.0:
7088-
version "0.3.3"
7089-
resolved "https://registry.npmjs.org/mini-create-react-context/-/mini-create-react-context-0.3.3.tgz"
7090-
integrity sha512-TtF6hZE59SGmS4U8529qB+jJFeW6asTLDIpPgvPLSCsooAwJS7QprHIFTqv9/Qh3NdLwQxFYgiHX5lqb6jqzPA==
7091-
dependencies:
7092-
"@babel/runtime" "^7.12.1"
7093-
tiny-warning "^1.0.3"
7094-
70957102
70967103
version "2.6.1"
70977104
resolved "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.1.tgz"
@@ -7123,6 +7130,13 @@ minimatch@^5.0.1, minimatch@~5.1.0:
71237130
dependencies:
71247131
brace-expansion "^2.0.1"
71257132

7133+
minimatch@^8.0.2:
7134+
version "8.0.4"
7135+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.4.tgz#847c1b25c014d4e9a7f68aaf63dedd668a626229"
7136+
integrity sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==
7137+
dependencies:
7138+
brace-expansion "^2.0.1"
7139+
71267140
minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
71277141
version "1.2.7"
71287142
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
@@ -7163,6 +7177,16 @@ minipass@^4.0.0:
71637177
dependencies:
71647178
yallist "^4.0.0"
71657179

7180+
minipass@^4.2.4:
7181+
version "4.2.7"
7182+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.7.tgz#14c6fc0dcab54d9c4dd64b2b7032fef04efec218"
7183+
integrity sha512-ScVIgqHcXRMyfflqHmEW0bm8z8rb5McHyOY3ewX9JBgZaR77G7nxq9L/mtV96/QbAAwtbCAHVVLzD1kkyfFQEw==
7184+
7185+
minipass@^5.0.0:
7186+
version "5.0.0"
7187+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
7188+
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
7189+
71667190
minizlib@^2.1.1:
71677191
version "2.1.2"
71687192
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -7641,18 +7665,19 @@ path-parse@^1.0.6, path-parse@^1.0.7:
76417665
resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz"
76427666
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
76437667

7668+
path-scurry@^1.6.1:
7669+
version "1.6.4"
7670+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.4.tgz#020a9449e5382a4acb684f9c7e1283bc5695de66"
7671+
integrity sha512-Qp/9IHkdNiXJ3/Kon++At2nVpnhRiPq/aSvQN+H3U1WZbvNRK0RIQK/o4HMqPoXjpuGJUEWpHSs6Mnjxqh3TQg==
7672+
dependencies:
7673+
lru-cache "^9.0.0"
7674+
minipass "^5.0.0"
7675+
76447676
76457677
version "0.1.7"
76467678
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
76477679
integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==
76487680

7649-
path-to-regexp@^1.7.0:
7650-
version "1.8.0"
7651-
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz"
7652-
integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
7653-
dependencies:
7654-
isarray "0.0.1"
7655-
76567681
path-to-regexp@^2.2.1:
76577682
version "2.4.0"
76587683
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.4.0.tgz"
@@ -8148,7 +8173,7 @@ [email protected]:
81488173
shallowequal "^1.1.0"
81498174
source-map "^0.7.3"
81508175

8151-
react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1:
8176+
react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1:
81528177
version "16.13.1"
81538178
resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz"
81548179
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
@@ -8242,34 +8267,20 @@ [email protected]:
82428267
react-is "^18.0.0"
82438268
use-sync-external-store "^1.0.0"
82448269

8245-
react-router-dom@5.1.2:
8246-
version "5.1.2"
8247-
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.1.2.tgz"
8248-
integrity sha512-7BPHAaIwWpZS074UKaw1FjVdZBSVWEk8IuDXdB+OkLb8vd/WRQIpA4ag9WQk61aEfQs47wHyjWUoUGGZxpQXew==
8270+
react-router-dom@6.10.0:
8271+
version "6.10.0"
8272+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.10.0.tgz#090ddc5c84dc41b583ce08468c4007c84245f61f"
8273+
integrity sha512-E5dfxRPuXKJqzwSe/qGcqdwa18QiWC6f3H3cWXM24qj4N0/beCIf/CWTipop2xm7mR0RCS99NnaqPNjHtrAzCg==
82498274
dependencies:
8250-
"@babel/runtime" "^7.1.2"
8251-
history "^4.9.0"
8252-
loose-envify "^1.3.1"
8253-
prop-types "^15.6.2"
8254-
react-router "5.1.2"
8255-
tiny-invariant "^1.0.2"
8256-
tiny-warning "^1.0.0"
8275+
"@remix-run/router" "1.5.0"
8276+
react-router "6.10.0"
82578277

8258-
react-router@5.1.2:
8259-
version "5.1.2"
8260-
resolved "https://registry.npmjs.org/react-router/-/react-router-5.1.2.tgz"
8261-
integrity sha512-yjEuMFy1ONK246B+rsa0cUam5OeAQ8pyclRDgpxuSCrAlJ1qN9uZ5IgyKC7gQg0w8OM50NXHEegPh/ks9YuR2A==
8278+
react-router@6.10.0:
8279+
version "6.10.0"
8280+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.10.0.tgz#230f824fde9dd0270781b5cb497912de32c0a971"
8281+
integrity sha512-Nrg0BWpQqrC3ZFFkyewrflCud9dio9ME3ojHCF/WLsprJVzkq3q3UeEhMCAW1dobjeGbWgjNn/PVF6m46ANxXQ==
82628282
dependencies:
8263-
"@babel/runtime" "^7.1.2"
8264-
history "^4.9.0"
8265-
hoist-non-react-statics "^3.1.0"
8266-
loose-envify "^1.3.1"
8267-
mini-create-react-context "^0.3.0"
8268-
path-to-regexp "^1.7.0"
8269-
prop-types "^15.6.2"
8270-
react-is "^16.6.0"
8271-
tiny-invariant "^1.0.2"
8272-
tiny-warning "^1.0.0"
8283+
"@remix-run/router" "1.5.0"
82738284

82748285
react-side-effect@^2.1.0:
82758286
version "2.1.1"
@@ -9355,7 +9366,7 @@ tiny-invariant@^1.0.2:
93559366
resolved "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.2.0.tgz"
93569367
integrity sha512-1Uhn/aqw5C6RI4KejVeTg6mIS7IqxnLJ8Mv2tV5rTc0qWobay7pDUz6Wi392Cnc8ak1H0F2cjoRzb2/AW4+Fvg==
93579368

9358-
tiny-warning@^1.0.0, tiny-warning@^1.0.3:
9369+
tiny-warning@^1.0.0:
93599370
version "1.0.3"
93609371
resolved "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz"
93619372
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==

0 commit comments

Comments
 (0)