Skip to content

Commit 4a684e7

Browse files
chore(deps-dev): bump @babel/core from 7.9.0 to 7.11.0
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.9.0 to 7.11.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.11.0/packages/babel-core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent cbad6d1 commit 4a684e7

File tree

1 file changed

+60
-130
lines changed

1 file changed

+60
-130
lines changed

yarn.lock

Lines changed: 60 additions & 130 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,7 @@
99
dependencies:
1010
"@babel/highlight" "^7.0.0"
1111

12-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.8.3":
13-
version "7.8.3"
14-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
15-
integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==
16-
dependencies:
17-
"@babel/highlight" "^7.8.3"
18-
19-
"@babel/code-frame@^7.10.4":
12+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
2013
version "7.10.4"
2114
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
2215
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
@@ -33,45 +26,34 @@
3326
semver "^5.5.0"
3427

3528
"@babel/core@^7.4.4", "@babel/core@^7.4.5", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
36-
version "7.9.0"
37-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e"
38-
integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==
29+
version "7.11.0"
30+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.0.tgz#73b9c33f1658506887f767c26dae07798b30df76"
31+
integrity sha512-mkLq8nwaXmDtFmRkQ8ED/eA2CnVw4zr7dCztKalZXBvdK5EeNUAesrrwUqjQEzFgomJssayzB0aqlOsP1vGLqg==
3932
dependencies:
40-
"@babel/code-frame" "^7.8.3"
41-
"@babel/generator" "^7.9.0"
42-
"@babel/helper-module-transforms" "^7.9.0"
43-
"@babel/helpers" "^7.9.0"
44-
"@babel/parser" "^7.9.0"
45-
"@babel/template" "^7.8.6"
46-
"@babel/traverse" "^7.9.0"
47-
"@babel/types" "^7.9.0"
33+
"@babel/code-frame" "^7.10.4"
34+
"@babel/generator" "^7.11.0"
35+
"@babel/helper-module-transforms" "^7.11.0"
36+
"@babel/helpers" "^7.10.4"
37+
"@babel/parser" "^7.11.0"
38+
"@babel/template" "^7.10.4"
39+
"@babel/traverse" "^7.11.0"
40+
"@babel/types" "^7.11.0"
4841
convert-source-map "^1.7.0"
4942
debug "^4.1.0"
5043
gensync "^1.0.0-beta.1"
5144
json5 "^2.1.2"
52-
lodash "^4.17.13"
45+
lodash "^4.17.19"
5346
resolve "^1.3.2"
5447
semver "^5.4.1"
5548
source-map "^0.5.0"
5649

57-
"@babel/generator@^7.10.4":
58-
version "7.10.4"
59-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.4.tgz#e49eeed9fe114b62fa5b181856a43a5e32f5f243"
60-
integrity sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng==
50+
"@babel/generator@^7.11.0", "@babel/generator@^7.4.4":
51+
version "7.11.0"
52+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.0.tgz#4b90c78d8c12825024568cbe83ee6c9af193585c"
53+
integrity sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ==
6154
dependencies:
62-
"@babel/types" "^7.10.4"
55+
"@babel/types" "^7.11.0"
6356
jsesc "^2.5.1"
64-
lodash "^4.17.13"
65-
source-map "^0.5.0"
66-
67-
"@babel/generator@^7.4.4", "@babel/generator@^7.9.0":
68-
version "7.9.0"
69-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.0.tgz#0f67adea4ec39dad6e63345f70eec33014d78c89"
70-
integrity sha512-onl4Oy46oGCzymOXtKMQpI7VXtCbTSHK1kqBydZ6AmzuNcacEVqGk9tZtAS+48IA9IstZcDCgIg8hQKnb7suRw==
71-
dependencies:
72-
"@babel/types" "^7.9.0"
73-
jsesc "^2.5.1"
74-
lodash "^4.17.13"
7557
source-map "^0.5.0"
7658

7759
"@babel/helper-annotate-as-pure@^7.8.3":
@@ -239,18 +221,18 @@
239221
dependencies:
240222
"@babel/types" "^7.10.4"
241223

242-
"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.9.0":
243-
version "7.10.4"
244-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.4.tgz#ca1f01fdb84e48c24d7506bb818c961f1da8805d"
245-
integrity sha512-Er2FQX0oa3nV7eM1o0tNCTx7izmQtwAQsIiaLRWtavAAEcskb0XJ5OjJbVrYXWOTr8om921Scabn4/tzlx7j1Q==
224+
"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.11.0", "@babel/helper-module-transforms@^7.9.0":
225+
version "7.11.0"
226+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359"
227+
integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg==
246228
dependencies:
247229
"@babel/helper-module-imports" "^7.10.4"
248230
"@babel/helper-replace-supers" "^7.10.4"
249231
"@babel/helper-simple-access" "^7.10.4"
250-
"@babel/helper-split-export-declaration" "^7.10.4"
232+
"@babel/helper-split-export-declaration" "^7.11.0"
251233
"@babel/template" "^7.10.4"
252-
"@babel/types" "^7.10.4"
253-
lodash "^4.17.13"
234+
"@babel/types" "^7.11.0"
235+
lodash "^4.17.19"
254236

255237
"@babel/helper-optimise-call-expression@^7.10.4":
256238
version "7.10.4"
@@ -327,12 +309,12 @@
327309
"@babel/template" "^7.10.4"
328310
"@babel/types" "^7.10.4"
329311

330-
"@babel/helper-split-export-declaration@^7.10.4":
331-
version "7.10.4"
332-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1"
333-
integrity sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg==
312+
"@babel/helper-split-export-declaration@^7.11.0":
313+
version "7.11.0"
314+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f"
315+
integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==
334316
dependencies:
335-
"@babel/types" "^7.10.4"
317+
"@babel/types" "^7.11.0"
336318

337319
"@babel/helper-split-export-declaration@^7.8.3":
338320
version "7.8.3"
@@ -351,11 +333,6 @@
351333
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
352334
integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw==
353335

354-
"@babel/helper-validator-identifier@^7.9.5":
355-
version "7.9.5"
356-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
357-
integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==
358-
359336
"@babel/helper-wrap-function@^7.8.3":
360337
version "7.8.3"
361338
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610"
@@ -366,14 +343,14 @@
366343
"@babel/traverse" "^7.8.3"
367344
"@babel/types" "^7.8.3"
368345

369-
"@babel/helpers@^7.9.0":
370-
version "7.9.0"
371-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.0.tgz#ab2c1bc4821af766cab51d4868a5038874ea5a12"
372-
integrity sha512-/9GvfYTCG1NWCNwDj9e+XlnSCmWW/r9T794Xi58vPF9WCcnZCAZ0kWLSn54oqP40SUvh1T2G6VwKmFO5AOlW3A==
346+
"@babel/helpers@^7.10.4":
347+
version "7.10.4"
348+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044"
349+
integrity sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA==
373350
dependencies:
374-
"@babel/template" "^7.8.3"
375-
"@babel/traverse" "^7.9.0"
376-
"@babel/types" "^7.9.0"
351+
"@babel/template" "^7.10.4"
352+
"@babel/traverse" "^7.10.4"
353+
"@babel/types" "^7.10.4"
377354

378355
"@babel/highlight@^7.0.0":
379356
version "7.9.0"
@@ -393,24 +370,10 @@
393370
chalk "^2.0.0"
394371
js-tokens "^4.0.0"
395372

396-
"@babel/highlight@^7.8.3":
397-
version "7.8.3"
398-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
399-
integrity sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==
400-
dependencies:
401-
chalk "^2.0.0"
402-
esutils "^2.0.2"
403-
js-tokens "^4.0.0"
404-
405-
"@babel/parser@^7.10.4":
406-
version "7.10.4"
407-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
408-
integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
409-
410-
"@babel/parser@^7.4.4", "@babel/parser@^7.7.0", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
411-
version "7.9.0"
412-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.0.tgz#f821b32313f07ee570976d3f6238e8d2d66e0a8e"
413-
integrity sha512-Iwyp00CZsypoNJcpXCbq3G4tcDgphtlMwMVrMhhZ//XBkqjXF7LW6V511yk0+pBX3ZwwGnPea+pTKNJiqA7pUg==
373+
"@babel/parser@^7.10.4", "@babel/parser@^7.11.0", "@babel/parser@^7.4.4", "@babel/parser@^7.7.0":
374+
version "7.11.0"
375+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d"
376+
integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw==
414377

415378
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
416379
version "7.8.3"
@@ -1013,7 +976,7 @@
1013976
dependencies:
1014977
regenerator-runtime "^0.13.4"
1015978

1016-
"@babel/template@^7.10.4":
979+
"@babel/template@^7.10.4", "@babel/template@^7.4.4", "@babel/template@^7.8.3":
1017980
version "7.10.4"
1018981
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
1019982
integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
@@ -1022,61 +985,28 @@
1022985
"@babel/parser" "^7.10.4"
1023986
"@babel/types" "^7.10.4"
1024987

1025-
"@babel/template@^7.4.4", "@babel/template@^7.8.3", "@babel/template@^7.8.6":
1026-
version "7.8.6"
1027-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
1028-
integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg==
1029-
dependencies:
1030-
"@babel/code-frame" "^7.8.3"
1031-
"@babel/parser" "^7.8.6"
1032-
"@babel/types" "^7.8.6"
1033-
1034-
"@babel/traverse@^7.10.4":
1035-
version "7.10.4"
1036-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818"
1037-
integrity sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q==
988+
"@babel/traverse@^7.10.4", "@babel/traverse@^7.11.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6":
989+
version "7.11.0"
990+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24"
991+
integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==
1038992
dependencies:
1039993
"@babel/code-frame" "^7.10.4"
1040-
"@babel/generator" "^7.10.4"
994+
"@babel/generator" "^7.11.0"
1041995
"@babel/helper-function-name" "^7.10.4"
1042-
"@babel/helper-split-export-declaration" "^7.10.4"
1043-
"@babel/parser" "^7.10.4"
1044-
"@babel/types" "^7.10.4"
996+
"@babel/helper-split-export-declaration" "^7.11.0"
997+
"@babel/parser" "^7.11.0"
998+
"@babel/types" "^7.11.0"
1045999
debug "^4.1.0"
10461000
globals "^11.1.0"
1047-
lodash "^4.17.13"
1001+
lodash "^4.17.19"
10481002

1049-
"@babel/traverse@^7.4.4", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0":
1050-
version "7.9.0"
1051-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.0.tgz#d3882c2830e513f4fe4cec9fe76ea1cc78747892"
1052-
integrity sha512-jAZQj0+kn4WTHO5dUZkZKhbFrqZE7K5LAQ5JysMnmvGij+wOdr+8lWqPeW0BcF4wFwrEXXtdGO7wcV6YPJcf3w==
1053-
dependencies:
1054-
"@babel/code-frame" "^7.8.3"
1055-
"@babel/generator" "^7.9.0"
1056-
"@babel/helper-function-name" "^7.8.3"
1057-
"@babel/helper-split-export-declaration" "^7.8.3"
1058-
"@babel/parser" "^7.9.0"
1059-
"@babel/types" "^7.9.0"
1060-
debug "^4.1.0"
1061-
globals "^11.1.0"
1062-
lodash "^4.17.13"
1063-
1064-
"@babel/types@^7.10.4":
1065-
version "7.10.4"
1066-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee"
1067-
integrity sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==
1003+
"@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
1004+
version "7.11.0"
1005+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d"
1006+
integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==
10681007
dependencies:
10691008
"@babel/helper-validator-identifier" "^7.10.4"
1070-
lodash "^4.17.13"
1071-
to-fast-properties "^2.0.0"
1072-
1073-
"@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
1074-
version "7.9.5"
1075-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
1076-
integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg==
1077-
dependencies:
1078-
"@babel/helper-validator-identifier" "^7.9.5"
1079-
lodash "^4.17.13"
1009+
lodash "^4.17.19"
10801010
to-fast-properties "^2.0.0"
10811011

10821012
"@emotion/cache@^10.0.27":
@@ -7748,10 +7678,10 @@ lodash@^2.4.1:
77487678
version "2.4.2"
77497679
resolved "https://registry.yarnpkg.com/lodash/-/lodash-2.4.2.tgz#fadd834b9683073da179b3eae6d9c0d15053f73e"
77507680

7751-
lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4:
7752-
version "4.17.15"
7753-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
7754-
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
7681+
lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.4:
7682+
version "4.17.19"
7683+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
7684+
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
77557685

77567686
log-driver@^1.2.7:
77577687
version "1.2.7"

0 commit comments

Comments
 (0)