Skip to content

Commit be03af5

Browse files
chore: update babel monorepo to v7.16.10 (#2983)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 0a0848d commit be03af5

File tree

1 file changed

+73
-43
lines changed

1 file changed

+73
-43
lines changed

yarn.lock

+73-43
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,28 @@
4747
semver "^6.3.0"
4848
source-map "^0.5.0"
4949

50-
"@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.8.0":
50+
"@babel/core@^7.12.10":
51+
version "7.16.10"
52+
resolved "https://registry.npmjs.org/@babel/core/-/core-7.16.10.tgz#ebd034f8e7ac2b6bfcdaa83a161141a646f74b50"
53+
integrity sha512-pbiIdZbCiMx/MM6toR+OfXarYix3uz0oVsnNtfdAGTcCTu3w/JGF8JhirevXLBJUu0WguSZI12qpKnx7EeMyLA==
54+
dependencies:
55+
"@babel/code-frame" "^7.16.7"
56+
"@babel/generator" "^7.16.8"
57+
"@babel/helper-compilation-targets" "^7.16.7"
58+
"@babel/helper-module-transforms" "^7.16.7"
59+
"@babel/helpers" "^7.16.7"
60+
"@babel/parser" "^7.16.10"
61+
"@babel/template" "^7.16.7"
62+
"@babel/traverse" "^7.16.10"
63+
"@babel/types" "^7.16.8"
64+
convert-source-map "^1.7.0"
65+
debug "^4.1.0"
66+
gensync "^1.0.0-beta.2"
67+
json5 "^2.1.2"
68+
semver "^6.3.0"
69+
source-map "^0.5.0"
70+
71+
"@babel/core@^7.12.3", "@babel/core@^7.8.0":
5172
version "7.16.7"
5273
resolved "https://registry.npmjs.org/@babel/core/-/core-7.16.7.tgz#db990f931f6d40cb9b87a0dc7d2adc749f1dcbcf"
5374
integrity sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==
@@ -140,9 +161,9 @@
140161
semver "^6.3.0"
141162

142163
"@babel/helper-create-class-features-plugin@^7.16.7":
143-
version "7.16.7"
144-
resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.7.tgz#9c5b34b53a01f2097daf10678d65135c1b9f84ba"
145-
integrity sha512-kIFozAvVfK05DM4EVQYKK+zteWvY85BFdGBRQBytRyY3y+6PX0DkDOn/CZ3lEuczCfrCxEzwt0YtP/87YPTWSw==
164+
version "7.16.10"
165+
resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.10.tgz#8a6959b9cc818a88815ba3c5474619e9c0f2c21c"
166+
integrity sha512-wDeej0pu3WN/ffTxMNCPW5UCiOav8IcLRxSIyp/9+IF2xJUM9h/OYjg0IJLHaL6F8oU8kqMz9nc1vryXhMsgXg==
146167
dependencies:
147168
"@babel/helper-annotate-as-pure" "^7.16.7"
148169
"@babel/helper-environment-visitor" "^7.16.7"
@@ -160,10 +181,10 @@
160181
"@babel/helper-annotate-as-pure" "^7.16.7"
161182
regexpu-core "^4.7.1"
162183

163-
"@babel/helper-define-polyfill-provider@^0.3.0":
164-
version "0.3.0"
165-
resolved "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.0.tgz#c5b10cf4b324ff840140bb07e05b8564af2ae971"
166-
integrity sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==
184+
"@babel/helper-define-polyfill-provider@^0.3.1":
185+
version "0.3.1"
186+
resolved "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz#52411b445bdb2e676869e5a74960d2d3826d2665"
187+
integrity sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==
167188
dependencies:
168189
"@babel/helper-compilation-targets" "^7.13.0"
169190
"@babel/helper-module-imports" "^7.12.13"
@@ -344,7 +365,7 @@
344365
"@babel/traverse" "^7.16.7"
345366
"@babel/types" "^7.16.7"
346367

347-
"@babel/highlight@^7.16.0", "@babel/highlight@^7.16.7":
368+
"@babel/highlight@^7.16.0":
348369
version "7.16.7"
349370
resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.7.tgz#81a01d7d675046f0d96f82450d9d9578bdfd6b0b"
350371
integrity sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==
@@ -353,6 +374,15 @@
353374
chalk "^2.0.0"
354375
js-tokens "^4.0.0"
355376

377+
"@babel/highlight@^7.16.7":
378+
version "7.16.10"
379+
resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz#744f2eb81579d6eea753c227b0f570ad785aba88"
380+
integrity sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==
381+
dependencies:
382+
"@babel/helper-validator-identifier" "^7.16.7"
383+
chalk "^2.0.0"
384+
js-tokens "^4.0.0"
385+
356386
"@babel/parser@^7.1.0":
357387
version "7.16.4"
358388
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.16.4.tgz#d5f92f57cf2c74ffe9b37981c0e72fee7311372e"
@@ -363,16 +393,16 @@
363393
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.16.7.tgz#d372dda9c89fcec340a82630a9f533f2fe15877e"
364394
integrity sha512-sR4eaSrnM7BV7QPzGfEX5paG/6wrZM3I0HDzfIAK06ESvo9oy3xBuVBxE3MbQaKNhvg8g/ixjMWo2CGpzpHsDA==
365395

396+
"@babel/parser@^7.16.10", "@babel/parser@^7.16.7":
397+
version "7.16.10"
398+
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.16.10.tgz#aba1b1cb9696a24a19f59c41af9cf17d1c716a88"
399+
integrity sha512-Sm/S9Or6nN8uiFsQU1yodyDW3MWXQhFeqzMPM+t8MJjM+pLsnFVxFZzkpXKvUXh+Gz9cbMoYYs484+Jw/NTEFQ==
400+
366401
"@babel/parser@^7.16.3":
367402
version "7.16.6"
368403
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.16.6.tgz#8f194828193e8fa79166f34a4b4e52f3e769a314"
369404
integrity sha512-Gr86ujcNuPDnNOY8mi383Hvi8IYrJVJYuf3XcuBM/Dgd+bINn/7tHqsj+tKkoreMbmGsFLsltI/JJd8fOFWGDQ==
370405

371-
"@babel/parser@^7.16.7", "@babel/parser@^7.16.8":
372-
version "7.16.8"
373-
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.16.8.tgz#61c243a3875f7d0b0962b0543a33ece6ff2f1f17"
374-
integrity sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==
375-
376406
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
377407
version "7.16.7"
378408
resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
@@ -887,9 +917,9 @@
887917
"@babel/helper-plugin-utils" "^7.16.7"
888918

889919
"@babel/preset-env@^7.12.11":
890-
version "7.16.8"
891-
resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.8.tgz#e682fa0bcd1cf49621d64a8956318ddfb9a05af9"
892-
integrity sha512-9rNKgVCdwHb3z1IlbMyft6yIXIeP3xz6vWvGaLHrJThuEIqWfHb0DNBH9VuTgnDfdbUDhkmkvMZS/YMCtP7Elg==
920+
version "7.16.10"
921+
resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.10.tgz#84400e6b5ee1efd982f55c61f3b6ac3fb5c8ab57"
922+
integrity sha512-iCac3fZn9oOcLqc1N2/copPiX7aoxzsvjeDdXoZobrlbQ6YGgS3bL9HyldOJ8V8AY5P7pFynCATrn7M4dMw0Yg==
893923
dependencies:
894924
"@babel/compat-data" "^7.16.8"
895925
"@babel/helper-compilation-targets" "^7.16.7"
@@ -1002,18 +1032,18 @@
10021032
"@babel/parser" "^7.16.0"
10031033
"@babel/types" "^7.16.0"
10041034

1005-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8":
1006-
version "7.16.8"
1007-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.8.tgz#bab2f2b09a5fe8a8d9cad22cbfe3ba1d126fef9c"
1008-
integrity sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ==
1035+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.10", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8":
1036+
version "7.16.10"
1037+
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.10.tgz#448f940defbe95b5a8029975b051f75993e8239f"
1038+
integrity sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw==
10091039
dependencies:
10101040
"@babel/code-frame" "^7.16.7"
10111041
"@babel/generator" "^7.16.8"
10121042
"@babel/helper-environment-visitor" "^7.16.7"
10131043
"@babel/helper-function-name" "^7.16.7"
10141044
"@babel/helper-hoist-variables" "^7.16.7"
10151045
"@babel/helper-split-export-declaration" "^7.16.7"
1016-
"@babel/parser" "^7.16.8"
1046+
"@babel/parser" "^7.16.10"
10171047
"@babel/types" "^7.16.8"
10181048
debug "^4.1.0"
10191049
globals "^11.1.0"
@@ -2913,28 +2943,28 @@ babel-plugin-jest-hoist@^27.4.0:
29132943
"@types/babel__traverse" "^7.0.6"
29142944

29152945
babel-plugin-polyfill-corejs2@^0.3.0:
2916-
version "0.3.0"
2917-
resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.0.tgz#407082d0d355ba565af24126fb6cb8e9115251fd"
2918-
integrity sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==
2946+
version "0.3.1"
2947+
resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz#440f1b70ccfaabc6b676d196239b138f8a2cfba5"
2948+
integrity sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==
29192949
dependencies:
29202950
"@babel/compat-data" "^7.13.11"
2921-
"@babel/helper-define-polyfill-provider" "^0.3.0"
2951+
"@babel/helper-define-polyfill-provider" "^0.3.1"
29222952
semver "^6.1.1"
29232953

29242954
babel-plugin-polyfill-corejs3@^0.5.0:
2925-
version "0.5.0"
2926-
resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.0.tgz#f81371be3fe499d39e074e272a1ef86533f3d268"
2927-
integrity sha512-Hcrgnmkf+4JTj73GbK3bBhlVPiLL47owUAnoJIf69Hakl3q+KfodbDXiZWGMM7iqCZTxCG3Z2VRfPNYES4rXqQ==
2955+
version "0.5.1"
2956+
resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.1.tgz#d66183bf10976ea677f4149a7fcc4d8df43d4060"
2957+
integrity sha512-TihqEe4sQcb/QcPJvxe94/9RZuLQuF1+To4WqQcRvc+3J3gLCPIPgDKzGLG6zmQLfH3nn25heRuDNkS2KR4I8A==
29282958
dependencies:
2929-
"@babel/helper-define-polyfill-provider" "^0.3.0"
2959+
"@babel/helper-define-polyfill-provider" "^0.3.1"
29302960
core-js-compat "^3.20.0"
29312961

29322962
babel-plugin-polyfill-regenerator@^0.3.0:
2933-
version "0.3.0"
2934-
resolved "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.0.tgz#9ebbcd7186e1a33e21c5e20cae4e7983949533be"
2935-
integrity sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==
2963+
version "0.3.1"
2964+
resolved "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz#2c0678ea47c75c8cc2fbb1852278d8fb68233990"
2965+
integrity sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==
29362966
dependencies:
2937-
"@babel/helper-define-polyfill-provider" "^0.3.0"
2967+
"@babel/helper-define-polyfill-provider" "^0.3.1"
29382968

29392969
babel-preset-current-node-syntax@^1.0.0:
29402970
version "1.0.1"
@@ -3172,9 +3202,9 @@ camelcase@^6.2.0:
31723202
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
31733203

31743204
caniuse-lite@^1.0.30001286:
3175-
version "1.0.30001298"
3176-
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001298.tgz#0e690039f62e91c3ea581673d716890512e7ec52"
3177-
integrity sha512-AcKqikjMLlvghZL/vfTHorlQsLDhGRalYf1+GmWCf5SCMziSGjRYQW/JEksj14NaYHIR6KIhrFAy0HV5C25UzQ==
3205+
version "1.0.30001300"
3206+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001300.tgz#11ab6c57d3eb6f964cba950401fd00a146786468"
3207+
integrity sha512-cVjiJHWGcNlJi8TZVKNMnvMid3Z3TTdDHmLDzlOdIiZq138Exvo0G+G0wTdVYolxKb4AYwC+38pxodiInVtJSA==
31783208

31793209
caseless@~0.12.0:
31803210
version "0.12.0"
@@ -3628,9 +3658,9 @@ convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
36283658
safe-buffer "~5.1.1"
36293659

36303660
core-js-compat@^3.20.0, core-js-compat@^3.20.2:
3631-
version "3.20.2"
3632-
resolved "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.20.2.tgz#d1ff6936c7330959b46b2e08b122a8b14e26140b"
3633-
integrity sha512-qZEzVQ+5Qh6cROaTPFLNS4lkvQ6mBzE3R6A6EEpssj7Zr2egMHgsy4XapdifqJDGC9CBiNv7s+ejI96rLNQFdg==
3661+
version "3.20.3"
3662+
resolved "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.20.3.tgz#d71f85f94eb5e4bea3407412e549daa083d23bd6"
3663+
integrity sha512-c8M5h0IkNZ+I92QhIpuSijOxGAcj3lgpsWdkCqmUTZNwidujF4r3pi6x1DCN+Vcs5qTS2XWWMfWSuCqyupX8gw==
36343664
dependencies:
36353665
browserslist "^4.19.1"
36363666
semver "7.0.0"
@@ -4041,9 +4071,9 @@ [email protected]:
40414071
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
40424072

40434073
electron-to-chromium@^1.4.17:
4044-
version "1.4.39"
4045-
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.39.tgz#19c8e8ff712fe62bfdd4f3fe1c3b3fb4aa179ebb"
4046-
integrity sha512-bFH3gdRq/l7WlzSleiO6dwpZH3RhiJ8vlMq0tOJMfT+5nb+x397eJn2RHF6Ho/9GCKv+BkimNlUMHl9+Yh+Qcg==
4074+
version "1.4.49"
4075+
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.49.tgz#5b6a3dc032590beef4be485a4b0b3fe7d0e3dfd7"
4076+
integrity sha512-k/0t1TRfonHIp8TJKfjBu2cKj8MqYTiEpOhci+q7CVEE5xnCQnx1pTa+V8b/sdhe4S3PR4p4iceEQWhGrKQORQ==
40474077

40484078
emittery@^0.8.1:
40494079
version "0.8.1"

0 commit comments

Comments
 (0)