Skip to content

Commit ac63d18

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade babel monorepo to v7.16.8
1 parent 966385d commit ac63d18

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
@@ -64,8 +64,8 @@
6464
"dependencies": {},
6565
"devDependencies": {
6666
"@babel/core": "7.16.7",
67-
"@babel/preset-env": "7.16.7",
68-
"@babel/register": "7.16.7",
67+
"@babel/preset-env": "7.16.8",
68+
"@babel/register": "7.16.8",
6969
"@combinatorics/factorial": "0.0.2",
7070
"@commitlint/cli": "16.0.2",
7171
"@comparison-sorting/is-sorted": "0.0.1",

yarn.lock

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

24+
"@babel/compat-data@^7.16.8":
25+
version "7.16.8"
26+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60"
27+
integrity sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==
28+
2429
"@babel/core@7.16.7":
2530
version "7.16.7"
2631
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.7.tgz#db990f931f6d40cb9b87a0dc7d2adc749f1dcbcf"
@@ -90,6 +95,15 @@
9095
jsesc "^2.5.1"
9196
source-map "^0.5.0"
9297

98+
"@babel/generator@^7.16.8":
99+
version "7.16.8"
100+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.8.tgz#359d44d966b8cd059d543250ce79596f792f2ebe"
101+
integrity sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw==
102+
dependencies:
103+
"@babel/types" "^7.16.8"
104+
jsesc "^2.5.1"
105+
source-map "^0.5.0"
106+
93107
"@babel/helper-annotate-as-pure@^7.16.0":
94108
version "7.16.0"
95109
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
@@ -359,14 +373,14 @@
359373
"@babel/helper-wrap-function" "^7.16.5"
360374
"@babel/types" "^7.16.0"
361375

362-
"@babel/helper-remap-async-to-generator@^7.16.7":
363-
version "7.16.7"
364-
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.7.tgz#5ce2416990d55eb6e099128338848ae8ffa58a9a"
365-
integrity sha512-C3o117GnP/j/N2OWo+oepeWbFEKRfNaay+F1Eo5Mj3A1SRjyx+qaFhm23nlipub7Cjv2azdUUiDH+VlpdwUFRg==
376+
"@babel/helper-remap-async-to-generator@^7.16.8":
377+
version "7.16.8"
378+
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz#29ffaade68a367e2ed09c90901986918d25e57e3"
379+
integrity sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw==
366380
dependencies:
367381
"@babel/helper-annotate-as-pure" "^7.16.7"
368-
"@babel/helper-wrap-function" "^7.16.7"
369-
"@babel/types" "^7.16.7"
382+
"@babel/helper-wrap-function" "^7.16.8"
383+
"@babel/types" "^7.16.8"
370384

371385
"@babel/helper-replace-supers@^7.16.5":
372386
version "7.16.5"
@@ -455,15 +469,15 @@
455469
"@babel/traverse" "^7.16.5"
456470
"@babel/types" "^7.16.0"
457471

458-
"@babel/helper-wrap-function@^7.16.7":
459-
version "7.16.7"
460-
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.16.7.tgz#8ddf9eaa770ed43de4bc3687f3f3b0d6d5ecf014"
461-
integrity sha512-7a9sABeVwcunnztZZ7WTgSw6jVYLzM1wua0Z4HIXm9S3/HC96WKQTkFgGEaj5W06SHHihPJ6Le6HzS5cGOQMNw==
472+
"@babel/helper-wrap-function@^7.16.8":
473+
version "7.16.8"
474+
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz#58afda087c4cd235de92f7ceedebca2c41274200"
475+
integrity sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==
462476
dependencies:
463477
"@babel/helper-function-name" "^7.16.7"
464478
"@babel/template" "^7.16.7"
465-
"@babel/traverse" "^7.16.7"
466-
"@babel/types" "^7.16.7"
479+
"@babel/traverse" "^7.16.8"
480+
"@babel/types" "^7.16.8"
467481

468482
"@babel/helpers@^7.16.5":
469483
version "7.16.5"
@@ -511,6 +525,11 @@
511525
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.7.tgz#d372dda9c89fcec340a82630a9f533f2fe15877e"
512526
integrity sha512-sR4eaSrnM7BV7QPzGfEX5paG/6wrZM3I0HDzfIAK06ESvo9oy3xBuVBxE3MbQaKNhvg8g/ixjMWo2CGpzpHsDA==
513527

528+
"@babel/parser@^7.16.8":
529+
version "7.16.8"
530+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.8.tgz#61c243a3875f7d0b0962b0543a33ece6ff2f1f17"
531+
integrity sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==
532+
514533
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
515534
version "7.16.2"
516535
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"
@@ -552,13 +571,13 @@
552571
"@babel/helper-remap-async-to-generator" "^7.16.5"
553572
"@babel/plugin-syntax-async-generators" "^7.8.4"
554573

555-
"@babel/plugin-proposal-async-generator-functions@^7.16.7":
556-
version "7.16.7"
557-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.7.tgz#739adc1212a9e4892de440cd7dfffb06172df78d"
558-
integrity sha512-TTXBT3A5c11eqRzaC6beO6rlFT3Mo9C2e8eB44tTr52ESXSK2CIc2fOp1ynpAwQA8HhBMho+WXhMHWlAe3xkpw==
574+
"@babel/plugin-proposal-async-generator-functions@^7.16.8":
575+
version "7.16.8"
576+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz#3bdd1ebbe620804ea9416706cd67d60787504bc8"
577+
integrity sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==
559578
dependencies:
560579
"@babel/helper-plugin-utils" "^7.16.7"
561-
"@babel/helper-remap-async-to-generator" "^7.16.7"
580+
"@babel/helper-remap-async-to-generator" "^7.16.8"
562581
"@babel/plugin-syntax-async-generators" "^7.8.4"
563582

564583
"@babel/plugin-proposal-class-properties@7.12.1":
@@ -949,14 +968,14 @@
949968
"@babel/helper-plugin-utils" "^7.16.5"
950969
"@babel/helper-remap-async-to-generator" "^7.16.5"
951970

952-
"@babel/plugin-transform-async-to-generator@^7.16.7":
953-
version "7.16.7"
954-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.7.tgz#646e1262ac341b587ff5449844d4492dbb10ac4b"
955-
integrity sha512-pFEfjnK4DfXCfAlA5I98BYdDJD8NltMzx19gt6DAmfE+2lXRfPUoa0/5SUjT4+TDE1W/rcxU/1lgN55vpAjjdg==
971+
"@babel/plugin-transform-async-to-generator@^7.16.8":
972+
version "7.16.8"
973+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz#b83dff4b970cf41f1b819f8b49cc0cfbaa53a808"
974+
integrity sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==
956975
dependencies:
957976
"@babel/helper-module-imports" "^7.16.7"
958977
"@babel/helper-plugin-utils" "^7.16.7"
959-
"@babel/helper-remap-async-to-generator" "^7.16.7"
978+
"@babel/helper-remap-async-to-generator" "^7.16.8"
960979

961980
"@babel/plugin-transform-block-scoped-functions@^7.16.5":
962981
version "7.16.5"
@@ -1183,10 +1202,10 @@
11831202
"@babel/helper-simple-access" "^7.16.0"
11841203
babel-plugin-dynamic-import-node "^2.3.3"
11851204

1186-
"@babel/plugin-transform-modules-commonjs@^7.16.7":
1187-
version "7.16.7"
1188-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.7.tgz#fd119e6a433c527d368425b45df361e1e95d3c1a"
1189-
integrity sha512-h2RP2kE7He1ZWKyAlanMZrAbdv+Acw1pA8dQZhE025WJZE2z0xzFADAinXA9fxd5bn7JnM+SdOGcndGx1ARs9w==
1205+
"@babel/plugin-transform-modules-commonjs@^7.16.8":
1206+
version "7.16.8"
1207+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz#cdee19aae887b16b9d331009aa9a219af7c86afe"
1208+
integrity sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==
11901209
dependencies:
11911210
"@babel/helper-module-transforms" "^7.16.7"
11921211
"@babel/helper-plugin-utils" "^7.16.7"
@@ -1238,10 +1257,10 @@
12381257
dependencies:
12391258
"@babel/helper-create-regexp-features-plugin" "^7.16.0"
12401259

1241-
"@babel/plugin-transform-named-capturing-groups-regex@^7.16.7":
1242-
version "7.16.7"
1243-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.7.tgz#749d90d94e73cf62c60a0cc8d6b94d29305a81f2"
1244-
integrity sha512-kFy35VwmwIQwCjwrAQhl3+c/kr292i4KdLPKp5lPH03Ltc51qnFlIADoyPxc/6Naz3ok3WdYKg+KK6AH+D4utg==
1260+
"@babel/plugin-transform-named-capturing-groups-regex@^7.16.8":
1261+
version "7.16.8"
1262+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz#7f860e0e40d844a02c9dcf9d84965e7dfd666252"
1263+
integrity sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==
12451264
dependencies:
12461265
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
12471266

@@ -1466,18 +1485,18 @@
14661485
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
14671486
"@babel/helper-plugin-utils" "^7.16.7"
14681487

1469-
"@babel/preset-env@7.16.7":
1470-
version "7.16.7"
1471-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.7.tgz#c491088856d0b3177822a2bf06cb74d76327aa56"
1472-
integrity sha512-urX3Cee4aOZbRWOSa3mKPk0aqDikfILuo+C7qq7HY0InylGNZ1fekq9jmlr3pLWwZHF4yD7heQooc2Pow2KMyQ==
1488+
"@babel/preset-env@7.16.8":
1489+
version "7.16.8"
1490+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.8.tgz#e682fa0bcd1cf49621d64a8956318ddfb9a05af9"
1491+
integrity sha512-9rNKgVCdwHb3z1IlbMyft6yIXIeP3xz6vWvGaLHrJThuEIqWfHb0DNBH9VuTgnDfdbUDhkmkvMZS/YMCtP7Elg==
14731492
dependencies:
1474-
"@babel/compat-data" "^7.16.4"
1493+
"@babel/compat-data" "^7.16.8"
14751494
"@babel/helper-compilation-targets" "^7.16.7"
14761495
"@babel/helper-plugin-utils" "^7.16.7"
14771496
"@babel/helper-validator-option" "^7.16.7"
14781497
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.7"
14791498
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.7"
1480-
"@babel/plugin-proposal-async-generator-functions" "^7.16.7"
1499+
"@babel/plugin-proposal-async-generator-functions" "^7.16.8"
14811500
"@babel/plugin-proposal-class-properties" "^7.16.7"
14821501
"@babel/plugin-proposal-class-static-block" "^7.16.7"
14831502
"@babel/plugin-proposal-dynamic-import" "^7.16.7"
@@ -1507,7 +1526,7 @@
15071526
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
15081527
"@babel/plugin-syntax-top-level-await" "^7.14.5"
15091528
"@babel/plugin-transform-arrow-functions" "^7.16.7"
1510-
"@babel/plugin-transform-async-to-generator" "^7.16.7"
1529+
"@babel/plugin-transform-async-to-generator" "^7.16.8"
15111530
"@babel/plugin-transform-block-scoped-functions" "^7.16.7"
15121531
"@babel/plugin-transform-block-scoping" "^7.16.7"
15131532
"@babel/plugin-transform-classes" "^7.16.7"
@@ -1521,10 +1540,10 @@
15211540
"@babel/plugin-transform-literals" "^7.16.7"
15221541
"@babel/plugin-transform-member-expression-literals" "^7.16.7"
15231542
"@babel/plugin-transform-modules-amd" "^7.16.7"
1524-
"@babel/plugin-transform-modules-commonjs" "^7.16.7"
1543+
"@babel/plugin-transform-modules-commonjs" "^7.16.8"
15251544
"@babel/plugin-transform-modules-systemjs" "^7.16.7"
15261545
"@babel/plugin-transform-modules-umd" "^7.16.7"
1527-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.16.7"
1546+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.16.8"
15281547
"@babel/plugin-transform-new-target" "^7.16.7"
15291548
"@babel/plugin-transform-object-super" "^7.16.7"
15301549
"@babel/plugin-transform-parameters" "^7.16.7"
@@ -1539,11 +1558,11 @@
15391558
"@babel/plugin-transform-unicode-escapes" "^7.16.7"
15401559
"@babel/plugin-transform-unicode-regex" "^7.16.7"
15411560
"@babel/preset-modules" "^0.1.5"
1542-
"@babel/types" "^7.16.7"
1561+
"@babel/types" "^7.16.8"
15431562
babel-plugin-polyfill-corejs2 "^0.3.0"
1544-
babel-plugin-polyfill-corejs3 "^0.4.0"
1563+
babel-plugin-polyfill-corejs3 "^0.5.0"
15451564
babel-plugin-polyfill-regenerator "^0.3.0"
1546-
core-js-compat "^3.19.1"
1565+
core-js-compat "^3.20.2"
15471566
semver "^6.3.0"
15481567

15491568
"@babel/preset-env@^7.12.11":
@@ -1658,10 +1677,10 @@
16581677
"@babel/plugin-transform-react-jsx-development" "^7.16.5"
16591678
"@babel/plugin-transform-react-pure-annotations" "^7.16.5"
16601679

1661-
"@babel/register@7.16.7":
1662-
version "7.16.7"
1663-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.16.7.tgz#e7b3a6015d1646677538672106bdb3a0b4a07657"
1664-
integrity sha512-Ft+cuxorVxFj4RrPDs9TbJNE7ZbuJTyazUC6jLWRvBQT/qIDZPMe7MHgjlrA+11+XDLh+I0Pnx7sxPp4LRhzcA==
1680+
"@babel/register@7.16.8":
1681+
version "7.16.8"
1682+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.16.8.tgz#bb688b9dc127d98bb54e37e1d817aed1165833b8"
1683+
integrity sha512-aoUj2ocH92k7qyyA59y07sUaCVxxS7VjNul/jR0mpAyYvpo6n5HELZmyUGtrgFm7/1b0UutT7I1w/4bAkXxCHA==
16651684
dependencies:
16661685
clone-deep "^4.0.1"
16671686
find-cache-dir "^2.0.0"
@@ -1726,6 +1745,22 @@
17261745
debug "^4.1.0"
17271746
globals "^11.1.0"
17281747

1748+
"@babel/traverse@^7.16.8":
1749+
version "7.16.8"
1750+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.8.tgz#bab2f2b09a5fe8a8d9cad22cbfe3ba1d126fef9c"
1751+
integrity sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ==
1752+
dependencies:
1753+
"@babel/code-frame" "^7.16.7"
1754+
"@babel/generator" "^7.16.8"
1755+
"@babel/helper-environment-visitor" "^7.16.7"
1756+
"@babel/helper-function-name" "^7.16.7"
1757+
"@babel/helper-hoist-variables" "^7.16.7"
1758+
"@babel/helper-split-export-declaration" "^7.16.7"
1759+
"@babel/parser" "^7.16.8"
1760+
"@babel/types" "^7.16.8"
1761+
debug "^4.1.0"
1762+
globals "^11.1.0"
1763+
17291764
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
17301765
version "7.16.0"
17311766
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -1742,6 +1777,14 @@
17421777
"@babel/helper-validator-identifier" "^7.16.7"
17431778
to-fast-properties "^2.0.0"
17441779

1780+
"@babel/types@^7.16.8":
1781+
version "7.16.8"
1782+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.8.tgz#0ba5da91dd71e0a4e7781a30f22770831062e3c1"
1783+
integrity sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg==
1784+
dependencies:
1785+
"@babel/helper-validator-identifier" "^7.16.7"
1786+
to-fast-properties "^2.0.0"
1787+
17451788
"@bcoe/v8-coverage@^0.2.3":
17461789
version "0.2.3"
17471790
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2802,6 +2845,14 @@ babel-plugin-polyfill-corejs3@^0.4.0:
28022845
"@babel/helper-define-polyfill-provider" "^0.3.0"
28032846
core-js-compat "^3.18.0"
28042847

2848+
babel-plugin-polyfill-corejs3@^0.5.0:
2849+
version "0.5.0"
2850+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.0.tgz#f81371be3fe499d39e074e272a1ef86533f3d268"
2851+
integrity sha512-Hcrgnmkf+4JTj73GbK3bBhlVPiLL47owUAnoJIf69Hakl3q+KfodbDXiZWGMM7iqCZTxCG3Z2VRfPNYES4rXqQ==
2852+
dependencies:
2853+
"@babel/helper-define-polyfill-provider" "^0.3.0"
2854+
core-js-compat "^3.20.0"
2855+
28052856
babel-plugin-polyfill-regenerator@^0.3.0:
28062857
version "0.3.0"
28072858
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.0.tgz#9ebbcd7186e1a33e21c5e20cae4e7983949533be"
@@ -3522,6 +3573,14 @@ core-js-compat@^3.18.0, core-js-compat@^3.19.1:
35223573
browserslist "^4.19.1"
35233574
semver "7.0.0"
35243575

3576+
core-js-compat@^3.20.0, core-js-compat@^3.20.2:
3577+
version "3.20.2"
3578+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.20.2.tgz#d1ff6936c7330959b46b2e08b122a8b14e26140b"
3579+
integrity sha512-qZEzVQ+5Qh6cROaTPFLNS4lkvQ6mBzE3R6A6EEpssj7Zr2egMHgsy4XapdifqJDGC9CBiNv7s+ejI96rLNQFdg==
3580+
dependencies:
3581+
browserslist "^4.19.1"
3582+
semver "7.0.0"
3583+
35253584
core-js@^2.0.0, core-js@^2.4.0:
35263585
version "2.6.12"
35273586
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"

0 commit comments

Comments
 (0)