Skip to content

Commit 9136ccb

Browse files
Bump @babel/core from 7.10.0 to 7.10.1
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.10.0 to 7.10.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.1/packages/babel-core) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent fbd155d commit 9136ccb

File tree

1 file changed

+140
-78
lines changed

1 file changed

+140
-78
lines changed

yarn.lock

Lines changed: 140 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
optionalDependencies:
1919
chokidar "^2.1.8"
2020

21-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.8.3":
22-
version "7.8.3"
23-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
24-
integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==
21+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.1":
22+
version "7.10.1"
23+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.1.tgz#d5481c5095daa1c57e16e54c6f9198443afb49ff"
24+
integrity sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw==
2525
dependencies:
26-
"@babel/highlight" "^7.8.3"
26+
"@babel/highlight" "^7.10.1"
2727

2828
"@babel/compat-data@^7.10.0":
2929
version "7.10.0"
@@ -35,18 +35,18 @@
3535
semver "^5.5.0"
3636

3737
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
38-
version "7.10.0"
39-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.0.tgz#a6fe5db77ebfb61e0da6c5c36aaf14aab07b2b44"
40-
integrity sha512-FGgV2XyPoVtYDvbFXlukEWt13Afka4mBRQ2CoTsHxpgVGO6XfgtT6eI+WyjQRGGTL90IDkIVmme8riFCLZ8lUw==
41-
dependencies:
42-
"@babel/code-frame" "^7.8.3"
43-
"@babel/generator" "^7.10.0"
44-
"@babel/helper-module-transforms" "^7.9.0"
45-
"@babel/helpers" "^7.10.0"
46-
"@babel/parser" "^7.10.0"
47-
"@babel/template" "^7.10.0"
48-
"@babel/traverse" "^7.10.0"
49-
"@babel/types" "^7.10.0"
38+
version "7.10.1"
39+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.1.tgz#2a0ad0ea693601820defebad2140206503d89af3"
40+
integrity sha512-u8XiZ6sMXW/gPmoP5ijonSUln4unazG291X0XAQ5h0s8qnAFr6BRRZGUEK+jtRWdmB0NTJQt7Uga25q8GetIIg==
41+
dependencies:
42+
"@babel/code-frame" "^7.10.1"
43+
"@babel/generator" "^7.10.1"
44+
"@babel/helper-module-transforms" "^7.10.1"
45+
"@babel/helpers" "^7.10.1"
46+
"@babel/parser" "^7.10.1"
47+
"@babel/template" "^7.10.1"
48+
"@babel/traverse" "^7.10.1"
49+
"@babel/types" "^7.10.1"
5050
convert-source-map "^1.7.0"
5151
debug "^4.1.0"
5252
gensync "^1.0.0-beta.1"
@@ -56,12 +56,12 @@
5656
semver "^5.4.1"
5757
source-map "^0.5.0"
5858

59-
"@babel/generator@^7.10.0":
60-
version "7.10.0"
61-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.0.tgz#a238837896edf35ee5fbfb074548d3256b4bc55d"
62-
integrity sha512-ThoWCJHlgukbtCP79nAK4oLqZt5fVo70AHUni/y8Jotyg5rtJiG2FVl+iJjRNKIyl4hppqztLyAoEWcCvqyOFQ==
59+
"@babel/generator@^7.10.1":
60+
version "7.10.1"
61+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.1.tgz#4d14458e539bcb04ffe34124143f5c489f2dbca9"
62+
integrity sha512-AT0YPLQw9DI21tliuJIdplVfLHya6mcGa8ctkv7n4Qv+hYacJrKmNWIteAK1P9iyLikFIAkwqJ7HAOqIDLFfgA==
6363
dependencies:
64-
"@babel/types" "^7.10.0"
64+
"@babel/types" "^7.10.1"
6565
jsesc "^2.5.1"
6666
lodash "^4.17.13"
6767
source-map "^0.5.0"
@@ -138,6 +138,15 @@
138138
"@babel/traverse" "^7.8.3"
139139
"@babel/types" "^7.8.3"
140140

141+
"@babel/helper-function-name@^7.10.1":
142+
version "7.10.1"
143+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz#92bd63829bfc9215aca9d9defa85f56b539454f4"
144+
integrity sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ==
145+
dependencies:
146+
"@babel/helper-get-function-arity" "^7.10.1"
147+
"@babel/template" "^7.10.1"
148+
"@babel/types" "^7.10.1"
149+
141150
"@babel/helper-function-name@^7.8.3":
142151
version "7.8.3"
143152
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca"
@@ -156,6 +165,13 @@
156165
"@babel/template" "^7.8.3"
157166
"@babel/types" "^7.9.5"
158167

168+
"@babel/helper-get-function-arity@^7.10.1":
169+
version "7.10.1"
170+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz#7303390a81ba7cb59613895a192b93850e373f7d"
171+
integrity sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw==
172+
dependencies:
173+
"@babel/types" "^7.10.1"
174+
159175
"@babel/helper-get-function-arity@^7.8.3":
160176
version "7.8.3"
161177
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
@@ -177,31 +193,45 @@
177193
dependencies:
178194
"@babel/types" "^7.10.0"
179195

196+
"@babel/helper-member-expression-to-functions@^7.10.1":
197+
version "7.10.1"
198+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.1.tgz#432967fd7e12a4afef66c4687d4ca22bc0456f15"
199+
integrity sha512-u7XLXeM2n50gb6PWJ9hoO5oO7JFPaZtrh35t8RqKLT1jFKj9IWeD1zrcrYp1q1qiZTdEarfDWfTIP8nGsu0h5g==
200+
dependencies:
201+
"@babel/types" "^7.10.1"
202+
180203
"@babel/helper-member-expression-to-functions@^7.8.3":
181204
version "7.8.3"
182205
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c"
183206
integrity sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA==
184207
dependencies:
185208
"@babel/types" "^7.8.3"
186209

210+
"@babel/helper-module-imports@^7.10.1":
211+
version "7.10.1"
212+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz#dd331bd45bccc566ce77004e9d05fe17add13876"
213+
integrity sha512-SFxgwYmZ3HZPyZwJRiVNLRHWuW2OgE5k2nrVs6D9Iv4PPnXVffuEHy83Sfx/l4SqF+5kyJXjAyUmrG7tNm+qVg==
214+
dependencies:
215+
"@babel/types" "^7.10.1"
216+
187217
"@babel/helper-module-imports@^7.8.3":
188218
version "7.8.3"
189219
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498"
190220
integrity sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==
191221
dependencies:
192222
"@babel/types" "^7.8.3"
193223

194-
"@babel/helper-module-transforms@^7.9.0":
195-
version "7.9.0"
196-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5"
197-
integrity sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA==
198-
dependencies:
199-
"@babel/helper-module-imports" "^7.8.3"
200-
"@babel/helper-replace-supers" "^7.8.6"
201-
"@babel/helper-simple-access" "^7.8.3"
202-
"@babel/helper-split-export-declaration" "^7.8.3"
203-
"@babel/template" "^7.8.6"
204-
"@babel/types" "^7.9.0"
224+
"@babel/helper-module-transforms@^7.10.1", "@babel/helper-module-transforms@^7.9.0":
225+
version "7.10.1"
226+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.1.tgz#24e2f08ee6832c60b157bb0936c86bef7210c622"
227+
integrity sha512-RLHRCAzyJe7Q7sF4oy2cB+kRnU4wDZY/H2xJFGof+M+SJEGhZsb+GFj5j1AD8NiSaVBJ+Pf0/WObiXu/zxWpFg==
228+
dependencies:
229+
"@babel/helper-module-imports" "^7.10.1"
230+
"@babel/helper-replace-supers" "^7.10.1"
231+
"@babel/helper-simple-access" "^7.10.1"
232+
"@babel/helper-split-export-declaration" "^7.10.1"
233+
"@babel/template" "^7.10.1"
234+
"@babel/types" "^7.10.1"
205235
lodash "^4.17.13"
206236

207237
"@babel/helper-optimise-call-expression@^7.10.0":
@@ -211,6 +241,13 @@
211241
dependencies:
212242
"@babel/types" "^7.10.0"
213243

244+
"@babel/helper-optimise-call-expression@^7.10.1":
245+
version "7.10.1"
246+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz#b4a1f2561870ce1247ceddb02a3860fa96d72543"
247+
integrity sha512-a0DjNS1prnBsoKx83dP2falChcs7p3i8VMzdrSbfLhuQra/2ENC4sbri34dz/rWmDADsmF1q5GbfaXydh0Jbjg==
248+
dependencies:
249+
"@babel/types" "^7.10.1"
250+
214251
"@babel/helper-optimise-call-expression@^7.8.3":
215252
version "7.8.3"
216253
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9"
@@ -251,6 +288,16 @@
251288
"@babel/traverse" "^7.10.0"
252289
"@babel/types" "^7.10.0"
253290

291+
"@babel/helper-replace-supers@^7.10.1":
292+
version "7.10.1"
293+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.1.tgz#ec6859d20c5d8087f6a2dc4e014db7228975f13d"
294+
integrity sha512-SOwJzEfpuQwInzzQJGjGaiG578UYmyi2Xw668klPWV5n07B73S0a9btjLk/52Mlcxa+5AdIYqws1KyXRfMoB7A==
295+
dependencies:
296+
"@babel/helper-member-expression-to-functions" "^7.10.1"
297+
"@babel/helper-optimise-call-expression" "^7.10.1"
298+
"@babel/traverse" "^7.10.1"
299+
"@babel/types" "^7.10.1"
300+
254301
"@babel/helper-replace-supers@^7.8.3":
255302
version "7.8.3"
256303
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.3.tgz#91192d25f6abbcd41da8a989d4492574fb1530bc"
@@ -271,6 +318,14 @@
271318
"@babel/traverse" "^7.8.6"
272319
"@babel/types" "^7.8.6"
273320

321+
"@babel/helper-simple-access@^7.10.1":
322+
version "7.10.1"
323+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.1.tgz#08fb7e22ace9eb8326f7e3920a1c2052f13d851e"
324+
integrity sha512-VSWpWzRzn9VtgMJBIWTZ+GP107kZdQ4YplJlCmIrjoLVSi/0upixezHCDG8kpPVTBJpKfxTH01wDhh+jS2zKbw==
325+
dependencies:
326+
"@babel/template" "^7.10.1"
327+
"@babel/types" "^7.10.1"
328+
274329
"@babel/helper-simple-access@^7.8.3":
275330
version "7.8.3"
276331
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae"
@@ -279,17 +334,24 @@
279334
"@babel/template" "^7.8.3"
280335
"@babel/types" "^7.8.3"
281336

337+
"@babel/helper-split-export-declaration@^7.10.1":
338+
version "7.10.1"
339+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz#c6f4be1cbc15e3a868e4c64a17d5d31d754da35f"
340+
integrity sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g==
341+
dependencies:
342+
"@babel/types" "^7.10.1"
343+
282344
"@babel/helper-split-export-declaration@^7.8.3":
283345
version "7.8.3"
284346
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
285347
integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==
286348
dependencies:
287349
"@babel/types" "^7.8.3"
288350

289-
"@babel/helper-validator-identifier@^7.9.5":
290-
version "7.9.5"
291-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
292-
integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==
351+
"@babel/helper-validator-identifier@^7.10.1":
352+
version "7.10.1"
353+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5"
354+
integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==
293355

294356
"@babel/helper-wrap-function@^7.8.3":
295357
version "7.8.3"
@@ -301,22 +363,22 @@
301363
"@babel/traverse" "^7.8.3"
302364
"@babel/types" "^7.8.3"
303365

304-
"@babel/helpers@^7.10.0":
305-
version "7.10.0"
306-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.0.tgz#634400a0977b8dcf7b311761a77ca94ed974b3b6"
307-
integrity sha512-lQtFJoDZAGf/t2PgR6Z59Q2MwjvOGGsxZ0BAlsrgyDhKuMbe63EfbQmVmcLfyTBj8J4UtiadQimcotvYVg/kVQ==
366+
"@babel/helpers@^7.10.1":
367+
version "7.10.1"
368+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.1.tgz#a6827b7cb975c9d9cef5fd61d919f60d8844a973"
369+
integrity sha512-muQNHF+IdU6wGgkaJyhhEmI54MOZBKsFfsXFhboz1ybwJ1Kl7IHlbm2a++4jwrmY5UYsgitt5lfqo1wMFcHmyw==
308370
dependencies:
309-
"@babel/template" "^7.10.0"
310-
"@babel/traverse" "^7.10.0"
311-
"@babel/types" "^7.10.0"
371+
"@babel/template" "^7.10.1"
372+
"@babel/traverse" "^7.10.1"
373+
"@babel/types" "^7.10.1"
312374

313-
"@babel/highlight@^7.8.3":
314-
version "7.8.3"
315-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
316-
integrity sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==
375+
"@babel/highlight@^7.10.1":
376+
version "7.10.1"
377+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.1.tgz#841d098ba613ba1a427a2b383d79e35552c38ae0"
378+
integrity sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg==
317379
dependencies:
380+
"@babel/helper-validator-identifier" "^7.10.1"
318381
chalk "^2.0.0"
319-
esutils "^2.0.2"
320382
js-tokens "^4.0.0"
321383

322384
"@babel/node@^7.0.0":
@@ -333,10 +395,10 @@
333395
resolve "^1.13.1"
334396
v8flags "^3.1.1"
335397

336-
"@babel/parser@^7.1.0", "@babel/parser@^7.10.0", "@babel/parser@^7.7.5":
337-
version "7.10.0"
338-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.0.tgz#8eca3e71a73dd562c5222376b08253436bb4995b"
339-
integrity sha512-fnDUl1Uy2gThM4IFVW4ISNHqr3cJrCsRkSCasFgx0XDO9JcttDS5ytyBc4Cu4X1+fjoo3IVvFbRD6TeFlHJlEQ==
398+
"@babel/parser@^7.1.0", "@babel/parser@^7.10.1", "@babel/parser@^7.7.5":
399+
version "7.10.1"
400+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.1.tgz#2e142c27ca58aa2c7b119d09269b702c8bbad28c"
401+
integrity sha512-AUTksaz3FqugBkbTZ1i+lDLG5qy8hIzCaAxEtttU6C0BtZZU9pkNZtWSVAht4EW9kl46YBiyTGMp9xTTGqViNg==
340402

341403
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
342404
version "7.8.3"
@@ -862,36 +924,36 @@
862924
dependencies:
863925
regenerator-runtime "^0.13.4"
864926

865-
"@babel/template@^7.10.0", "@babel/template@^7.3.3", "@babel/template@^7.7.4", "@babel/template@^7.8.3", "@babel/template@^7.8.6":
866-
version "7.10.0"
867-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.0.tgz#f15d852ce16cd5fb3e219097a75f662710b249b1"
868-
integrity sha512-aMLEQn5tcG49LEWrsEwxiRTdaJmvLem3+JMCMSeCy2TILau0IDVyWdm/18ACx7XOCady64FLt6KkHy28tkDQHQ==
869-
dependencies:
870-
"@babel/code-frame" "^7.8.3"
871-
"@babel/parser" "^7.10.0"
872-
"@babel/types" "^7.10.0"
873-
874-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6":
875-
version "7.10.0"
876-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.0.tgz#290935529881baf619398d94fd453838bef36740"
877-
integrity sha512-NZsFleMaLF1zX3NxbtXI/JCs2RPOdpGru6UBdGsfhdsDsP+kFF+h2QQJnMJglxk0kc69YmMFs4A44OJY0tKo5g==
878-
dependencies:
879-
"@babel/code-frame" "^7.8.3"
880-
"@babel/generator" "^7.10.0"
881-
"@babel/helper-function-name" "^7.9.5"
882-
"@babel/helper-split-export-declaration" "^7.8.3"
883-
"@babel/parser" "^7.10.0"
884-
"@babel/types" "^7.10.0"
927+
"@babel/template@^7.10.1", "@babel/template@^7.3.3", "@babel/template@^7.7.4", "@babel/template@^7.8.3":
928+
version "7.10.1"
929+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.1.tgz#e167154a94cb5f14b28dc58f5356d2162f539811"
930+
integrity sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig==
931+
dependencies:
932+
"@babel/code-frame" "^7.10.1"
933+
"@babel/parser" "^7.10.1"
934+
"@babel/types" "^7.10.1"
935+
936+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6":
937+
version "7.10.1"
938+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.1.tgz#bbcef3031e4152a6c0b50147f4958df54ca0dd27"
939+
integrity sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ==
940+
dependencies:
941+
"@babel/code-frame" "^7.10.1"
942+
"@babel/generator" "^7.10.1"
943+
"@babel/helper-function-name" "^7.10.1"
944+
"@babel/helper-split-export-declaration" "^7.10.1"
945+
"@babel/parser" "^7.10.1"
946+
"@babel/types" "^7.10.1"
885947
debug "^4.1.0"
886948
globals "^11.1.0"
887949
lodash "^4.17.13"
888950

889-
"@babel/types@^7.0.0", "@babel/types@^7.10.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
890-
version "7.10.0"
891-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.0.tgz#d47d92249e42393a5723aad5319035ae411e3e38"
892-
integrity sha512-t41W8yWFyQFPOAAvPvjyRhejcLGnJTA3iRpFcDbEKwVJ3UnHQePFzLk8GagTsucJlImyNwrGikGsYURrWbQG8w==
951+
"@babel/types@^7.0.0", "@babel/types@^7.10.0", "@babel/types@^7.10.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.5":
952+
version "7.10.1"
953+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.1.tgz#6886724d31c8022160a7db895e6731ca33483921"
954+
integrity sha512-L2yqUOpf3tzlW9GVuipgLEcZxnO+96SzR6fjXMuxxNkIgFJ5+07mHCZ+HkHqaeZu8+3LKnNJJ1bKbjBETQAsrA==
893955
dependencies:
894-
"@babel/helper-validator-identifier" "^7.9.5"
956+
"@babel/helper-validator-identifier" "^7.10.1"
895957
lodash "^4.17.13"
896958
to-fast-properties "^2.0.0"
897959

0 commit comments

Comments
 (0)