Skip to content

Commit ca57545

Browse files
Add support for @babel/eslint-parser (#511)
1 parent 82f0406 commit ca57545

File tree

3 files changed

+220
-11
lines changed

3 files changed

+220
-11
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:12.0.0-stretch
1+
FROM node:12.13.1-stretch
22
LABEL maintainer "Code Climate <hello@codeclimate.com>"
33

44
RUN adduser --uid 9000 --gecos "" --disabled-password app

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"url": "http://github.com/codeclimate/codeclimate-eslint.git"
1010
},
1111
"dependencies": {
12+
"@babel/core": "^7.12.13",
13+
"@babel/eslint-parser": "^7.12.13",
1214
"@typescript-eslint/eslint-plugin": "^4.9.0",
1315
"@typescript-eslint/parser": "^4.9.0",
1416
"babel-eslint": "^10.0.1",

yarn.lock

Lines changed: 217 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,52 @@
88
dependencies:
99
"@babel/highlight" "^7.0.0"
1010

11+
"@babel/code-frame@^7.12.13":
12+
version "7.12.13"
13+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
14+
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
15+
dependencies:
16+
"@babel/highlight" "^7.12.13"
17+
18+
"@babel/core@^7.12.13":
19+
version "7.12.13"
20+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.13.tgz#b73a87a3a3e7d142a66248bf6ad88b9ceb093425"
21+
integrity sha512-BQKE9kXkPlXHPeqissfxo0lySWJcYdEP0hdtJOH/iJfDdhOCcgtNCjftCJg3qqauB4h+lz2N6ixM++b9DN1Tcw==
22+
dependencies:
23+
"@babel/code-frame" "^7.12.13"
24+
"@babel/generator" "^7.12.13"
25+
"@babel/helper-module-transforms" "^7.12.13"
26+
"@babel/helpers" "^7.12.13"
27+
"@babel/parser" "^7.12.13"
28+
"@babel/template" "^7.12.13"
29+
"@babel/traverse" "^7.12.13"
30+
"@babel/types" "^7.12.13"
31+
convert-source-map "^1.7.0"
32+
debug "^4.1.0"
33+
gensync "^1.0.0-beta.1"
34+
json5 "^2.1.2"
35+
lodash "^4.17.19"
36+
semver "^5.4.1"
37+
source-map "^0.5.0"
38+
39+
"@babel/eslint-parser@^7.12.13":
40+
version "7.12.13"
41+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.12.13.tgz#f3158c28ed9eecd95fb75ee3015033b8b3b869b2"
42+
integrity sha512-+VF2M8ZWXc2KVf6L0tFcv6w8IZkCc1rvN65oj6hXxhYtOanlCA6ONpgEdy/HVGmcogu4El4ohdzuyfWYxSsKow==
43+
dependencies:
44+
eslint-scope "5.1.0"
45+
eslint-visitor-keys "^1.3.0"
46+
semver "^6.3.0"
47+
48+
"@babel/generator@^7.12.13":
49+
version "7.12.15"
50+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f"
51+
integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==
52+
dependencies:
53+
"@babel/types" "^7.12.13"
54+
jsesc "^2.5.1"
55+
source-map "^0.5.0"
56+
1157
"@babel/generator@^7.7.2":
1258
version "7.7.2"
1359
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.2.tgz#2f4852d04131a5e17ea4f6645488b5da66ebf3af"
@@ -17,6 +63,15 @@
1763
lodash "^4.17.13"
1864
source-map "^0.5.0"
1965

66+
"@babel/helper-function-name@^7.12.13":
67+
version "7.12.13"
68+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a"
69+
integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==
70+
dependencies:
71+
"@babel/helper-get-function-arity" "^7.12.13"
72+
"@babel/template" "^7.12.13"
73+
"@babel/types" "^7.12.13"
74+
2075
"@babel/helper-function-name@^7.7.0":
2176
version "7.7.0"
2277
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.0.tgz#44a5ad151cfff8ed2599c91682dda2ec2c8430a3"
@@ -25,18 +80,99 @@
2580
"@babel/template" "^7.7.0"
2681
"@babel/types" "^7.7.0"
2782

83+
"@babel/helper-get-function-arity@^7.12.13":
84+
version "7.12.13"
85+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
86+
integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==
87+
dependencies:
88+
"@babel/types" "^7.12.13"
89+
2890
"@babel/helper-get-function-arity@^7.7.0":
2991
version "7.7.0"
3092
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.0.tgz#c604886bc97287a1d1398092bc666bc3d7d7aa2d"
3193
dependencies:
3294
"@babel/types" "^7.7.0"
3395

96+
"@babel/helper-member-expression-to-functions@^7.12.13":
97+
version "7.12.13"
98+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.13.tgz#c5715695b4f8bab32660dbdcdc2341dec7e3df40"
99+
integrity sha512-B+7nN0gIL8FZ8SvMcF+EPyB21KnCcZHQZFczCxbiNGV/O0rsrSBlWGLzmtBJ3GMjSVMIm4lpFhR+VdVBuIsUcQ==
100+
dependencies:
101+
"@babel/types" "^7.12.13"
102+
103+
"@babel/helper-module-imports@^7.12.13":
104+
version "7.12.13"
105+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
106+
integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==
107+
dependencies:
108+
"@babel/types" "^7.12.13"
109+
110+
"@babel/helper-module-transforms@^7.12.13":
111+
version "7.12.13"
112+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.13.tgz#01afb052dcad2044289b7b20beb3fa8bd0265bea"
113+
integrity sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA==
114+
dependencies:
115+
"@babel/helper-module-imports" "^7.12.13"
116+
"@babel/helper-replace-supers" "^7.12.13"
117+
"@babel/helper-simple-access" "^7.12.13"
118+
"@babel/helper-split-export-declaration" "^7.12.13"
119+
"@babel/helper-validator-identifier" "^7.12.11"
120+
"@babel/template" "^7.12.13"
121+
"@babel/traverse" "^7.12.13"
122+
"@babel/types" "^7.12.13"
123+
lodash "^4.17.19"
124+
125+
"@babel/helper-optimise-call-expression@^7.12.13":
126+
version "7.12.13"
127+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
128+
integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==
129+
dependencies:
130+
"@babel/types" "^7.12.13"
131+
132+
"@babel/helper-replace-supers@^7.12.13":
133+
version "7.12.13"
134+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.13.tgz#00ec4fb6862546bd3d0aff9aac56074277173121"
135+
integrity sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg==
136+
dependencies:
137+
"@babel/helper-member-expression-to-functions" "^7.12.13"
138+
"@babel/helper-optimise-call-expression" "^7.12.13"
139+
"@babel/traverse" "^7.12.13"
140+
"@babel/types" "^7.12.13"
141+
142+
"@babel/helper-simple-access@^7.12.13":
143+
version "7.12.13"
144+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4"
145+
integrity sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA==
146+
dependencies:
147+
"@babel/types" "^7.12.13"
148+
149+
"@babel/helper-split-export-declaration@^7.12.13":
150+
version "7.12.13"
151+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05"
152+
integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==
153+
dependencies:
154+
"@babel/types" "^7.12.13"
155+
34156
"@babel/helper-split-export-declaration@^7.7.0":
35157
version "7.7.0"
36158
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.0.tgz#1365e74ea6c614deeb56ebffabd71006a0eb2300"
37159
dependencies:
38160
"@babel/types" "^7.7.0"
39161

162+
"@babel/helper-validator-identifier@^7.12.11":
163+
version "7.12.11"
164+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
165+
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
166+
167+
"@babel/helpers@^7.12.13":
168+
version "7.12.13"
169+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.13.tgz#3c75e993632e4dadc0274eae219c73eb7645ba47"
170+
integrity sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ==
171+
dependencies:
172+
"@babel/template" "^7.12.13"
173+
"@babel/traverse" "^7.12.13"
174+
"@babel/types" "^7.12.13"
175+
40176
"@babel/highlight@^7.0.0":
41177
version "7.5.0"
42178
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540"
@@ -45,16 +181,39 @@
45181
esutils "^2.0.2"
46182
js-tokens "^4.0.0"
47183

184+
"@babel/highlight@^7.12.13":
185+
version "7.12.13"
186+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c"
187+
integrity sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==
188+
dependencies:
189+
"@babel/helper-validator-identifier" "^7.12.11"
190+
chalk "^2.0.0"
191+
js-tokens "^4.0.0"
192+
48193
"@babel/parser@^7.0.0", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2":
49194
version "7.7.3"
50195
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.3.tgz#5fad457c2529de476a248f75b0f090b3060af043"
51196

197+
"@babel/parser@^7.12.13":
198+
version "7.12.15"
199+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.15.tgz#2b20de7f0b4b332d9b119dd9c33409c538b8aacf"
200+
integrity sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA==
201+
52202
"@babel/runtime@^7.4.5":
53203
version "7.7.2"
54204
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.2.tgz#111a78002a5c25fc8e3361bedc9529c696b85a6a"
55205
dependencies:
56206
regenerator-runtime "^0.13.2"
57207

208+
"@babel/template@^7.12.13":
209+
version "7.12.13"
210+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
211+
integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==
212+
dependencies:
213+
"@babel/code-frame" "^7.12.13"
214+
"@babel/parser" "^7.12.13"
215+
"@babel/types" "^7.12.13"
216+
58217
"@babel/template@^7.7.0":
59218
version "7.7.0"
60219
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.0.tgz#4fadc1b8e734d97f56de39c77de76f2562e597d0"
@@ -77,6 +236,21 @@
77236
globals "^11.1.0"
78237
lodash "^4.17.13"
79238

239+
"@babel/traverse@^7.12.13":
240+
version "7.12.13"
241+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.13.tgz#689f0e4b4c08587ad26622832632735fb8c4e0c0"
242+
integrity sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==
243+
dependencies:
244+
"@babel/code-frame" "^7.12.13"
245+
"@babel/generator" "^7.12.13"
246+
"@babel/helper-function-name" "^7.12.13"
247+
"@babel/helper-split-export-declaration" "^7.12.13"
248+
"@babel/parser" "^7.12.13"
249+
"@babel/types" "^7.12.13"
250+
debug "^4.1.0"
251+
globals "^11.1.0"
252+
lodash "^4.17.19"
253+
80254
"@babel/types@^7.0.0", "@babel/types@^7.7.0", "@babel/types@^7.7.2":
81255
version "7.7.2"
82256
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.2.tgz#550b82e5571dcd174af576e23f0adba7ffc683f7"
@@ -85,6 +259,15 @@
85259
lodash "^4.17.13"
86260
to-fast-properties "^2.0.0"
87261

262+
"@babel/types@^7.12.13":
263+
version "7.12.13"
264+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.13.tgz#8be1aa8f2c876da11a9cf650c0ecf656913ad611"
265+
integrity sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==
266+
dependencies:
267+
"@babel/helper-validator-identifier" "^7.12.11"
268+
lodash "^4.17.19"
269+
to-fast-properties "^2.0.0"
270+
88271
"@ember-data/rfc395-data@^0.0.4":
89272
version "0.0.4"
90273
resolved "https://registry.yarnpkg.com/@ember-data/rfc395-data/-/rfc395-data-0.0.4.tgz#ecb86efdf5d7733a76ff14ea651a1b0ed1f8a843"
@@ -1034,6 +1217,13 @@ contains-path@^0.1.0:
10341217
version "0.1.0"
10351218
resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
10361219

1220+
convert-source-map@^1.7.0:
1221+
version "1.7.0"
1222+
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
1223+
integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
1224+
dependencies:
1225+
safe-buffer "~5.1.1"
1226+
10371227
copy-concurrently@^1.0.0:
10381228
version "1.0.5"
10391229
resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0"
@@ -2172,6 +2362,14 @@ eslint-rule-composer@^0.3.0:
21722362
version "0.3.0"
21732363
resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9"
21742364

2365+
eslint-scope@5.1.0, eslint-scope@^5.1.0:
2366+
version "5.1.0"
2367+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5"
2368+
integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w==
2369+
dependencies:
2370+
esrecurse "^4.1.0"
2371+
estraverse "^4.1.1"
2372+
21752373
eslint-scope@^3.7.1:
21762374
version "3.7.3"
21772375
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.3.tgz#bb507200d3d17f60247636160b4826284b108535"
@@ -2193,14 +2391,6 @@ eslint-scope@^5.0.0:
21932391
esrecurse "^4.1.0"
21942392
estraverse "^4.1.1"
21952393

2196-
eslint-scope@^5.1.0:
2197-
version "5.1.0"
2198-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5"
2199-
integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w==
2200-
dependencies:
2201-
esrecurse "^4.1.0"
2202-
estraverse "^4.1.1"
2203-
22042394
eslint-utils@^1.3.1, eslint-utils@^1.4.2, eslint-utils@^1.4.3:
22052395
version "1.4.3"
22062396
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
@@ -2704,6 +2894,11 @@ generate-object-property@^1.1.0:
27042894
dependencies:
27052895
is-property "^1.0.0"
27062896

2897+
gensync@^1.0.0-beta.1:
2898+
version "1.0.0-beta.2"
2899+
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
2900+
integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
2901+
27072902
get-func-name@^2.0.0:
27082903
version "2.0.0"
27092904
resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.0.tgz#ead774abee72e20409433a066366023dd6887a41"
@@ -3326,6 +3521,13 @@ json5@^1.0.1:
33263521
dependencies:
33273522
minimist "^1.2.0"
33283523

3524+
json5@^2.1.2:
3525+
version "2.2.0"
3526+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
3527+
integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
3528+
dependencies:
3529+
minimist "^1.2.5"
3530+
33293531
jsonc-parser@^2.2.0:
33303532
version "2.2.0"
33313533
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-2.2.0.tgz#f206f87f9d49d644b7502052c04e82dd6392e9ef"
@@ -3611,6 +3813,11 @@ minimist@^1.2.0:
36113813
version "1.2.0"
36123814
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
36133815

3816+
minimist@^1.2.5:
3817+
version "1.2.5"
3818+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
3819+
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
3820+
36143821
minipass@^2.6.0, minipass@^2.8.6, minipass@^2.9.0:
36153822
version "2.9.0"
36163823
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6"
@@ -4579,11 +4786,11 @@ schema-utils@^1.0.0:
45794786
ajv-errors "^1.0.0"
45804787
ajv-keywords "^3.1.0"
45814788

4582-
"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.5.0, semver@^5.6.0:
4789+
"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.6.0:
45834790
version "5.7.1"
45844791
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
45854792

4586-
semver@^6.1.2:
4793+
semver@^6.1.2, semver@^6.3.0:
45874794
version "6.3.0"
45884795
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
45894796

0 commit comments

Comments
 (0)