@@ -6692,17 +6692,6 @@ cross-fetch@^4.0.0:
6692
6692
dependencies:
6693
6693
node-fetch "^2.6.12"
6694
6694
6695
- cross-spawn@^6.0.5:
6696
- version "6.0.5"
6697
- resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz"
6698
- integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
6699
- dependencies:
6700
- nice-try "^1.0.4"
6701
- path-key "^2.0.1"
6702
- semver "^5.5.0"
6703
- shebang-command "^1.2.0"
6704
- which "^1.2.9"
6705
-
6706
6695
cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
6707
6696
version "7.0.3"
6708
6697
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz"
@@ -6712,6 +6701,15 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
6712
6701
shebang-command "^2.0.0"
6713
6702
which "^2.0.1"
6714
6703
6704
+ cross-spawn@^7.0.6:
6705
+ version "7.0.6"
6706
+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
6707
+ integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
6708
+ dependencies:
6709
+ path-key "^3.1.0"
6710
+ shebang-command "^2.0.0"
6711
+ which "^2.0.1"
6712
+
6715
6713
6716
6714
version "0.0.2"
6717
6715
resolved "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz"
@@ -10258,11 +10256,6 @@ hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.1, hoist-non-react-
10258
10256
dependencies:
10259
10257
react-is "^16.7.0"
10260
10258
10261
- hosted-git-info@^2.1.4:
10262
- version "2.8.9"
10263
- resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz"
10264
- integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
10265
-
10266
10259
hosted-git-info@^4.0.2, hosted-git-info@^4.1.0:
10267
10260
version "4.1.0"
10268
10261
resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz"
@@ -11413,6 +11406,11 @@ json-parse-even-better-errors@^3.0.0:
11413
11406
resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.1.tgz"
11414
11407
integrity sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==
11415
11408
11409
+ json-parse-even-better-errors@^4.0.0:
11410
+ version "4.0.0"
11411
+ resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-4.0.0.tgz#d3f67bd5925e81d3e31aa466acc821c8375cec43"
11412
+ integrity sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==
11413
+
11416
11414
json-schema-traverse@^0.4.1:
11417
11415
version "0.4.1"
11418
11416
resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz"
@@ -11881,16 +11879,6 @@ listr2@^8.2.5:
11881
11879
rfdc "^1.4.1"
11882
11880
wrap-ansi "^9.0.0"
11883
11881
11884
- load-json-file@^4.0.0:
11885
- version "4.0.0"
11886
- resolved "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz"
11887
- integrity sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==
11888
- dependencies:
11889
- graceful-fs "^4.1.2"
11890
- parse-json "^4.0.0"
11891
- pify "^3.0.0"
11892
- strip-bom "^3.0.0"
11893
-
11894
11882
load-json-file@^7.0.1:
11895
11883
version "7.0.1"
11896
11884
resolved "https://registry.npmjs.org/load-json-file/-/load-json-file-7.0.1.tgz"
@@ -12977,7 +12965,7 @@ minimatch@^5.0.1, minimatch@^5.1.6:
12977
12965
dependencies:
12978
12966
brace-expansion "^2.0.1"
12979
12967
12980
- minimatch@^9.0.3, minimatch@^9.0.4, minimatch@^9.0.5:
12968
+ minimatch@^9.0.0, minimatch@^9.0. 3, minimatch@^9.0.4, minimatch@^9.0.5:
12981
12969
version "9.0.5"
12982
12970
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
12983
12971
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
@@ -13324,11 +13312,6 @@ next-tick@^1.1.0:
13324
13312
resolved "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz"
13325
13313
integrity sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==
13326
13314
13327
- nice-try@^1.0.4:
13328
- version "1.0.5"
13329
- resolved "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz"
13330
- integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
13331
-
13332
13315
no-case@^3.0.4:
13333
13316
version "3.0.4"
13334
13317
resolved "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz"
@@ -13468,16 +13451,6 @@ nopt@^7.0.0:
13468
13451
dependencies:
13469
13452
abbrev "^2.0.0"
13470
13453
13471
- normalize-package-data@^2.3.2:
13472
- version "2.5.0"
13473
- resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz"
13474
- integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
13475
- dependencies:
13476
- hosted-git-info "^2.1.4"
13477
- resolve "^1.10.0"
13478
- semver "2 || 3 || 4 || 5"
13479
- validate-npm-package-license "^3.0.1"
13480
-
13481
13454
normalize-package-data@^6.0.0:
13482
13455
version "6.0.0"
13483
13456
resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.0.tgz"
@@ -13527,6 +13500,11 @@ npm-normalize-package-bin@^3.0.0:
13527
13500
resolved "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz"
13528
13501
integrity sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==
13529
13502
13503
+ npm-normalize-package-bin@^4.0.0:
13504
+ version "4.0.0"
13505
+ resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz#df79e70cd0a113b77c02d1fe243c96b8e618acb1"
13506
+ integrity sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==
13507
+
13530
13508
npm-package-arg@^11.0.0, npm-package-arg@^11.0.3:
13531
13509
version "11.0.3"
13532
13510
resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-11.0.3.tgz#dae0c21199a99feca39ee4bfb074df3adac87e2d"
@@ -13547,20 +13525,19 @@ npm-pick-manifest@^9.0.0:
13547
13525
npm-package-arg "^11.0.0"
13548
13526
semver "^7.3.5"
13549
13527
13550
- npm-run-all@^4.1.5 :
13551
- version "4.1.5 "
13552
- resolved "https://registry.npmjs.org /npm-run-all /-/npm-run-all-4.1.5 .tgz"
13553
- integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ ==
13528
+ npm-run-all2@^7.0.2 :
13529
+ version "7.0.2 "
13530
+ resolved "https://registry.yarnpkg.com /npm-run-all2 /-/npm-run-all2-7.0.2 .tgz#26155c140b5e3f1155efd7f5d67212c8027b397c "
13531
+ integrity sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA ==
13554
13532
dependencies:
13555
- ansi-styles "^3.2.1"
13556
- chalk "^2.4.1"
13557
- cross-spawn "^6.0.5"
13533
+ ansi-styles "^6.2.1"
13534
+ cross-spawn "^7.0.6"
13558
13535
memorystream "^0.3.1"
13559
- minimatch "^3 .0.4 "
13560
- pidtree "^0.3 .0"
13561
- read-pkg "^3 .0.0"
13562
- shell-quote "^1.6.1 "
13563
- string.prototype.padend "^3 .0.0"
13536
+ minimatch "^9 .0.0 "
13537
+ pidtree "^0.6 .0"
13538
+ read-package-json-fast "^4 .0.0"
13539
+ shell-quote "^1.7.3 "
13540
+ which "^5 .0.0"
13564
13541
13565
13542
npm-run-path@^4.0.1:
13566
13543
version "4.0.1"
14193
14170
resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
14194
14171
integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
14195
14172
14196
- path-key@^2.0.1:
14197
- version "2.0.1"
14198
- resolved "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz"
14199
- integrity sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==
14200
-
14201
14173
path-key@^3.0.0, path-key@^3.1.0:
14202
14174
version "3.1.1"
14203
14175
resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz"
@@ -14234,13 +14206,6 @@ path-to-regexp@^6.3.0:
14234
14206
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz"
14235
14207
integrity sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==
14236
14208
14237
- path-type@^3.0.0:
14238
- version "3.0.0"
14239
- resolved "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz"
14240
- integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==
14241
- dependencies:
14242
- pify "^3.0.0"
14243
-
14244
14209
path-type@^4.0.0:
14245
14210
version "4.0.0"
14246
14211
resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz"
@@ -14316,11 +14281,6 @@ picomatch@^4.0.2:
14316
14281
resolved "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz"
14317
14282
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
14318
14283
14319
- pidtree@^0.3.0:
14320
- version "0.3.1"
14321
- resolved "https://registry.npmjs.org/pidtree/-/pidtree-0.3.1.tgz"
14322
- integrity sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==
14323
-
14324
14284
pidtree@^0.6.0:
14325
14285
version "0.6.0"
14326
14286
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"
@@ -15381,6 +15341,14 @@ read-binary-file-arch@^1.0.6:
15381
15341
dependencies:
15382
15342
debug "^4.3.4"
15383
15343
15344
+ read-package-json-fast@^4.0.0:
15345
+ version "4.0.0"
15346
+ resolved "https://registry.yarnpkg.com/read-package-json-fast/-/read-package-json-fast-4.0.0.tgz#8ccbc05740bb9f58264f400acc0b4b4eee8d1b39"
15347
+ integrity sha512-qpt8EwugBWDw2cgE2W+/3oxC+KTez2uSVR8JU9Q36TXPAGCaozfQUs59v4j4GFpWTaw0i6hAZSvOmu1J0uOEUg==
15348
+ dependencies:
15349
+ json-parse-even-better-errors "^4.0.0"
15350
+ npm-normalize-package-bin "^4.0.0"
15351
+
15384
15352
read-pkg-up@^10.0.0:
15385
15353
version "10.1.0"
15386
15354
resolved "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-10.1.0.tgz"
@@ -15390,15 +15358,6 @@ read-pkg-up@^10.0.0:
15390
15358
read-pkg "^8.1.0"
15391
15359
type-fest "^4.2.0"
15392
15360
15393
- read-pkg@^3.0.0:
15394
- version "3.0.0"
15395
- resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz"
15396
- integrity sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==
15397
- dependencies:
15398
- load-json-file "^4.0.0"
15399
- normalize-package-data "^2.3.2"
15400
- path-type "^3.0.0"
15401
-
15402
15361
read-pkg@^8.0.0, read-pkg@^8.1.0:
15403
15362
version "8.1.0"
15404
15363
resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-8.1.0.tgz"
@@ -15749,7 +15708,7 @@ resolve@^0.6.1:
15749
15708
resolved "https://registry.npmjs.org/resolve/-/resolve-0.6.3.tgz"
15750
15709
integrity sha512-UHBY3viPlJKf85YijDUcikKX6tmF4SokIDp518ZDVT92JNDcG5uKIthaT/owt3Sar0lwtOafsQuwrg22/v2Dwg==
15751
15710
15752
- resolve@^1.0.0, resolve@^1.1.10, resolve@^1.1.5, resolve@^1.10.0, resolve@^1. 19.0, resolve@^1.22.4:
15711
+ resolve@^1.0.0, resolve@^1.1.10, resolve@^1.1.5, resolve@^1.19.0, resolve@^1.22.4:
15753
15712
version "1.22.8"
15754
15713
resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz"
15755
15714
integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==
@@ -16014,7 +15973,7 @@ semver-compare@^1.0.0:
16014
15973
resolved "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz"
16015
15974
integrity sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==
16016
15975
16017
- " semver@2 || 3 || 4 || 5", semver@ ^5.1.0, semver@^5.3.0, semver@^5.5 .0, semver@^5.6.0:
15976
+ semver@^5.1.0, semver@^5.3.0, semver@^5.6.0:
16018
15977
version "5.7.2"
16019
15978
resolved "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz"
16020
15979
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
16109
16068
resolved "https://registry.npmjs.org/shallow-copy/-/shallow-copy-0.0.1.tgz"
16110
16069
integrity sha512-b6i4ZpVuUxB9h5gfCxPiusKYkqTMOjEbBs4wMaFbkfia4yFv92UKZ6Df8WXcKbn08JNL/abvg3FnMAOfakDvUw==
16111
16070
16112
- shebang-command@^1.2.0:
16113
- version "1.2.0"
16114
- resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz"
16115
- integrity sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==
16116
- dependencies:
16117
- shebang-regex "^1.0.0"
16118
-
16119
16071
shebang-command@^2.0.0:
16120
16072
version "2.0.0"
16121
16073
resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz"
16122
16074
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
16123
16075
dependencies:
16124
16076
shebang-regex "^3.0.0"
16125
16077
16126
- shebang-regex@^1.0.0:
16127
- version "1.0.0"
16128
- resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz"
16129
- integrity sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==
16130
-
16131
16078
shebang-regex@^3.0.0:
16132
16079
version "3.0.0"
16133
16080
resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz"
16134
16081
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
16135
16082
16136
- shell-quote@^1.6.1, shell-quote@^1.8.1:
16083
+ shell-quote@^1.7.3:
16084
+ version "1.8.2"
16085
+ resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.2.tgz#d2d83e057959d53ec261311e9e9b8f51dcb2934a"
16086
+ integrity sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==
16087
+
16088
+ shell-quote@^1.8.1:
16137
16089
version "1.8.1"
16138
16090
resolved "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz"
16139
16091
integrity sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==
@@ -16649,15 +16601,6 @@ string.prototype.matchall@^4.0.8:
16649
16601
set-function-name "^2.0.0"
16650
16602
side-channel "^1.0.4"
16651
16603
16652
- string.prototype.padend@^3.0.0:
16653
- version "3.1.5"
16654
- resolved "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.5.tgz"
16655
- integrity sha512-DOB27b/2UTTD+4myKUFh+/fXWcu/UDyASIXfg+7VzoCNNGOfWvoyU/x5pvVHr++ztyt/oSYI1BcWBBG/hmlNjA==
16656
- dependencies:
16657
- call-bind "^1.0.2"
16658
- define-properties "^1.2.0"
16659
- es-abstract "^1.22.1"
16660
-
16661
16604
string.prototype.trim@^1.2.8:
16662
16605
version "1.2.8"
16663
16606
resolved "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz"
@@ -18017,7 +17960,7 @@ v8-compile-cache-lib@^3.0.1:
18017
17960
resolved "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz"
18018
17961
integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==
18019
17962
18020
- validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0. 4:
17963
+ validate-npm-package-license@^3.0.4:
18021
17964
version "3.0.4"
18022
17965
resolved "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz"
18023
17966
integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==
@@ -18882,13 +18825,6 @@ which-typed-array@^1.1.11, which-typed-array@^1.1.13, which-typed-array@^1.1.2,
18882
18825
gopd "^1.0.1"
18883
18826
has-tostringtag "^1.0.0"
18884
18827
18885
- which@^1.2.9:
18886
- version "1.3.1"
18887
- resolved "https://registry.npmjs.org/which/-/which-1.3.1.tgz"
18888
- integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
18889
- dependencies:
18890
- isexe "^2.0.0"
18891
-
18892
18828
which@^2.0.1, which@^2.0.2:
18893
18829
version "2.0.2"
18894
18830
resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz"
@@ -18903,6 +18839,13 @@ which@^4.0.0:
18903
18839
dependencies:
18904
18840
isexe "^3.1.1"
18905
18841
18842
+ which@^5.0.0:
18843
+ version "5.0.0"
18844
+ resolved "https://registry.yarnpkg.com/which/-/which-5.0.0.tgz#d93f2d93f79834d4363c7d0c23e00d07c466c8d6"
18845
+ integrity sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==
18846
+ dependencies:
18847
+ isexe "^3.1.1"
18848
+
18906
18849
why-is-node-running@^2.3.0:
18907
18850
version "2.3.0"
18908
18851
resolved "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz"
0 commit comments