@@ -1543,6 +1543,14 @@ ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4:
1543
1543
json-schema-traverse "^0.4.1"
1544
1544
uri-js "^4.2.2"
1545
1545
1546
+
1547
+ version "1.2.0"
1548
+ resolved "https://registry.yarnpkg.com/alce/-/alce-1.2.0.tgz#a8be2dacaac42494612f18dc09db691f3dea4aab"
1549
+ integrity sha512-XppPf2S42nO2WhvKzlwzlfcApcXHzjlod30pKmcWjRgLOtqoe5DMuqdiYoM6AgyXksc6A6pV4v1L/WW217e57w==
1550
+ dependencies :
1551
+ esprima "^1.2.0"
1552
+ estraverse "^1.5.0"
1553
+
1546
1554
ansi-align@^3.0.0 :
1547
1555
version "3.0.0"
1548
1556
resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.0.tgz#b536b371cf687caaef236c18d3e21fe3797467cb"
@@ -3129,6 +3137,16 @@ detect-indent@^4.0.0:
3129
3137
dependencies :
3130
3138
repeating "^2.0.0"
3131
3139
3140
+ detect-indent@^6.0.0 :
3141
+ version "6.1.0"
3142
+ resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6"
3143
+ integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==
3144
+
3145
+ detect-newline@^3.1.0 :
3146
+ version "3.1.0"
3147
+ resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
3148
+ integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
3149
+
3132
3150
diff-match-patch@^1.0.0 :
3133
3151
version "1.0.5"
3134
3152
resolved "https://registry.yarnpkg.com/diff-match-patch/-/diff-match-patch-1.0.5.tgz#abb584d5f10cd1196dfc55aa03701592ae3f7b37"
@@ -3888,6 +3906,11 @@ espree@^7.3.1:
3888
3906
acorn-jsx "^5.3.1"
3889
3907
eslint-visitor-keys "^1.3.0"
3890
3908
3909
+ esprima@^1.2.0 :
3910
+ version "1.2.5"
3911
+ resolved "https://registry.yarnpkg.com/esprima/-/esprima-1.2.5.tgz#0993502feaf668138325756f30f9a51feeec11e9"
3912
+ integrity sha512-S9VbPDU0adFErpDai3qDkjq8+G05ONtKzcyNrPKg/ZKa+tf879nX2KexNU95b31UoTJjRLInNBHHHjFPoCd7lQ==
3913
+
3891
3914
esprima@^4.0.0, esprima@^4.0.1 :
3892
3915
version "4.0.1"
3893
3916
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
@@ -3919,6 +3942,11 @@ esrecurse@^4.3.0:
3919
3942
dependencies :
3920
3943
estraverse "^5.2.0"
3921
3944
3945
+ estraverse@^1.5.0 :
3946
+ version "1.9.3"
3947
+ resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-1.9.3.tgz#af67f2dc922582415950926091a4005d29c9bb44"
3948
+ integrity sha512-25w1fMXQrGdoquWnScXZGckOv+Wes+JDnuN/+7ex3SauFRS72r2lFDec0EKPt2YD1wUJ/IrfEex+9yp4hfSOJA==
3949
+
3922
3950
estraverse@^4.0.0, estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0 :
3923
3951
version "4.3.0"
3924
3952
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
@@ -3975,6 +4003,11 @@ expand-brackets@^2.1.4:
3975
4003
snapdragon "^0.8.1"
3976
4004
to-regex "^3.0.1"
3977
4005
4006
+ extend-object@^1.0.0 :
4007
+ version "1.0.0"
4008
+ resolved "https://registry.yarnpkg.com/extend-object/-/extend-object-1.0.0.tgz#42514f84015d1356caf5187969dfb2bc1bda0823"
4009
+ integrity sha512-0dHDIXC7y7LDmCh/lp1oYkmv73K25AMugQI07r8eFopkW6f7Ufn1q+ETMsJjnV9Am14SlElkqy3O92r6xEaxPw==
4010
+
3978
4011
extend-shallow@^2.0.1 :
3979
4012
version "2.0.1"
3980
4013
resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f"
@@ -4178,6 +4211,18 @@ find-up@^5.0.0:
4178
4211
locate-path "^6.0.0"
4179
4212
path-exists "^4.0.0"
4180
4213
4214
+
4215
+ version "4.0.0"
4216
+ resolved "https://registry.yarnpkg.com/fixpack/-/fixpack-4.0.0.tgz#28b9fb8ca04f89aab382021cfa826b36dc381dfd"
4217
+ integrity sha512-5SM1+H2CcuJ3gGEwTiVo/+nd/hYpNj9Ch3iMDOQ58ndY+VGQ2QdvaUTkd3otjZvYnd/8LF/HkJ5cx7PBq0orCQ==
4218
+ dependencies :
4219
+ alce "1.2.0"
4220
+ chalk "^3.0.0"
4221
+ detect-indent "^6.0.0"
4222
+ detect-newline "^3.1.0"
4223
+ extend-object "^1.0.0"
4224
+ rc "^1.2.8"
4225
+
4181
4226
flat-cache@^3.0.4 :
4182
4227
version "3.0.4"
4183
4228
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
0 commit comments