Skip to content

Commit c4f930f

Browse files
chore(deps-dev): bump @babel/core from 7.12.8 to 7.12.9 (#1020)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.8 to 7.12.9. - [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.12.9/packages/babel-core) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8749852 commit c4f930f

File tree

1 file changed

+14
-183
lines changed

1 file changed

+14
-183
lines changed

yarn.lock

Lines changed: 14 additions & 183 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
dependencies:
2626
"@babel/highlight" "^7.8.3"
2727

28-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.1", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.5.5":
28+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.5.5":
2929
version "7.10.4"
3030
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
3131
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
@@ -64,40 +64,18 @@
6464
semver "^5.4.1"
6565
source-map "^0.5.0"
6666

67-
"@babel/core@^7.1.0", "@babel/core@^7.1.2", "@babel/core@^7.1.6", "@babel/core@^7.12.1", "@babel/core@^7.12.3", "@babel/core@^7.7.5":
68-
version "7.12.3"
69-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
70-
integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
71-
dependencies:
72-
"@babel/code-frame" "^7.10.4"
73-
"@babel/generator" "^7.12.1"
74-
"@babel/helper-module-transforms" "^7.12.1"
75-
"@babel/helpers" "^7.12.1"
76-
"@babel/parser" "^7.12.3"
77-
"@babel/template" "^7.10.4"
78-
"@babel/traverse" "^7.12.1"
79-
"@babel/types" "^7.12.1"
80-
convert-source-map "^1.7.0"
81-
debug "^4.1.0"
82-
gensync "^1.0.0-beta.1"
83-
json5 "^2.1.2"
84-
lodash "^4.17.19"
85-
resolve "^1.3.2"
86-
semver "^5.4.1"
87-
source-map "^0.5.0"
88-
89-
"@babel/core@^7.12.8":
90-
version "7.12.8"
91-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.8.tgz#8ad76c1a7d2a6a3beecc4395fa4f7b4cb88390e6"
92-
integrity sha512-ra28JXL+5z73r1IC/t+FT1ApXU5LsulFDnTDntNfLQaScJUJmcHL5Qxm/IWanCToQk3bPWQo5bflbplU5r15pg==
67+
"@babel/core@^7.1.0", "@babel/core@^7.1.2", "@babel/core@^7.1.6", "@babel/core@^7.12.1", "@babel/core@^7.12.3", "@babel/core@^7.12.8", "@babel/core@^7.7.5":
68+
version "7.12.9"
69+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
70+
integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==
9371
dependencies:
9472
"@babel/code-frame" "^7.10.4"
9573
"@babel/generator" "^7.12.5"
9674
"@babel/helper-module-transforms" "^7.12.1"
9775
"@babel/helpers" "^7.12.5"
9876
"@babel/parser" "^7.12.7"
9977
"@babel/template" "^7.12.7"
100-
"@babel/traverse" "^7.12.8"
78+
"@babel/traverse" "^7.12.9"
10179
"@babel/types" "^7.12.7"
10280
convert-source-map "^1.7.0"
10381
debug "^4.1.0"
@@ -108,16 +86,7 @@
10886
semver "^5.4.1"
10987
source-map "^0.5.0"
11088

111-
"@babel/generator@^7.10.1", "@babel/generator@^7.10.4", "@babel/generator@^7.12.1":
112-
version "7.12.1"
113-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.1.tgz#0d70be32bdaa03d7c51c8597dda76e0df1f15468"
114-
integrity sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==
115-
dependencies:
116-
"@babel/types" "^7.12.1"
117-
jsesc "^2.5.1"
118-
source-map "^0.5.0"
119-
120-
"@babel/generator@^7.11.6", "@babel/generator@^7.12.5":
89+
"@babel/generator@^7.11.6", "@babel/generator@^7.12.1", "@babel/generator@^7.12.5":
12190
version "7.12.5"
12291
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de"
12392
integrity sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==
@@ -420,11 +389,6 @@
420389
dependencies:
421390
"@babel/types" "^7.11.0"
422391

423-
"@babel/helper-validator-identifier@^7.10.1":
424-
version "7.10.1"
425-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5"
426-
integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==
427-
428392
"@babel/helper-validator-identifier@^7.10.4":
429393
version "7.10.4"
430394
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
@@ -454,15 +418,6 @@
454418
"@babel/traverse" "^7.12.5"
455419
"@babel/types" "^7.12.5"
456420

457-
"@babel/helpers@^7.12.1":
458-
version "7.12.1"
459-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.1.tgz#8a8261c1d438ec18cb890434df4ec768734c1e79"
460-
integrity sha512-9JoDSBGoWtmbay98efmT2+mySkwjzeFeAL9BuWNoVQpkPFQF8SIIFUfY5os9u8wVzglzoiPRSW7cuJmBDUt43g==
461-
dependencies:
462-
"@babel/template" "^7.10.4"
463-
"@babel/traverse" "^7.12.1"
464-
"@babel/types" "^7.12.1"
465-
466421
"@babel/highlight@^7.10.4", "@babel/highlight@^7.8.3":
467422
version "7.10.4"
468423
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143"
@@ -472,17 +427,7 @@
472427
chalk "^2.0.0"
473428
js-tokens "^4.0.0"
474429

475-
"@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.10.1", "@babel/parser@^7.10.4", "@babel/parser@^7.12.1", "@babel/parser@^7.12.3", "@babel/parser@^7.9.4":
476-
version "7.12.3"
477-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd"
478-
integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==
479-
480-
"@babel/parser@^7.11.5", "@babel/parser@^7.12.5":
481-
version "7.12.5"
482-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.5.tgz#b4af32ddd473c0bfa643bd7ff0728b8e71b81ea0"
483-
integrity sha512-FVM6RZQ0mn2KCf1VUED7KepYeUWoVShczewOCfm3nzoBybaih51h+sYVVGthW9M6lPByEPTQf+xm27PBdlpwmQ==
484-
485-
"@babel/parser@^7.12.7":
430+
"@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.11.5", "@babel/parser@^7.12.3", "@babel/parser@^7.12.7", "@babel/parser@^7.9.4":
486431
version "7.12.7"
487432
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
488433
integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==
@@ -1498,25 +1443,7 @@
14981443
dependencies:
14991444
regenerator-runtime "^0.13.4"
15001445

1501-
"@babel/template@^7.10.1", "@babel/template@^7.3.3":
1502-
version "7.10.1"
1503-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.1.tgz#e167154a94cb5f14b28dc58f5356d2162f539811"
1504-
integrity sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig==
1505-
dependencies:
1506-
"@babel/code-frame" "^7.10.1"
1507-
"@babel/parser" "^7.10.1"
1508-
"@babel/types" "^7.10.1"
1509-
1510-
"@babel/template@^7.10.4":
1511-
version "7.10.4"
1512-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
1513-
integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
1514-
dependencies:
1515-
"@babel/code-frame" "^7.10.4"
1516-
"@babel/parser" "^7.10.4"
1517-
"@babel/types" "^7.10.4"
1518-
1519-
"@babel/template@^7.12.7":
1446+
"@babel/template@^7.10.1", "@babel/template@^7.10.4", "@babel/template@^7.12.7", "@babel/template@^7.3.3":
15201447
version "7.12.7"
15211448
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc"
15221449
integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow==
@@ -1525,70 +1452,10 @@
15251452
"@babel/parser" "^7.12.7"
15261453
"@babel/types" "^7.12.7"
15271454

1528-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1":
1529-
version "7.10.1"
1530-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.1.tgz#bbcef3031e4152a6c0b50147f4958df54ca0dd27"
1531-
integrity sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ==
1532-
dependencies:
1533-
"@babel/code-frame" "^7.10.1"
1534-
"@babel/generator" "^7.10.1"
1535-
"@babel/helper-function-name" "^7.10.1"
1536-
"@babel/helper-split-export-declaration" "^7.10.1"
1537-
"@babel/parser" "^7.10.1"
1538-
"@babel/types" "^7.10.1"
1539-
debug "^4.1.0"
1540-
globals "^11.1.0"
1541-
lodash "^4.17.13"
1542-
1543-
"@babel/traverse@^7.10.4":
1544-
version "7.10.4"
1545-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818"
1546-
integrity sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q==
1547-
dependencies:
1548-
"@babel/code-frame" "^7.10.4"
1549-
"@babel/generator" "^7.10.4"
1550-
"@babel/helper-function-name" "^7.10.4"
1551-
"@babel/helper-split-export-declaration" "^7.10.4"
1552-
"@babel/parser" "^7.10.4"
1553-
"@babel/types" "^7.10.4"
1554-
debug "^4.1.0"
1555-
globals "^11.1.0"
1556-
lodash "^4.17.13"
1557-
1558-
"@babel/traverse@^7.11.5", "@babel/traverse@^7.12.5":
1559-
version "7.12.5"
1560-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.5.tgz#78a0c68c8e8a35e4cacfd31db8bb303d5606f095"
1561-
integrity sha512-xa15FbQnias7z9a62LwYAA5SZZPkHIXpd42C6uW68o8uTuua96FHZy1y61Va5P/i83FAAcMpW8+A/QayntzuqA==
1562-
dependencies:
1563-
"@babel/code-frame" "^7.10.4"
1564-
"@babel/generator" "^7.12.5"
1565-
"@babel/helper-function-name" "^7.10.4"
1566-
"@babel/helper-split-export-declaration" "^7.11.0"
1567-
"@babel/parser" "^7.12.5"
1568-
"@babel/types" "^7.12.5"
1569-
debug "^4.1.0"
1570-
globals "^11.1.0"
1571-
lodash "^4.17.19"
1572-
1573-
"@babel/traverse@^7.12.1":
1574-
version "7.12.1"
1575-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.1.tgz#941395e0c5cc86d5d3e75caa095d3924526f0c1e"
1576-
integrity sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw==
1577-
dependencies:
1578-
"@babel/code-frame" "^7.10.4"
1579-
"@babel/generator" "^7.12.1"
1580-
"@babel/helper-function-name" "^7.10.4"
1581-
"@babel/helper-split-export-declaration" "^7.11.0"
1582-
"@babel/parser" "^7.12.1"
1583-
"@babel/types" "^7.12.1"
1584-
debug "^4.1.0"
1585-
globals "^11.1.0"
1586-
lodash "^4.17.19"
1587-
1588-
"@babel/traverse@^7.12.8":
1589-
version "7.12.8"
1590-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.8.tgz#c1c2983bf9ba0f4f0eaa11dff7e77fa63307b2a4"
1591-
integrity sha512-EIRQXPTwFEGRZyu6gXbjfpNORN1oZvwuzJbxcXjAgWV0iqXYDszN1Hx3FVm6YgZfu1ZQbCVAk3l+nIw95Xll9Q==
1455+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.5", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.9":
1456+
version "7.12.9"
1457+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f"
1458+
integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==
15921459
dependencies:
15931460
"@babel/code-frame" "^7.10.4"
15941461
"@babel/generator" "^7.12.5"
@@ -1600,43 +1467,7 @@
16001467
globals "^11.1.0"
16011468
lodash "^4.17.19"
16021469

1603-
"@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":
1604-
version "7.10.2"
1605-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d"
1606-
integrity sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==
1607-
dependencies:
1608-
"@babel/helper-validator-identifier" "^7.10.1"
1609-
lodash "^4.17.13"
1610-
to-fast-properties "^2.0.0"
1611-
1612-
"@babel/types@^7.10.4", "@babel/types@^7.12.1":
1613-
version "7.12.1"
1614-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae"
1615-
integrity sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==
1616-
dependencies:
1617-
"@babel/helper-validator-identifier" "^7.10.4"
1618-
lodash "^4.17.19"
1619-
to-fast-properties "^2.0.0"
1620-
1621-
"@babel/types@^7.11.0":
1622-
version "7.11.0"
1623-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d"
1624-
integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==
1625-
dependencies:
1626-
"@babel/helper-validator-identifier" "^7.10.4"
1627-
lodash "^4.17.19"
1628-
to-fast-properties "^2.0.0"
1629-
1630-
"@babel/types@^7.11.5", "@babel/types@^7.12.5":
1631-
version "7.12.6"
1632-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.6.tgz#ae0e55ef1cce1fbc881cd26f8234eb3e657edc96"
1633-
integrity sha512-hwyjw6GvjBLiyy3W0YQf0Z5Zf4NpYejUnKFcfcUhZCSffoBBp30w6wP2Wn6pk31jMYZvcOrB/1b7cGXvEoKogA==
1634-
dependencies:
1635-
"@babel/helper-validator-identifier" "^7.10.4"
1636-
lodash "^4.17.19"
1637-
to-fast-properties "^2.0.0"
1638-
1639-
"@babel/types@^7.12.7":
1470+
"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
16401471
version "7.12.7"
16411472
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"
16421473
integrity sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==

0 commit comments

Comments
 (0)