Skip to content

Commit 2e1076d

Browse files
chore: update babel monorepo to v7.13.10 (#2497)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 182d621 commit 2e1076d

File tree

1 file changed

+62
-58
lines changed

1 file changed

+62
-58
lines changed

yarn.lock

Lines changed: 62 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@
4343
source-map "^0.5.0"
4444

4545
"@babel/core@^7.12.10":
46-
version "7.13.8"
47-
resolved "https://registry.npmjs.org/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb"
48-
integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==
46+
version "7.13.10"
47+
resolved "https://registry.npmjs.org/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
48+
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
4949
dependencies:
5050
"@babel/code-frame" "^7.12.13"
51-
"@babel/generator" "^7.13.0"
52-
"@babel/helper-compilation-targets" "^7.13.8"
51+
"@babel/generator" "^7.13.9"
52+
"@babel/helper-compilation-targets" "^7.13.10"
5353
"@babel/helper-module-transforms" "^7.13.0"
54-
"@babel/helpers" "^7.13.0"
55-
"@babel/parser" "^7.13.4"
54+
"@babel/helpers" "^7.13.10"
55+
"@babel/parser" "^7.13.10"
5656
"@babel/template" "^7.12.13"
5757
"@babel/traverse" "^7.13.0"
5858
"@babel/types" "^7.13.0"
@@ -82,7 +82,7 @@
8282
jsesc "^2.5.1"
8383
source-map "^0.5.0"
8484

85-
"@babel/generator@^7.13.0":
85+
"@babel/generator@^7.13.0", "@babel/generator@^7.13.9":
8686
version "7.13.9"
8787
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
8888
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
@@ -106,20 +106,20 @@
106106
"@babel/helper-explode-assignable-expression" "^7.12.13"
107107
"@babel/types" "^7.12.13"
108108

109-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.8":
110-
version "7.13.8"
111-
resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468"
112-
integrity sha512-pBljUGC1y3xKLn1nrx2eAhurLMA8OqBtBP/JwG4U8skN7kf8/aqwwxpV1N6T0e7r6+7uNitIa/fUxPFagSXp3A==
109+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.10", "@babel/helper-compilation-targets@^7.13.8":
110+
version "7.13.10"
111+
resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c"
112+
integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==
113113
dependencies:
114114
"@babel/compat-data" "^7.13.8"
115115
"@babel/helper-validator-option" "^7.12.17"
116116
browserslist "^4.14.5"
117117
semver "^6.3.0"
118118

119119
"@babel/helper-create-class-features-plugin@^7.13.0":
120-
version "7.13.8"
121-
resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.8.tgz#0367bd0a7505156ce018ca464f7ac91ba58c1a04"
122-
integrity sha512-qioaRrKHQbn4hkRKDHbnuQ6kAxmmOF+kzKGnIfxPK4j2rckSJCpKzr/SSTlohSCiE3uAQpNDJ9FIh4baeE8W+w==
120+
version "7.13.10"
121+
resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.10.tgz#073b2bbb925a097643c6fc5770e5f13394e887c9"
122+
integrity sha512-YV7r2YxdTUaw84EwNkyrRke/TJHR/UXGiyvACRqvdVJ2/syV2rQuJNnaRLSuYiop8cMRXOgseTGoJCWX0q2fFg==
123123
dependencies:
124124
"@babel/helper-function-name" "^7.12.13"
125125
"@babel/helper-member-expression-to-functions" "^7.13.0"
@@ -135,10 +135,10 @@
135135
"@babel/helper-annotate-as-pure" "^7.12.13"
136136
regexpu-core "^4.7.1"
137137

138-
"@babel/helper-define-polyfill-provider@^0.1.4":
139-
version "0.1.4"
140-
resolved "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.1.4.tgz#b618b087c6a0328127e5d53576df818bcee2b15f"
141-
integrity sha512-K5V2GaQZ1gpB+FTXM4AFVG2p1zzhm67n9wrQCJYNzvuLzQybhJyftW7qeDd2uUxPDNdl5Rkon1rOAeUeNDZ28Q==
138+
"@babel/helper-define-polyfill-provider@^0.1.5":
139+
version "0.1.5"
140+
resolved "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.1.5.tgz#3c2f91b7971b9fc11fe779c945c014065dea340e"
141+
integrity sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==
142142
dependencies:
143143
"@babel/helper-compilation-targets" "^7.13.0"
144144
"@babel/helper-module-imports" "^7.12.13"
@@ -305,16 +305,16 @@
305305
"@babel/traverse" "^7.12.13"
306306
"@babel/types" "^7.12.13"
307307

308-
"@babel/helpers@^7.13.0":
309-
version "7.13.0"
310-
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.13.0.tgz#7647ae57377b4f0408bf4f8a7af01c42e41badc0"
311-
integrity sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ==
308+
"@babel/helpers@^7.13.10":
309+
version "7.13.10"
310+
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
311+
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
312312
dependencies:
313313
"@babel/template" "^7.12.13"
314314
"@babel/traverse" "^7.13.0"
315315
"@babel/types" "^7.13.0"
316316

317-
"@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
317+
"@babel/highlight@^7.10.4":
318318
version "7.13.8"
319319
resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.13.8.tgz#10b2dac78526424dfc1f47650d0e415dfd9dc481"
320320
integrity sha512-4vrIhfJyfNf+lCtXC2ck1rKSzDwciqF7IWFhXXrSOUC2O5DrVp+w4c6ed4AllTxhTkUP5x2tYj41VaxdVMMRDw==
@@ -323,6 +323,15 @@
323323
chalk "^2.0.0"
324324
js-tokens "^4.0.0"
325325

326+
"@babel/highlight@^7.12.13":
327+
version "7.13.10"
328+
resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.13.10.tgz#a8b2a66148f5b27d666b15d81774347a731d52d1"
329+
integrity sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==
330+
dependencies:
331+
"@babel/helper-validator-identifier" "^7.12.11"
332+
chalk "^2.0.0"
333+
js-tokens "^4.0.0"
334+
326335
"@babel/parser@^7.1.0", "@babel/parser@^7.7.5":
327336
version "7.12.11"
328337
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
@@ -333,15 +342,10 @@
333342
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.12.15.tgz#2b20de7f0b4b332d9b119dd9c33409c538b8aacf"
334343
integrity sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA==
335344

336-
"@babel/parser@^7.12.13", "@babel/parser@^7.13.0":
337-
version "7.13.9"
338-
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.13.9.tgz#ca34cb95e1c2dd126863a84465ae8ef66114be99"
339-
integrity sha512-nEUfRiARCcaVo3ny3ZQjURjHQZUo/JkEw7rLlSZy/psWGnvwXFtPcr6jb7Yb41DVW5LTe6KRq9LGleRNsg1Frw==
340-
341-
"@babel/parser@^7.13.4":
342-
version "7.13.4"
343-
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab"
344-
integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA==
345+
"@babel/parser@^7.12.13", "@babel/parser@^7.13.0", "@babel/parser@^7.13.10":
346+
version "7.13.10"
347+
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
348+
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
345349

346350
"@babel/plugin-proposal-async-generator-functions@^7.13.8":
347351
version "7.13.8"
@@ -813,12 +817,12 @@
813817
"@babel/helper-plugin-utils" "^7.12.13"
814818

815819
"@babel/preset-env@^7.12.11":
816-
version "7.13.9"
817-
resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.13.9.tgz#3ee5f233316b10d066d7f379c6d1e13a96853654"
818-
integrity sha512-mcsHUlh2rIhViqMG823JpscLMesRt3QbMsv1+jhopXEb3W2wXvQ9QoiOlZI9ZbR3XqPtaFpZwEZKYqGJnGMZTQ==
820+
version "7.13.10"
821+
resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.13.10.tgz#b5cde31d5fe77ab2a6ab3d453b59041a1b3a5252"
822+
integrity sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ==
819823
dependencies:
820824
"@babel/compat-data" "^7.13.8"
821-
"@babel/helper-compilation-targets" "^7.13.8"
825+
"@babel/helper-compilation-targets" "^7.13.10"
822826
"@babel/helper-plugin-utils" "^7.13.0"
823827
"@babel/helper-validator-option" "^7.12.17"
824828
"@babel/plugin-proposal-async-generator-functions" "^7.13.8"
@@ -898,9 +902,9 @@
898902
esutils "^2.0.2"
899903

900904
"@babel/runtime@^7.8.4":
901-
version "7.13.9"
902-
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.9.tgz#97dbe2116e2630c489f22e0656decd60aaa1fcee"
903-
integrity sha512-aY2kU+xgJ3dJ1eU6FMB9EH8dIe8dmusF1xEku52joLvw6eAFN0AI+WxCLDnpev2LEejWBAy2sBvBOBAjI3zmvA==
905+
version "7.13.10"
906+
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d"
907+
integrity sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==
904908
dependencies:
905909
regenerator-runtime "^0.13.4"
906910

@@ -2753,28 +2757,28 @@ babel-plugin-jest-hoist@^26.6.2:
27532757
"@types/babel__traverse" "^7.0.6"
27542758

27552759
babel-plugin-polyfill-corejs2@^0.1.4:
2756-
version "0.1.8"
2757-
resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.1.8.tgz#54ef37b1c4b2311e515029e8f1f07bbd4d7a5321"
2758-
integrity sha512-kB5/xNR9GYDuRmVlL9EGfdKBSUVI/9xAU7PCahA/1hbC2Jbmks9dlBBYjHF9IHMNY2jV/G2lIG7z0tJIW27Rog==
2760+
version "0.1.10"
2761+
resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.1.10.tgz#a2c5c245f56c0cac3dbddbf0726a46b24f0f81d1"
2762+
integrity sha512-DO95wD4g0A8KRaHKi0D51NdGXzvpqVLnLu5BTvDlpqUEpTmeEtypgC1xqesORaWmiUOQI14UHKlzNd9iZ2G3ZA==
27592763
dependencies:
27602764
"@babel/compat-data" "^7.13.0"
2761-
"@babel/helper-define-polyfill-provider" "^0.1.4"
2765+
"@babel/helper-define-polyfill-provider" "^0.1.5"
27622766
semver "^6.1.1"
27632767

27642768
babel-plugin-polyfill-corejs3@^0.1.3:
2765-
version "0.1.6"
2766-
resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.6.tgz#ed1b02fba4885e0892e06094e27865f499758d27"
2767-
integrity sha512-IkYhCxPrjrUWigEmkMDXYzM5iblzKCdCD8cZrSAkQOyhhJm26DcG+Mxbx13QT//Olkpkg/AlRdT2L+Ww4Ciphw==
2769+
version "0.1.7"
2770+
resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.7.tgz#80449d9d6f2274912e05d9e182b54816904befd0"
2771+
integrity sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==
27682772
dependencies:
2769-
"@babel/helper-define-polyfill-provider" "^0.1.4"
2773+
"@babel/helper-define-polyfill-provider" "^0.1.5"
27702774
core-js-compat "^3.8.1"
27712775

27722776
babel-plugin-polyfill-regenerator@^0.1.2:
2773-
version "0.1.5"
2774-
resolved "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.1.5.tgz#f42a58fd86a1c97fbe3a2752d80a4a3e017203e1"
2775-
integrity sha512-EyhBA6uN94W97lR7ecQVTvH9F5tIIdEw3ZqHuU4zekMlW82k5cXNXniiB7PRxQm06BqAjVr4sDT1mOy4RcphIA==
2777+
version "0.1.6"
2778+
resolved "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.1.6.tgz#0fe06a026fe0faa628ccc8ba3302da0a6ce02f3f"
2779+
integrity sha512-OUrYG9iKPKz8NxswXbRAdSwF0GhRdIEMTloQATJi4bDuFqrXaXcCUT/VGNrr8pBcjMh1RxZ7Xt9cytVJTJfvMg==
27762780
dependencies:
2777-
"@babel/helper-define-polyfill-provider" "^0.1.4"
2781+
"@babel/helper-define-polyfill-provider" "^0.1.5"
27782782

27792783
babel-polyfill@^6.3.14:
27802784
version "6.26.0"
@@ -3087,9 +3091,9 @@ camelcase@^6.0.0:
30873091
integrity sha512-8KMDF1Vz2gzOq54ONPJS65IvTUaB1cHJ2DMM7MbPmLZljDH1qpzzLsWdiN9pHh6qvkRVDTi/07+eNGch/oLU4w==
30883092

30893093
caniuse-lite@^1.0.30001181:
3090-
version "1.0.30001192"
3091-
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001192.tgz#b848ebc0ab230cf313d194a4775a30155d50ae40"
3092-
integrity sha512-63OrUnwJj5T1rUmoyqYTdRWBqFFxZFlyZnRRjDR8NSUQFB6A+j/uBORU/SyJ5WzDLg4SPiZH40hQCBNdZ/jmAw==
3094+
version "1.0.30001197"
3095+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001197.tgz#47ad15b977d2f32b3ec2fe2b087e0c50443771db"
3096+
integrity sha512-8aE+sqBqtXz4G8g35Eg/XEaFr2N7rd/VQ6eABGBmNtcB8cN6qNJhMi6oSFy4UWWZgqgL3filHT8Nha4meu3tsw==
30933097

30943098
capture-exit@^2.0.0:
30953099
version "2.0.0"
@@ -4090,9 +4094,9 @@ [email protected]:
40904094
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
40914095

40924096
electron-to-chromium@^1.3.649:
4093-
version "1.3.676"
4094-
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.676.tgz#18b2336239b6cdc68c57ce96bf73daf80bab9eba"
4095-
integrity sha512-t0eEgYCP+XEbH/KwxWYZDY0XKwzmokDAsjFJ2rBstp2XuwuBCUZ+ni5qXI6XDRNkvDpVJcAOp2aJxkSkshKkmw==
4097+
version "1.3.683"
4098+
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.683.tgz#2c9ab53ff5275cf3dd49278af714d0f8975204f7"
4099+
integrity sha512-8mFfiAesXdEdE0DhkMKO7W9U6VU/9T3VTWwZ+4g84/YMP4kgwgFtQgUxuu7FUMcvSeKSNhFQNU+WZ68BQTLT5A==
40964100

40974101
emittery@^0.7.1:
40984102
version "0.7.1"

0 commit comments

Comments
 (0)