Skip to content

Commit 50ce88a

Browse files
Merge pull request #1838 from tailwindcss/dependabot/npm_and_yarn/master/babel/core-7.10.1
2 parents ba3ea19 + c6b604b commit 50ce88a

File tree

1 file changed

+25
-148
lines changed

1 file changed

+25
-148
lines changed

yarn.lock

Lines changed: 25 additions & 148 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,7 @@
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==
25-
dependencies:
26-
"@babel/highlight" "^7.8.3"
27-
28-
"@babel/code-frame@^7.10.1":
21+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.1":
2922
version "7.10.1"
3023
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.1.tgz#d5481c5095daa1c57e16e54c6f9198443afb49ff"
3124
integrity sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw==
@@ -42,18 +35,18 @@
4235
semver "^5.5.0"
4336

4437
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
45-
version "7.10.0"
46-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.0.tgz#a6fe5db77ebfb61e0da6c5c36aaf14aab07b2b44"
47-
integrity sha512-FGgV2XyPoVtYDvbFXlukEWt13Afka4mBRQ2CoTsHxpgVGO6XfgtT6eI+WyjQRGGTL90IDkIVmme8riFCLZ8lUw==
48-
dependencies:
49-
"@babel/code-frame" "^7.8.3"
50-
"@babel/generator" "^7.10.0"
51-
"@babel/helper-module-transforms" "^7.9.0"
52-
"@babel/helpers" "^7.10.0"
53-
"@babel/parser" "^7.10.0"
54-
"@babel/template" "^7.10.0"
55-
"@babel/traverse" "^7.10.0"
56-
"@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"
5750
convert-source-map "^1.7.0"
5851
debug "^4.1.0"
5952
gensync "^1.0.0-beta.1"
@@ -63,16 +56,6 @@
6356
semver "^5.4.1"
6457
source-map "^0.5.0"
6558

66-
"@babel/generator@^7.10.0":
67-
version "7.10.0"
68-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.0.tgz#a238837896edf35ee5fbfb074548d3256b4bc55d"
69-
integrity sha512-ThoWCJHlgukbtCP79nAK4oLqZt5fVo70AHUni/y8Jotyg5rtJiG2FVl+iJjRNKIyl4hppqztLyAoEWcCvqyOFQ==
70-
dependencies:
71-
"@babel/types" "^7.10.0"
72-
jsesc "^2.5.1"
73-
lodash "^4.17.13"
74-
source-map "^0.5.0"
75-
7659
"@babel/generator@^7.10.1":
7760
version "7.10.1"
7861
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.1.tgz#4d14458e539bcb04ffe34124143f5c489f2dbca9"
@@ -164,29 +147,13 @@
164147
"@babel/template" "^7.10.1"
165148
"@babel/types" "^7.10.1"
166149

167-
"@babel/helper-function-name@^7.9.5":
168-
version "7.9.5"
169-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c"
170-
integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw==
171-
dependencies:
172-
"@babel/helper-get-function-arity" "^7.8.3"
173-
"@babel/template" "^7.8.3"
174-
"@babel/types" "^7.9.5"
175-
176150
"@babel/helper-get-function-arity@^7.10.1":
177151
version "7.10.1"
178152
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz#7303390a81ba7cb59613895a192b93850e373f7d"
179153
integrity sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw==
180154
dependencies:
181155
"@babel/types" "^7.10.1"
182156

183-
"@babel/helper-get-function-arity@^7.8.3":
184-
version "7.8.3"
185-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
186-
integrity sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==
187-
dependencies:
188-
"@babel/types" "^7.8.3"
189-
190157
"@babel/helper-hoist-variables@^7.10.1":
191158
version "7.10.1"
192159
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.1.tgz#7e77c82e5dcae1ebf123174c385aaadbf787d077"
@@ -201,14 +168,7 @@
201168
dependencies:
202169
"@babel/types" "^7.10.1"
203170

204-
"@babel/helper-member-expression-to-functions@^7.8.3":
205-
version "7.8.3"
206-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c"
207-
integrity sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA==
208-
dependencies:
209-
"@babel/types" "^7.8.3"
210-
211-
"@babel/helper-module-imports@^7.10.1", "@babel/helper-module-imports@^7.8.3":
171+
"@babel/helper-module-imports@^7.10.1":
212172
version "7.10.1"
213173
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz#dd331bd45bccc566ce77004e9d05fe17add13876"
214174
integrity sha512-SFxgwYmZ3HZPyZwJRiVNLRHWuW2OgE5k2nrVs6D9Iv4PPnXVffuEHy83Sfx/l4SqF+5kyJXjAyUmrG7tNm+qVg==
@@ -228,33 +188,13 @@
228188
"@babel/types" "^7.10.1"
229189
lodash "^4.17.13"
230190

231-
"@babel/helper-module-transforms@^7.9.0":
232-
version "7.9.0"
233-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5"
234-
integrity sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA==
235-
dependencies:
236-
"@babel/helper-module-imports" "^7.8.3"
237-
"@babel/helper-replace-supers" "^7.8.6"
238-
"@babel/helper-simple-access" "^7.8.3"
239-
"@babel/helper-split-export-declaration" "^7.8.3"
240-
"@babel/template" "^7.8.6"
241-
"@babel/types" "^7.9.0"
242-
lodash "^4.17.13"
243-
244191
"@babel/helper-optimise-call-expression@^7.10.1":
245192
version "7.10.1"
246193
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz#b4a1f2561870ce1247ceddb02a3860fa96d72543"
247194
integrity sha512-a0DjNS1prnBsoKx83dP2falChcs7p3i8VMzdrSbfLhuQra/2ENC4sbri34dz/rWmDADsmF1q5GbfaXydh0Jbjg==
248195
dependencies:
249196
"@babel/types" "^7.10.1"
250197

251-
"@babel/helper-optimise-call-expression@^7.8.3":
252-
version "7.8.3"
253-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9"
254-
integrity sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ==
255-
dependencies:
256-
"@babel/types" "^7.8.3"
257-
258198
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.1", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
259199
version "7.10.1"
260200
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz#ec5a5cf0eec925b66c60580328b122c01230a127"
@@ -295,16 +235,6 @@
295235
"@babel/traverse" "^7.10.1"
296236
"@babel/types" "^7.10.1"
297237

298-
"@babel/helper-replace-supers@^7.8.6":
299-
version "7.8.6"
300-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8"
301-
integrity sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA==
302-
dependencies:
303-
"@babel/helper-member-expression-to-functions" "^7.8.3"
304-
"@babel/helper-optimise-call-expression" "^7.8.3"
305-
"@babel/traverse" "^7.8.6"
306-
"@babel/types" "^7.8.6"
307-
308238
"@babel/helper-simple-access@^7.10.1":
309239
version "7.10.1"
310240
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.1.tgz#08fb7e22ace9eb8326f7e3920a1c2052f13d851e"
@@ -313,28 +243,13 @@
313243
"@babel/template" "^7.10.1"
314244
"@babel/types" "^7.10.1"
315245

316-
"@babel/helper-simple-access@^7.8.3":
317-
version "7.8.3"
318-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae"
319-
integrity sha512-VNGUDjx5cCWg4vvCTR8qQ7YJYZ+HBjxOgXEl7ounz+4Sn7+LMD3CFrCTEU6/qXKbA2nKg21CwhhBzO0RpRbdCw==
320-
dependencies:
321-
"@babel/template" "^7.8.3"
322-
"@babel/types" "^7.8.3"
323-
324246
"@babel/helper-split-export-declaration@^7.10.1":
325247
version "7.10.1"
326248
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz#c6f4be1cbc15e3a868e4c64a17d5d31d754da35f"
327249
integrity sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g==
328250
dependencies:
329251
"@babel/types" "^7.10.1"
330252

331-
"@babel/helper-split-export-declaration@^7.8.3":
332-
version "7.8.3"
333-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
334-
integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==
335-
dependencies:
336-
"@babel/types" "^7.8.3"
337-
338253
"@babel/helper-validator-identifier@^7.10.1":
339254
version "7.10.1"
340255
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5"
@@ -350,14 +265,14 @@
350265
"@babel/traverse" "^7.10.1"
351266
"@babel/types" "^7.10.1"
352267

353-
"@babel/helpers@^7.10.0":
354-
version "7.10.0"
355-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.0.tgz#634400a0977b8dcf7b311761a77ca94ed974b3b6"
356-
integrity sha512-lQtFJoDZAGf/t2PgR6Z59Q2MwjvOGGsxZ0BAlsrgyDhKuMbe63EfbQmVmcLfyTBj8J4UtiadQimcotvYVg/kVQ==
268+
"@babel/helpers@^7.10.1":
269+
version "7.10.1"
270+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.1.tgz#a6827b7cb975c9d9cef5fd61d919f60d8844a973"
271+
integrity sha512-muQNHF+IdU6wGgkaJyhhEmI54MOZBKsFfsXFhboz1ybwJ1Kl7IHlbm2a++4jwrmY5UYsgitt5lfqo1wMFcHmyw==
357272
dependencies:
358-
"@babel/template" "^7.10.0"
359-
"@babel/traverse" "^7.10.0"
360-
"@babel/types" "^7.10.0"
273+
"@babel/template" "^7.10.1"
274+
"@babel/traverse" "^7.10.1"
275+
"@babel/types" "^7.10.1"
361276

362277
"@babel/highlight@^7.10.1":
363278
version "7.10.1"
@@ -368,15 +283,6 @@
368283
chalk "^2.0.0"
369284
js-tokens "^4.0.0"
370285

371-
"@babel/highlight@^7.8.3":
372-
version "7.8.3"
373-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
374-
integrity sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==
375-
dependencies:
376-
chalk "^2.0.0"
377-
esutils "^2.0.2"
378-
js-tokens "^4.0.0"
379-
380286
"@babel/node@^7.0.0":
381287
version "7.10.1"
382288
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.10.1.tgz#34d3405c7c3d5139c48cbce2c80226f46e36ab25"
@@ -391,12 +297,7 @@
391297
resolve "^1.13.1"
392298
v8flags "^3.1.1"
393299

394-
"@babel/parser@^7.1.0", "@babel/parser@^7.10.0", "@babel/parser@^7.7.5":
395-
version "7.10.0"
396-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.0.tgz#8eca3e71a73dd562c5222376b08253436bb4995b"
397-
integrity sha512-fnDUl1Uy2gThM4IFVW4ISNHqr3cJrCsRkSCasFgx0XDO9JcttDS5ytyBc4Cu4X1+fjoo3IVvFbRD6TeFlHJlEQ==
398-
399-
"@babel/parser@^7.10.1":
300+
"@babel/parser@^7.1.0", "@babel/parser@^7.10.1", "@babel/parser@^7.7.5":
400301
version "7.10.1"
401302
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.1.tgz#2e142c27ca58aa2c7b119d09269b702c8bbad28c"
402303
integrity sha512-AUTksaz3FqugBkbTZ1i+lDLG5qy8hIzCaAxEtttU6C0BtZZU9pkNZtWSVAht4EW9kl46YBiyTGMp9xTTGqViNg==
@@ -925,16 +826,7 @@
925826
dependencies:
926827
regenerator-runtime "^0.13.4"
927828

928-
"@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":
929-
version "7.10.0"
930-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.0.tgz#f15d852ce16cd5fb3e219097a75f662710b249b1"
931-
integrity sha512-aMLEQn5tcG49LEWrsEwxiRTdaJmvLem3+JMCMSeCy2TILau0IDVyWdm/18ACx7XOCady64FLt6KkHy28tkDQHQ==
932-
dependencies:
933-
"@babel/code-frame" "^7.8.3"
934-
"@babel/parser" "^7.10.0"
935-
"@babel/types" "^7.10.0"
936-
937-
"@babel/template@^7.10.1":
829+
"@babel/template@^7.10.1", "@babel/template@^7.3.3", "@babel/template@^7.7.4":
938830
version "7.10.1"
939831
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.1.tgz#e167154a94cb5f14b28dc58f5356d2162f539811"
940832
integrity sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig==
@@ -943,22 +835,7 @@
943835
"@babel/parser" "^7.10.1"
944836
"@babel/types" "^7.10.1"
945837

946-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.6":
947-
version "7.10.0"
948-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.0.tgz#290935529881baf619398d94fd453838bef36740"
949-
integrity sha512-NZsFleMaLF1zX3NxbtXI/JCs2RPOdpGru6UBdGsfhdsDsP+kFF+h2QQJnMJglxk0kc69YmMFs4A44OJY0tKo5g==
950-
dependencies:
951-
"@babel/code-frame" "^7.8.3"
952-
"@babel/generator" "^7.10.0"
953-
"@babel/helper-function-name" "^7.9.5"
954-
"@babel/helper-split-export-declaration" "^7.8.3"
955-
"@babel/parser" "^7.10.0"
956-
"@babel/types" "^7.10.0"
957-
debug "^4.1.0"
958-
globals "^11.1.0"
959-
lodash "^4.17.13"
960-
961-
"@babel/traverse@^7.10.1":
838+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.7.4":
962839
version "7.10.1"
963840
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.1.tgz#bbcef3031e4152a6c0b50147f4958df54ca0dd27"
964841
integrity sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ==
@@ -973,7 +850,7 @@
973850
globals "^11.1.0"
974851
lodash "^4.17.13"
975852

976-
"@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.0", "@babel/types@^7.9.5":
853+
"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
977854
version "7.10.1"
978855
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.1.tgz#6886724d31c8022160a7db895e6731ca33483921"
979856
integrity sha512-L2yqUOpf3tzlW9GVuipgLEcZxnO+96SzR6fjXMuxxNkIgFJ5+07mHCZ+HkHqaeZu8+3LKnNJJ1bKbjBETQAsrA==

0 commit comments

Comments
 (0)