@@ -1342,6 +1342,14 @@ ajv@^8.0.1:
1342
1342
require-from-string "^2.0.2"
1343
1343
uri-js "^4.2.2"
1344
1344
1345
+
1346
+ version "1.2.0"
1347
+ resolved "https://registry.yarnpkg.com/alce/-/alce-1.2.0.tgz#a8be2dacaac42494612f18dc09db691f3dea4aab"
1348
+ integrity sha1-qL4trKrEJJRhLxjcCdtpHz3qSqs=
1349
+ dependencies :
1350
+ esprima "^1.2.0"
1351
+ estraverse "^1.5.0"
1352
+
1345
1353
ansi-align@^3.0.0 :
1346
1354
version "3.0.0"
1347
1355
resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.0.tgz#b536b371cf687caaef236c18d3e21fe3797467cb"
@@ -2088,6 +2096,14 @@ chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
2088
2096
escape-string-regexp "^1.0.5"
2089
2097
supports-color "^5.3.0"
2090
2098
2099
+ chalk@^3.0.0 :
2100
+ version "3.0.0"
2101
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
2102
+ integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
2103
+ dependencies :
2104
+ ansi-styles "^4.1.0"
2105
+ supports-color "^7.1.0"
2106
+
2091
2107
chalk@^4.0.0, chalk@^4.1.0 :
2092
2108
version "4.1.2"
2093
2109
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
@@ -2709,6 +2725,16 @@ detect-indent@^4.0.0:
2709
2725
dependencies :
2710
2726
repeating "^2.0.0"
2711
2727
2728
+ detect-indent@^6.0.0 :
2729
+ version "6.1.0"
2730
+ resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6"
2731
+ integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==
2732
+
2733
+ detect-newline@^3.1.0 :
2734
+ version "3.1.0"
2735
+ resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
2736
+ integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
2737
+
2712
2738
diff-match-patch@^1.0.0 :
2713
2739
version "1.0.5"
2714
2740
resolved "https://registry.yarnpkg.com/diff-match-patch/-/diff-match-patch-1.0.5.tgz#abb584d5f10cd1196dfc55aa03701592ae3f7b37"
@@ -3429,6 +3455,11 @@ espree@^7.2.0, espree@^7.3.0, espree@^7.3.1:
3429
3455
acorn-jsx "^5.3.1"
3430
3456
eslint-visitor-keys "^1.3.0"
3431
3457
3458
+ esprima@^1.2.0 :
3459
+ version "1.2.5"
3460
+ resolved "https://registry.yarnpkg.com/esprima/-/esprima-1.2.5.tgz#0993502feaf668138325756f30f9a51feeec11e9"
3461
+ integrity sha1-CZNQL+r2aBODJXVvMPmlH+7sEek=
3462
+
3432
3463
esprima@^4.0.0, esprima@^4.0.1 :
3433
3464
version "4.0.1"
3434
3465
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
@@ -3460,6 +3491,11 @@ esrecurse@^4.3.0:
3460
3491
dependencies :
3461
3492
estraverse "^5.2.0"
3462
3493
3494
+ estraverse@^1.5.0 :
3495
+ version "1.9.3"
3496
+ resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-1.9.3.tgz#af67f2dc922582415950926091a4005d29c9bb44"
3497
+ integrity sha1-r2fy3JIlgkFZUJJgkaQAXSnJu0Q=
3498
+
3463
3499
estraverse@^4.0.0, estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0 :
3464
3500
version "4.3.0"
3465
3501
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
@@ -3503,6 +3539,11 @@ expand-brackets@^2.1.4:
3503
3539
snapdragon "^0.8.1"
3504
3540
to-regex "^3.0.1"
3505
3541
3542
+ extend-object@^1.0.0 :
3543
+ version "1.0.0"
3544
+ resolved "https://registry.yarnpkg.com/extend-object/-/extend-object-1.0.0.tgz#42514f84015d1356caf5187969dfb2bc1bda0823"
3545
+ integrity sha1-QlFPhAFdE1bK9Rh5ad+yvBvaCCM=
3546
+
3506
3547
extend-shallow@^2.0.1 :
3507
3548
version "2.0.1"
3508
3549
resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f"
@@ -3705,6 +3746,18 @@ find-up@^5.0.0:
3705
3746
locate-path "^6.0.0"
3706
3747
path-exists "^4.0.0"
3707
3748
3749
+
3750
+ version "4.0.0"
3751
+ resolved "https://registry.yarnpkg.com/fixpack/-/fixpack-4.0.0.tgz#28b9fb8ca04f89aab382021cfa826b36dc381dfd"
3752
+ integrity sha512-5SM1+H2CcuJ3gGEwTiVo/+nd/hYpNj9Ch3iMDOQ58ndY+VGQ2QdvaUTkd3otjZvYnd/8LF/HkJ5cx7PBq0orCQ==
3753
+ dependencies :
3754
+ alce "1.2.0"
3755
+ chalk "^3.0.0"
3756
+ detect-indent "^6.0.0"
3757
+ detect-newline "^3.1.0"
3758
+ extend-object "^1.0.0"
3759
+ rc "^1.2.8"
3760
+
3708
3761
flat-cache@^3.0.4 :
3709
3762
version "3.0.4"
3710
3763
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
0 commit comments