Skip to content

Commit cd0c7a3

Browse files
committed
⬆️ deps: Upgrade babel monorepo to v7.18.10
1 parent 8eb8970 commit cd0c7a3

File tree

2 files changed

+135
-64
lines changed

2 files changed

+135
-64
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
},
6666
"dependencies": {},
6767
"devDependencies": {
68-
"@babel/core": "7.18.9",
69-
"@babel/preset-env": "7.18.9",
68+
"@babel/core": "7.18.10",
69+
"@babel/preset-env": "7.18.10",
7070
"@babel/register": "7.18.9",
7171
"@commitlint/cli": "17.0.3",
7272
"@js-library/commitlint-config": "0.0.4",

yarn.lock

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

31-
"@babel/compat-data@^7.18.8":
31+
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8":
3232
version "7.18.8"
3333
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d"
3434
integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
3535

36-
"@babel/core@7.18.9":
37-
version "7.18.9"
38-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.9.tgz#805461f967c77ff46c74ca0460ccf4fe933ddd59"
39-
integrity sha512-1LIb1eL8APMy91/IMW+31ckrfBM4yCoLaVzoDhZUKSM4cu1L1nIidyxkCgzPAgrC5WEz36IPEr/eSeSF9pIn+g==
36+
"@babel/core@7.18.10":
37+
version "7.18.10"
38+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.10.tgz#39ad504991d77f1f3da91be0b8b949a5bc466fb8"
39+
integrity sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw==
4040
dependencies:
4141
"@ampproject/remapping" "^2.1.0"
4242
"@babel/code-frame" "^7.18.6"
43-
"@babel/generator" "^7.18.9"
43+
"@babel/generator" "^7.18.10"
4444
"@babel/helper-compilation-targets" "^7.18.9"
4545
"@babel/helper-module-transforms" "^7.18.9"
4646
"@babel/helpers" "^7.18.9"
47-
"@babel/parser" "^7.18.9"
48-
"@babel/template" "^7.18.6"
49-
"@babel/traverse" "^7.18.9"
50-
"@babel/types" "^7.18.9"
47+
"@babel/parser" "^7.18.10"
48+
"@babel/template" "^7.18.10"
49+
"@babel/traverse" "^7.18.10"
50+
"@babel/types" "^7.18.10"
5151
convert-source-map "^1.7.0"
5252
debug "^4.1.0"
5353
gensync "^1.0.0-beta.2"
@@ -84,6 +84,15 @@
8484
jsesc "^2.5.1"
8585
source-map "^0.5.0"
8686

87+
"@babel/generator@^7.18.10":
88+
version "7.18.10"
89+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.10.tgz#794f328bfabdcbaf0ebf9bf91b5b57b61fa77a2a"
90+
integrity sha512-0+sW7e3HjQbiHbj1NeU/vN8ornohYlacAfZIaXhdoGweQqgcNy69COVciYYqEXJ/v+9OBA7Frxm4CVAuNqKeNA==
91+
dependencies:
92+
"@babel/types" "^7.18.10"
93+
"@jridgewell/gen-mapping" "^0.3.2"
94+
jsesc "^2.5.1"
95+
8796
"@babel/generator@^7.18.6":
8897
version "7.18.6"
8998
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.6.tgz#9ab2d46d3cbf631f0e80f72e72874a04c3fc12a9"
@@ -142,7 +151,7 @@
142151
browserslist "^4.17.5"
143152
semver "^6.3.0"
144153

145-
"@babel/helper-compilation-targets@^7.18.9":
154+
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9":
146155
version "7.18.9"
147156
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz#69e64f57b524cde3e5ff6cc5a9f4a387ee5563bf"
148157
integrity sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==
@@ -208,15 +217,13 @@
208217
resolve "^1.14.2"
209218
semver "^6.1.2"
210219

211-
"@babel/helper-define-polyfill-provider@^0.3.1":
212-
version "0.3.1"
213-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz#52411b445bdb2e676869e5a74960d2d3826d2665"
214-
integrity sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==
220+
"@babel/helper-define-polyfill-provider@^0.3.2":
221+
version "0.3.2"
222+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.2.tgz#bd10d0aca18e8ce012755395b05a79f45eca5073"
223+
integrity sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg==
215224
dependencies:
216-
"@babel/helper-compilation-targets" "^7.13.0"
217-
"@babel/helper-module-imports" "^7.12.13"
218-
"@babel/helper-plugin-utils" "^7.13.0"
219-
"@babel/traverse" "^7.13.0"
225+
"@babel/helper-compilation-targets" "^7.17.7"
226+
"@babel/helper-plugin-utils" "^7.16.7"
220227
debug "^4.1.1"
221228
lodash.debounce "^4.0.8"
222229
resolve "^1.14.2"
@@ -395,16 +402,16 @@
395402
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.5.tgz#afe37a45f39fce44a3d50a7958129ea5b1a5c074"
396403
integrity sha512-59KHWHXxVA9K4HNF4sbHCf+eJeFe0Te/ZFGqBT4OjXhrwvA04sGfaEGsVTdsjoszq0YTP49RC9UKe5g8uN2RwQ==
397404

405+
"@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.9":
406+
version "7.18.9"
407+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz#4b8aea3b069d8cb8a72cdfe28ddf5ceca695ef2f"
408+
integrity sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==
409+
398410
"@babel/helper-plugin-utils@^7.18.6":
399411
version "7.18.6"
400412
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.6.tgz#9448974dd4fb1d80fefe72e8a0af37809cd30d6d"
401413
integrity sha512-gvZnm1YAAxh13eJdkb9EWHBnF3eAub3XTLCZEehHT2kWxiKVRL64+ae5Y6Ivne0mVHmMYKT+xWgZO+gQhuLUBg==
402414

403-
"@babel/helper-plugin-utils@^7.18.9":
404-
version "7.18.9"
405-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz#4b8aea3b069d8cb8a72cdfe28ddf5ceca695ef2f"
406-
integrity sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==
407-
408415
"@babel/helper-remap-async-to-generator@^7.16.5":
409416
version "7.16.5"
410417
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.5.tgz#e706646dc4018942acb4b29f7e185bc246d65ac3"
@@ -424,6 +431,16 @@
424431
"@babel/helper-wrap-function" "^7.18.6"
425432
"@babel/types" "^7.18.6"
426433

434+
"@babel/helper-remap-async-to-generator@^7.18.9":
435+
version "7.18.9"
436+
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz#997458a0e3357080e54e1d79ec347f8a8cd28519"
437+
integrity sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==
438+
dependencies:
439+
"@babel/helper-annotate-as-pure" "^7.18.6"
440+
"@babel/helper-environment-visitor" "^7.18.9"
441+
"@babel/helper-wrap-function" "^7.18.9"
442+
"@babel/types" "^7.18.9"
443+
427444
"@babel/helper-replace-supers@^7.16.5":
428445
version "7.16.5"
429446
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.5.tgz#96d3988bd0ab0a2d22c88c6198c3d3234ca25326"
@@ -499,6 +516,11 @@
499516
dependencies:
500517
"@babel/types" "^7.18.6"
501518

519+
"@babel/helper-string-parser@^7.18.10":
520+
version "7.18.10"
521+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
522+
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
523+
502524
"@babel/helper-validator-identifier@^7.15.7":
503525
version "7.15.7"
504526
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
@@ -539,6 +561,16 @@
539561
"@babel/traverse" "^7.18.6"
540562
"@babel/types" "^7.18.6"
541563

564+
"@babel/helper-wrap-function@^7.18.9":
565+
version "7.18.10"
566+
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.18.10.tgz#a7fcd3ab9b1be4c9b52cf7d7fdc1e88c2ce93396"
567+
integrity sha512-95NLBP59VWdfK2lyLKe6eTMq9xg+yWKzxzxbJ1wcYNi1Auz200+83fMDADjRxBvc2QQor5zja2yTQzXGhk2GtQ==
568+
dependencies:
569+
"@babel/helper-function-name" "^7.18.9"
570+
"@babel/template" "^7.18.10"
571+
"@babel/traverse" "^7.18.10"
572+
"@babel/types" "^7.18.10"
573+
542574
"@babel/helpers@^7.16.5":
543575
version "7.16.5"
544576
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.5.tgz#29a052d4b827846dd76ece16f565b9634c554ebd"
@@ -580,6 +612,11 @@
580612
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.6.tgz#8f194828193e8fa79166f34a4b4e52f3e769a314"
581613
integrity sha512-Gr86ujcNuPDnNOY8mi383Hvi8IYrJVJYuf3XcuBM/Dgd+bINn/7tHqsj+tKkoreMbmGsFLsltI/JJd8fOFWGDQ==
582614

615+
"@babel/parser@^7.18.10":
616+
version "7.18.10"
617+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.10.tgz#94b5f8522356e69e8277276adf67ed280c90ecc1"
618+
integrity sha512-TYk3OA0HKL6qNryUayb5UUEhM/rkOQozIBEA5ITXh5DWrSp0TlUQXMyZmnWxG/DizSWBeeQ0Zbc5z8UGaaqoeg==
619+
583620
"@babel/parser@^7.18.6":
584621
version "7.18.6"
585622
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.6.tgz#845338edecad65ebffef058d3be851f1d28a63bc"
@@ -631,14 +668,14 @@
631668
"@babel/helper-remap-async-to-generator" "^7.16.5"
632669
"@babel/plugin-syntax-async-generators" "^7.8.4"
633670

634-
"@babel/plugin-proposal-async-generator-functions@^7.18.6":
635-
version "7.18.6"
636-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.6.tgz#aedac81e6fc12bb643374656dd5f2605bf743d17"
637-
integrity sha512-WAz4R9bvozx4qwf74M+sfqPMKfSqwM0phxPTR6iJIi8robgzXwkEgmeJG1gEKhm6sDqT/U9aV3lfcqybIpev8w==
671+
"@babel/plugin-proposal-async-generator-functions@^7.18.10":
672+
version "7.18.10"
673+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.10.tgz#85ea478c98b0095c3e4102bff3b67d306ed24952"
674+
integrity sha512-1mFuY2TOsR1hxbjCo4QL+qlIjV07p4H4EUYw2J/WCqsvFV6V9X9z9YhXbWndc/4fw+hYGlDT7egYxliMp5O6Ew==
638675
dependencies:
639-
"@babel/helper-environment-visitor" "^7.18.6"
640-
"@babel/helper-plugin-utils" "^7.18.6"
641-
"@babel/helper-remap-async-to-generator" "^7.18.6"
676+
"@babel/helper-environment-visitor" "^7.18.9"
677+
"@babel/helper-plugin-utils" "^7.18.9"
678+
"@babel/helper-remap-async-to-generator" "^7.18.9"
642679
"@babel/plugin-syntax-async-generators" "^7.8.4"
643680

644681
"@babel/plugin-proposal-class-properties@7.12.1":
@@ -1532,12 +1569,12 @@
15321569
dependencies:
15331570
"@babel/helper-plugin-utils" "^7.16.5"
15341571

1535-
"@babel/plugin-transform-unicode-escapes@^7.18.6":
1536-
version "7.18.6"
1537-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.6.tgz#0d01fb7fb2243ae1c033f65f6e3b4be78db75f27"
1538-
integrity sha512-XNRwQUXYMP7VLuy54cr/KS/WeL3AZeORhrmeZ7iewgu+X2eBqmpaLI/hzqr9ZxCeUoq0ASK4GUzSM0BDhZkLFw==
1572+
"@babel/plugin-transform-unicode-escapes@^7.18.10":
1573+
version "7.18.10"
1574+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz#1ecfb0eda83d09bbcb77c09970c2dd55832aa246"
1575+
integrity sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==
15391576
dependencies:
1540-
"@babel/helper-plugin-utils" "^7.18.6"
1577+
"@babel/helper-plugin-utils" "^7.18.9"
15411578

15421579
"@babel/plugin-transform-unicode-regex@^7.16.5":
15431580
version "7.16.5"
@@ -1555,18 +1592,18 @@
15551592
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
15561593
"@babel/helper-plugin-utils" "^7.18.6"
15571594

1558-
"@babel/preset-env@7.18.9":
1559-
version "7.18.9"
1560-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.9.tgz#9b3425140d724fbe590322017466580844c7eaff"
1561-
integrity sha512-75pt/q95cMIHWssYtyfjVlvI+QEZQThQbKvR9xH+F/Agtw/s4Wfc2V9Bwd/P39VtixB7oWxGdH4GteTTwYJWMg==
1595+
"@babel/preset-env@7.18.10":
1596+
version "7.18.10"
1597+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.10.tgz#83b8dfe70d7eea1aae5a10635ab0a5fe60dfc0f4"
1598+
integrity sha512-wVxs1yjFdW3Z/XkNfXKoblxoHgbtUF7/l3PvvP4m02Qz9TZ6uZGxRVYjSQeR87oQmHco9zWitW5J82DJ7sCjvA==
15621599
dependencies:
15631600
"@babel/compat-data" "^7.18.8"
15641601
"@babel/helper-compilation-targets" "^7.18.9"
15651602
"@babel/helper-plugin-utils" "^7.18.9"
15661603
"@babel/helper-validator-option" "^7.18.6"
15671604
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
15681605
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9"
1569-
"@babel/plugin-proposal-async-generator-functions" "^7.18.6"
1606+
"@babel/plugin-proposal-async-generator-functions" "^7.18.10"
15701607
"@babel/plugin-proposal-class-properties" "^7.18.6"
15711608
"@babel/plugin-proposal-class-static-block" "^7.18.6"
15721609
"@babel/plugin-proposal-dynamic-import" "^7.18.6"
@@ -1626,13 +1663,13 @@
16261663
"@babel/plugin-transform-sticky-regex" "^7.18.6"
16271664
"@babel/plugin-transform-template-literals" "^7.18.9"
16281665
"@babel/plugin-transform-typeof-symbol" "^7.18.9"
1629-
"@babel/plugin-transform-unicode-escapes" "^7.18.6"
1666+
"@babel/plugin-transform-unicode-escapes" "^7.18.10"
16301667
"@babel/plugin-transform-unicode-regex" "^7.18.6"
16311668
"@babel/preset-modules" "^0.1.5"
1632-
"@babel/types" "^7.18.9"
1633-
babel-plugin-polyfill-corejs2 "^0.3.1"
1634-
babel-plugin-polyfill-corejs3 "^0.5.2"
1635-
babel-plugin-polyfill-regenerator "^0.3.1"
1669+
"@babel/types" "^7.18.10"
1670+
babel-plugin-polyfill-corejs2 "^0.3.2"
1671+
babel-plugin-polyfill-corejs3 "^0.5.3"
1672+
babel-plugin-polyfill-regenerator "^0.4.0"
16361673
core-js-compat "^3.22.1"
16371674
semver "^6.3.0"
16381675

@@ -1775,6 +1812,15 @@
17751812
"@babel/parser" "^7.16.0"
17761813
"@babel/types" "^7.16.0"
17771814

1815+
"@babel/template@^7.18.10":
1816+
version "7.18.10"
1817+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
1818+
integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==
1819+
dependencies:
1820+
"@babel/code-frame" "^7.18.6"
1821+
"@babel/parser" "^7.18.10"
1822+
"@babel/types" "^7.18.10"
1823+
17781824
"@babel/template@^7.18.6":
17791825
version "7.18.6"
17801826
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31"
@@ -1800,6 +1846,22 @@
18001846
debug "^4.1.0"
18011847
globals "^11.1.0"
18021848

1849+
"@babel/traverse@^7.18.10":
1850+
version "7.18.10"
1851+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.10.tgz#37ad97d1cb00efa869b91dd5d1950f8a6cf0cb08"
1852+
integrity sha512-J7ycxg0/K9XCtLyHf0cz2DqDihonJeIo+z+HEdRe9YuT8TY4A66i+Ab2/xZCEW7Ro60bPCBBfqqboHSamoV3+g==
1853+
dependencies:
1854+
"@babel/code-frame" "^7.18.6"
1855+
"@babel/generator" "^7.18.10"
1856+
"@babel/helper-environment-visitor" "^7.18.9"
1857+
"@babel/helper-function-name" "^7.18.9"
1858+
"@babel/helper-hoist-variables" "^7.18.6"
1859+
"@babel/helper-split-export-declaration" "^7.18.6"
1860+
"@babel/parser" "^7.18.10"
1861+
"@babel/types" "^7.18.10"
1862+
debug "^4.1.0"
1863+
globals "^11.1.0"
1864+
18031865
"@babel/traverse@^7.18.6":
18041866
version "7.18.6"
18051867
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.6.tgz#a228562d2f46e89258efa4ddd0416942e2fd671d"
@@ -1840,6 +1902,15 @@
18401902
"@babel/helper-validator-identifier" "^7.15.7"
18411903
to-fast-properties "^2.0.0"
18421904

1905+
"@babel/types@^7.18.10":
1906+
version "7.18.10"
1907+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.10.tgz#4908e81b6b339ca7c6b7a555a5fc29446f26dde6"
1908+
integrity sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ==
1909+
dependencies:
1910+
"@babel/helper-string-parser" "^7.18.10"
1911+
"@babel/helper-validator-identifier" "^7.18.6"
1912+
to-fast-properties "^2.0.0"
1913+
18431914
"@babel/types@^7.18.6":
18441915
version "7.18.6"
18451916
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.6.tgz#5d781dd10a3f0c9f1f931bd19de5eb26ec31acf0"
@@ -2904,13 +2975,13 @@ babel-plugin-polyfill-corejs2@^0.3.0:
29042975
"@babel/helper-define-polyfill-provider" "^0.3.0"
29052976
semver "^6.1.1"
29062977

2907-
babel-plugin-polyfill-corejs2@^0.3.1:
2908-
version "0.3.1"
2909-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz#440f1b70ccfaabc6b676d196239b138f8a2cfba5"
2910-
integrity sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==
2978+
babel-plugin-polyfill-corejs2@^0.3.2:
2979+
version "0.3.2"
2980+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz#e4c31d4c89b56f3cf85b92558954c66b54bd972d"
2981+
integrity sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==
29112982
dependencies:
2912-
"@babel/compat-data" "^7.13.11"
2913-
"@babel/helper-define-polyfill-provider" "^0.3.1"
2983+
"@babel/compat-data" "^7.17.7"
2984+
"@babel/helper-define-polyfill-provider" "^0.3.2"
29142985
semver "^6.1.1"
29152986

29162987
babel-plugin-polyfill-corejs3@^0.4.0:
@@ -2921,12 +2992,12 @@ babel-plugin-polyfill-corejs3@^0.4.0:
29212992
"@babel/helper-define-polyfill-provider" "^0.3.0"
29222993
core-js-compat "^3.18.0"
29232994

2924-
babel-plugin-polyfill-corejs3@^0.5.2:
2925-
version "0.5.2"
2926-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz#aabe4b2fa04a6e038b688c5e55d44e78cd3a5f72"
2927-
integrity sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==
2995+
babel-plugin-polyfill-corejs3@^0.5.3:
2996+
version "0.5.3"
2997+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz#d7e09c9a899079d71a8b670c6181af56ec19c5c7"
2998+
integrity sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==
29282999
dependencies:
2929-
"@babel/helper-define-polyfill-provider" "^0.3.1"
3000+
"@babel/helper-define-polyfill-provider" "^0.3.2"
29303001
core-js-compat "^3.21.0"
29313002

29323003
babel-plugin-polyfill-regenerator@^0.3.0:
@@ -2936,12 +3007,12 @@ babel-plugin-polyfill-regenerator@^0.3.0:
29363007
dependencies:
29373008
"@babel/helper-define-polyfill-provider" "^0.3.0"
29383009

2939-
babel-plugin-polyfill-regenerator@^0.3.1:
2940-
version "0.3.1"
2941-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz#2c0678ea47c75c8cc2fbb1852278d8fb68233990"
2942-
integrity sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==
3010+
babel-plugin-polyfill-regenerator@^0.4.0:
3011+
version "0.4.0"
3012+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.0.tgz#8f51809b6d5883e07e71548d75966ff7635527fe"
3013+
integrity sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw==
29433014
dependencies:
2944-
"@babel/helper-define-polyfill-provider" "^0.3.1"
3015+
"@babel/helper-define-polyfill-provider" "^0.3.2"
29453016

29463017
babel-plugin-transform-async-to-promises@^0.8.15:
29473018
version "0.8.17"

0 commit comments

Comments
 (0)