Skip to content

Commit 9a1e460

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade babel monorepo to v7.16.8
1 parent 43f6f56 commit 9a1e460

File tree

2 files changed

+107
-48
lines changed

2 files changed

+107
-48
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
},
6969
"devDependencies": {
7070
"@babel/core": "7.16.7",
71-
"@babel/preset-env": "7.16.7",
72-
"@babel/register": "7.16.7",
71+
"@babel/preset-env": "7.16.8",
72+
"@babel/register": "7.16.8",
7373
"@commitlint/cli": "16.0.2",
7474
"@js-library/commitlint-config": "0.0.4",
7575
"ava": "4.0.1",

yarn.lock

Lines changed: 105 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
2727
integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==
2828

29+
"@babel/compat-data@^7.16.8":
30+
version "7.16.8"
31+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60"
32+
integrity sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==
33+
2934
"@babel/core@7.16.7":
3035
version "7.16.7"
3136
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.7.tgz#db990f931f6d40cb9b87a0dc7d2adc749f1dcbcf"
@@ -95,6 +100,15 @@
95100
jsesc "^2.5.1"
96101
source-map "^0.5.0"
97102

103+
"@babel/generator@^7.16.8":
104+
version "7.16.8"
105+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.8.tgz#359d44d966b8cd059d543250ce79596f792f2ebe"
106+
integrity sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw==
107+
dependencies:
108+
"@babel/types" "^7.16.8"
109+
jsesc "^2.5.1"
110+
source-map "^0.5.0"
111+
98112
"@babel/helper-annotate-as-pure@^7.16.0":
99113
version "7.16.0"
100114
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
@@ -364,14 +378,14 @@
364378
"@babel/helper-wrap-function" "^7.16.5"
365379
"@babel/types" "^7.16.0"
366380

367-
"@babel/helper-remap-async-to-generator@^7.16.7":
368-
version "7.16.7"
369-
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.7.tgz#5ce2416990d55eb6e099128338848ae8ffa58a9a"
370-
integrity sha512-C3o117GnP/j/N2OWo+oepeWbFEKRfNaay+F1Eo5Mj3A1SRjyx+qaFhm23nlipub7Cjv2azdUUiDH+VlpdwUFRg==
381+
"@babel/helper-remap-async-to-generator@^7.16.8":
382+
version "7.16.8"
383+
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz#29ffaade68a367e2ed09c90901986918d25e57e3"
384+
integrity sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw==
371385
dependencies:
372386
"@babel/helper-annotate-as-pure" "^7.16.7"
373-
"@babel/helper-wrap-function" "^7.16.7"
374-
"@babel/types" "^7.16.7"
387+
"@babel/helper-wrap-function" "^7.16.8"
388+
"@babel/types" "^7.16.8"
375389

376390
"@babel/helper-replace-supers@^7.16.5":
377391
version "7.16.5"
@@ -460,15 +474,15 @@
460474
"@babel/traverse" "^7.16.5"
461475
"@babel/types" "^7.16.0"
462476

463-
"@babel/helper-wrap-function@^7.16.7":
464-
version "7.16.7"
465-
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.16.7.tgz#8ddf9eaa770ed43de4bc3687f3f3b0d6d5ecf014"
466-
integrity sha512-7a9sABeVwcunnztZZ7WTgSw6jVYLzM1wua0Z4HIXm9S3/HC96WKQTkFgGEaj5W06SHHihPJ6Le6HzS5cGOQMNw==
477+
"@babel/helper-wrap-function@^7.16.8":
478+
version "7.16.8"
479+
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz#58afda087c4cd235de92f7ceedebca2c41274200"
480+
integrity sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==
467481
dependencies:
468482
"@babel/helper-function-name" "^7.16.7"
469483
"@babel/template" "^7.16.7"
470-
"@babel/traverse" "^7.16.7"
471-
"@babel/types" "^7.16.7"
484+
"@babel/traverse" "^7.16.8"
485+
"@babel/types" "^7.16.8"
472486

473487
"@babel/helpers@^7.16.5":
474488
version "7.16.5"
@@ -516,6 +530,11 @@
516530
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.7.tgz#d372dda9c89fcec340a82630a9f533f2fe15877e"
517531
integrity sha512-sR4eaSrnM7BV7QPzGfEX5paG/6wrZM3I0HDzfIAK06ESvo9oy3xBuVBxE3MbQaKNhvg8g/ixjMWo2CGpzpHsDA==
518532

533+
"@babel/parser@^7.16.8":
534+
version "7.16.8"
535+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.8.tgz#61c243a3875f7d0b0962b0543a33ece6ff2f1f17"
536+
integrity sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==
537+
519538
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
520539
version "7.16.2"
521540
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.2.tgz#2977fca9b212db153c195674e57cfab807733183"
@@ -557,13 +576,13 @@
557576
"@babel/helper-remap-async-to-generator" "^7.16.5"
558577
"@babel/plugin-syntax-async-generators" "^7.8.4"
559578

560-
"@babel/plugin-proposal-async-generator-functions@^7.16.7":
561-
version "7.16.7"
562-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.7.tgz#739adc1212a9e4892de440cd7dfffb06172df78d"
563-
integrity sha512-TTXBT3A5c11eqRzaC6beO6rlFT3Mo9C2e8eB44tTr52ESXSK2CIc2fOp1ynpAwQA8HhBMho+WXhMHWlAe3xkpw==
579+
"@babel/plugin-proposal-async-generator-functions@^7.16.8":
580+
version "7.16.8"
581+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz#3bdd1ebbe620804ea9416706cd67d60787504bc8"
582+
integrity sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==
564583
dependencies:
565584
"@babel/helper-plugin-utils" "^7.16.7"
566-
"@babel/helper-remap-async-to-generator" "^7.16.7"
585+
"@babel/helper-remap-async-to-generator" "^7.16.8"
567586
"@babel/plugin-syntax-async-generators" "^7.8.4"
568587

569588
"@babel/plugin-proposal-class-properties@7.12.1":
@@ -954,14 +973,14 @@
954973
"@babel/helper-plugin-utils" "^7.16.5"
955974
"@babel/helper-remap-async-to-generator" "^7.16.5"
956975

957-
"@babel/plugin-transform-async-to-generator@^7.16.7":
958-
version "7.16.7"
959-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.7.tgz#646e1262ac341b587ff5449844d4492dbb10ac4b"
960-
integrity sha512-pFEfjnK4DfXCfAlA5I98BYdDJD8NltMzx19gt6DAmfE+2lXRfPUoa0/5SUjT4+TDE1W/rcxU/1lgN55vpAjjdg==
976+
"@babel/plugin-transform-async-to-generator@^7.16.8":
977+
version "7.16.8"
978+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz#b83dff4b970cf41f1b819f8b49cc0cfbaa53a808"
979+
integrity sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==
961980
dependencies:
962981
"@babel/helper-module-imports" "^7.16.7"
963982
"@babel/helper-plugin-utils" "^7.16.7"
964-
"@babel/helper-remap-async-to-generator" "^7.16.7"
983+
"@babel/helper-remap-async-to-generator" "^7.16.8"
965984

966985
"@babel/plugin-transform-block-scoped-functions@^7.16.5":
967986
version "7.16.5"
@@ -1188,10 +1207,10 @@
11881207
"@babel/helper-simple-access" "^7.16.0"
11891208
babel-plugin-dynamic-import-node "^2.3.3"
11901209

1191-
"@babel/plugin-transform-modules-commonjs@^7.16.7":
1192-
version "7.16.7"
1193-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.7.tgz#fd119e6a433c527d368425b45df361e1e95d3c1a"
1194-
integrity sha512-h2RP2kE7He1ZWKyAlanMZrAbdv+Acw1pA8dQZhE025WJZE2z0xzFADAinXA9fxd5bn7JnM+SdOGcndGx1ARs9w==
1210+
"@babel/plugin-transform-modules-commonjs@^7.16.8":
1211+
version "7.16.8"
1212+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz#cdee19aae887b16b9d331009aa9a219af7c86afe"
1213+
integrity sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==
11951214
dependencies:
11961215
"@babel/helper-module-transforms" "^7.16.7"
11971216
"@babel/helper-plugin-utils" "^7.16.7"
@@ -1243,10 +1262,10 @@
12431262
dependencies:
12441263
"@babel/helper-create-regexp-features-plugin" "^7.16.0"
12451264

1246-
"@babel/plugin-transform-named-capturing-groups-regex@^7.16.7":
1247-
version "7.16.7"
1248-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.7.tgz#749d90d94e73cf62c60a0cc8d6b94d29305a81f2"
1249-
integrity sha512-kFy35VwmwIQwCjwrAQhl3+c/kr292i4KdLPKp5lPH03Ltc51qnFlIADoyPxc/6Naz3ok3WdYKg+KK6AH+D4utg==
1265+
"@babel/plugin-transform-named-capturing-groups-regex@^7.16.8":
1266+
version "7.16.8"
1267+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz#7f860e0e40d844a02c9dcf9d84965e7dfd666252"
1268+
integrity sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==
12501269
dependencies:
12511270
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
12521271

@@ -1471,18 +1490,18 @@
14711490
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
14721491
"@babel/helper-plugin-utils" "^7.16.7"
14731492

1474-
"@babel/preset-env@7.16.7":
1475-
version "7.16.7"
1476-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.7.tgz#c491088856d0b3177822a2bf06cb74d76327aa56"
1477-
integrity sha512-urX3Cee4aOZbRWOSa3mKPk0aqDikfILuo+C7qq7HY0InylGNZ1fekq9jmlr3pLWwZHF4yD7heQooc2Pow2KMyQ==
1493+
"@babel/preset-env@7.16.8":
1494+
version "7.16.8"
1495+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.8.tgz#e682fa0bcd1cf49621d64a8956318ddfb9a05af9"
1496+
integrity sha512-9rNKgVCdwHb3z1IlbMyft6yIXIeP3xz6vWvGaLHrJThuEIqWfHb0DNBH9VuTgnDfdbUDhkmkvMZS/YMCtP7Elg==
14781497
dependencies:
1479-
"@babel/compat-data" "^7.16.4"
1498+
"@babel/compat-data" "^7.16.8"
14801499
"@babel/helper-compilation-targets" "^7.16.7"
14811500
"@babel/helper-plugin-utils" "^7.16.7"
14821501
"@babel/helper-validator-option" "^7.16.7"
14831502
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.7"
14841503
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.7"
1485-
"@babel/plugin-proposal-async-generator-functions" "^7.16.7"
1504+
"@babel/plugin-proposal-async-generator-functions" "^7.16.8"
14861505
"@babel/plugin-proposal-class-properties" "^7.16.7"
14871506
"@babel/plugin-proposal-class-static-block" "^7.16.7"
14881507
"@babel/plugin-proposal-dynamic-import" "^7.16.7"
@@ -1512,7 +1531,7 @@
15121531
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
15131532
"@babel/plugin-syntax-top-level-await" "^7.14.5"
15141533
"@babel/plugin-transform-arrow-functions" "^7.16.7"
1515-
"@babel/plugin-transform-async-to-generator" "^7.16.7"
1534+
"@babel/plugin-transform-async-to-generator" "^7.16.8"
15161535
"@babel/plugin-transform-block-scoped-functions" "^7.16.7"
15171536
"@babel/plugin-transform-block-scoping" "^7.16.7"
15181537
"@babel/plugin-transform-classes" "^7.16.7"
@@ -1526,10 +1545,10 @@
15261545
"@babel/plugin-transform-literals" "^7.16.7"
15271546
"@babel/plugin-transform-member-expression-literals" "^7.16.7"
15281547
"@babel/plugin-transform-modules-amd" "^7.16.7"
1529-
"@babel/plugin-transform-modules-commonjs" "^7.16.7"
1548+
"@babel/plugin-transform-modules-commonjs" "^7.16.8"
15301549
"@babel/plugin-transform-modules-systemjs" "^7.16.7"
15311550
"@babel/plugin-transform-modules-umd" "^7.16.7"
1532-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.16.7"
1551+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.16.8"
15331552
"@babel/plugin-transform-new-target" "^7.16.7"
15341553
"@babel/plugin-transform-object-super" "^7.16.7"
15351554
"@babel/plugin-transform-parameters" "^7.16.7"
@@ -1544,11 +1563,11 @@
15441563
"@babel/plugin-transform-unicode-escapes" "^7.16.7"
15451564
"@babel/plugin-transform-unicode-regex" "^7.16.7"
15461565
"@babel/preset-modules" "^0.1.5"
1547-
"@babel/types" "^7.16.7"
1566+
"@babel/types" "^7.16.8"
15481567
babel-plugin-polyfill-corejs2 "^0.3.0"
1549-
babel-plugin-polyfill-corejs3 "^0.4.0"
1568+
babel-plugin-polyfill-corejs3 "^0.5.0"
15501569
babel-plugin-polyfill-regenerator "^0.3.0"
1551-
core-js-compat "^3.19.1"
1570+
core-js-compat "^3.20.2"
15521571
semver "^6.3.0"
15531572

15541573
"@babel/preset-env@^7.12.11":
@@ -1663,10 +1682,10 @@
16631682
"@babel/plugin-transform-react-jsx-development" "^7.16.5"
16641683
"@babel/plugin-transform-react-pure-annotations" "^7.16.5"
16651684

1666-
"@babel/register@7.16.7":
1667-
version "7.16.7"
1668-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.16.7.tgz#e7b3a6015d1646677538672106bdb3a0b4a07657"
1669-
integrity sha512-Ft+cuxorVxFj4RrPDs9TbJNE7ZbuJTyazUC6jLWRvBQT/qIDZPMe7MHgjlrA+11+XDLh+I0Pnx7sxPp4LRhzcA==
1685+
"@babel/register@7.16.8":
1686+
version "7.16.8"
1687+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.16.8.tgz#bb688b9dc127d98bb54e37e1d817aed1165833b8"
1688+
integrity sha512-aoUj2ocH92k7qyyA59y07sUaCVxxS7VjNul/jR0mpAyYvpo6n5HELZmyUGtrgFm7/1b0UutT7I1w/4bAkXxCHA==
16701689
dependencies:
16711690
clone-deep "^4.0.1"
16721691
find-cache-dir "^2.0.0"
@@ -1731,6 +1750,22 @@
17311750
debug "^4.1.0"
17321751
globals "^11.1.0"
17331752

1753+
"@babel/traverse@^7.16.8":
1754+
version "7.16.8"
1755+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.8.tgz#bab2f2b09a5fe8a8d9cad22cbfe3ba1d126fef9c"
1756+
integrity sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ==
1757+
dependencies:
1758+
"@babel/code-frame" "^7.16.7"
1759+
"@babel/generator" "^7.16.8"
1760+
"@babel/helper-environment-visitor" "^7.16.7"
1761+
"@babel/helper-function-name" "^7.16.7"
1762+
"@babel/helper-hoist-variables" "^7.16.7"
1763+
"@babel/helper-split-export-declaration" "^7.16.7"
1764+
"@babel/parser" "^7.16.8"
1765+
"@babel/types" "^7.16.8"
1766+
debug "^4.1.0"
1767+
globals "^11.1.0"
1768+
17341769
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
17351770
version "7.16.0"
17361771
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -1747,6 +1782,14 @@
17471782
"@babel/helper-validator-identifier" "^7.16.7"
17481783
to-fast-properties "^2.0.0"
17491784

1785+
"@babel/types@^7.16.8":
1786+
version "7.16.8"
1787+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.8.tgz#0ba5da91dd71e0a4e7781a30f22770831062e3c1"
1788+
integrity sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg==
1789+
dependencies:
1790+
"@babel/helper-validator-identifier" "^7.16.7"
1791+
to-fast-properties "^2.0.0"
1792+
17501793
"@bcoe/v8-coverage@^0.2.3":
17511794
version "0.2.3"
17521795
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2729,6 +2772,14 @@ babel-plugin-polyfill-corejs3@^0.4.0:
27292772
"@babel/helper-define-polyfill-provider" "^0.3.0"
27302773
core-js-compat "^3.18.0"
27312774

2775+
babel-plugin-polyfill-corejs3@^0.5.0:
2776+
version "0.5.0"
2777+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.0.tgz#f81371be3fe499d39e074e272a1ef86533f3d268"
2778+
integrity sha512-Hcrgnmkf+4JTj73GbK3bBhlVPiLL47owUAnoJIf69Hakl3q+KfodbDXiZWGMM7iqCZTxCG3Z2VRfPNYES4rXqQ==
2779+
dependencies:
2780+
"@babel/helper-define-polyfill-provider" "^0.3.0"
2781+
core-js-compat "^3.20.0"
2782+
27322783
babel-plugin-polyfill-regenerator@^0.3.0:
27332784
version "0.3.0"
27342785
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.0.tgz#9ebbcd7186e1a33e21c5e20cae4e7983949533be"
@@ -3449,6 +3500,14 @@ core-js-compat@^3.18.0, core-js-compat@^3.19.1:
34493500
browserslist "^4.19.1"
34503501
semver "7.0.0"
34513502

3503+
core-js-compat@^3.20.0, core-js-compat@^3.20.2:
3504+
version "3.20.2"
3505+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.20.2.tgz#d1ff6936c7330959b46b2e08b122a8b14e26140b"
3506+
integrity sha512-qZEzVQ+5Qh6cROaTPFLNS4lkvQ6mBzE3R6A6EEpssj7Zr2egMHgsy4XapdifqJDGC9CBiNv7s+ejI96rLNQFdg==
3507+
dependencies:
3508+
browserslist "^4.19.1"
3509+
semver "7.0.0"
3510+
34523511
core-js@^2.0.0, core-js@^2.4.0:
34533512
version "2.6.12"
34543513
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"

0 commit comments

Comments
 (0)