@@ -1375,6 +1375,14 @@ ajv@^8.0.1:
1375
1375
require-from-string "^2.0.2"
1376
1376
uri-js "^4.2.2"
1377
1377
1378
+
1379
+ version "1.2.0"
1380
+ resolved "https://registry.yarnpkg.com/alce/-/alce-1.2.0.tgz#a8be2dacaac42494612f18dc09db691f3dea4aab"
1381
+ integrity sha1-qL4trKrEJJRhLxjcCdtpHz3qSqs=
1382
+ dependencies :
1383
+ esprima "^1.2.0"
1384
+ estraverse "^1.5.0"
1385
+
1378
1386
ansi-align@^3.0.0 :
1379
1387
version "3.0.1"
1380
1388
resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.1.tgz#0cdf12e111ace773a86e9a1fad1225c43cb19a59"
@@ -2103,6 +2111,14 @@ chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
2103
2111
escape-string-regexp "^1.0.5"
2104
2112
supports-color "^5.3.0"
2105
2113
2114
+ chalk@^3.0.0 :
2115
+ version "3.0.0"
2116
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
2117
+ integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
2118
+ dependencies :
2119
+ ansi-styles "^4.1.0"
2120
+ supports-color "^7.1.0"
2121
+
2106
2122
chalk@^4.0.0, chalk@^4.1.0 :
2107
2123
version "4.1.2"
2108
2124
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
@@ -2733,6 +2749,16 @@ detect-indent@^4.0.0:
2733
2749
dependencies :
2734
2750
repeating "^2.0.0"
2735
2751
2752
+ detect-indent@^6.0.0 :
2753
+ version "6.1.0"
2754
+ resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6"
2755
+ integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==
2756
+
2757
+ detect-newline@^3.1.0 :
2758
+ version "3.1.0"
2759
+ resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
2760
+ integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
2761
+
2736
2762
diff-match-patch@^1.0.0 :
2737
2763
version "1.0.5"
2738
2764
resolved "https://registry.yarnpkg.com/diff-match-patch/-/diff-match-patch-1.0.5.tgz#abb584d5f10cd1196dfc55aa03701592ae3f7b37"
@@ -3445,6 +3471,11 @@ espree@^7.2.0, espree@^7.3.0, espree@^7.3.1:
3445
3471
acorn-jsx "^5.3.1"
3446
3472
eslint-visitor-keys "^1.3.0"
3447
3473
3474
+ esprima@^1.2.0 :
3475
+ version "1.2.5"
3476
+ resolved "https://registry.yarnpkg.com/esprima/-/esprima-1.2.5.tgz#0993502feaf668138325756f30f9a51feeec11e9"
3477
+ integrity sha1-CZNQL+r2aBODJXVvMPmlH+7sEek=
3478
+
3448
3479
esprima@^4.0.0, esprima@^4.0.1 :
3449
3480
version "4.0.1"
3450
3481
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
@@ -3476,6 +3507,11 @@ esrecurse@^4.3.0:
3476
3507
dependencies :
3477
3508
estraverse "^5.2.0"
3478
3509
3510
+ estraverse@^1.5.0 :
3511
+ version "1.9.3"
3512
+ resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-1.9.3.tgz#af67f2dc922582415950926091a4005d29c9bb44"
3513
+ integrity sha1-r2fy3JIlgkFZUJJgkaQAXSnJu0Q=
3514
+
3479
3515
estraverse@^4.0.0, estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0 :
3480
3516
version "4.3.0"
3481
3517
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
@@ -3519,6 +3555,11 @@ expand-brackets@^2.1.4:
3519
3555
snapdragon "^0.8.1"
3520
3556
to-regex "^3.0.1"
3521
3557
3558
+ extend-object@^1.0.0 :
3559
+ version "1.0.0"
3560
+ resolved "https://registry.yarnpkg.com/extend-object/-/extend-object-1.0.0.tgz#42514f84015d1356caf5187969dfb2bc1bda0823"
3561
+ integrity sha1-QlFPhAFdE1bK9Rh5ad+yvBvaCCM=
3562
+
3522
3563
extend-shallow@^2.0.1 :
3523
3564
version "2.0.1"
3524
3565
resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f"
@@ -3721,6 +3762,18 @@ find-up@^5.0.0:
3721
3762
locate-path "^6.0.0"
3722
3763
path-exists "^4.0.0"
3723
3764
3765
+
3766
+ version "4.0.0"
3767
+ resolved "https://registry.yarnpkg.com/fixpack/-/fixpack-4.0.0.tgz#28b9fb8ca04f89aab382021cfa826b36dc381dfd"
3768
+ integrity sha512-5SM1+H2CcuJ3gGEwTiVo/+nd/hYpNj9Ch3iMDOQ58ndY+VGQ2QdvaUTkd3otjZvYnd/8LF/HkJ5cx7PBq0orCQ==
3769
+ dependencies :
3770
+ alce "1.2.0"
3771
+ chalk "^3.0.0"
3772
+ detect-indent "^6.0.0"
3773
+ detect-newline "^3.1.0"
3774
+ extend-object "^1.0.0"
3775
+ rc "^1.2.8"
3776
+
3724
3777
flat-cache@^3.0.4 :
3725
3778
version "3.0.4"
3726
3779
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
0 commit comments