Skip to content

Commit 6a39544

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to ^7.14.8
1 parent 0e5fc7a commit 6a39544

2 files changed

Lines changed: 95 additions & 32 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@
4343
"safe-access-check": "^0.0.15"
4444
},
4545
"devDependencies": {
46-
"@babel/cli": "^7.14.5",
47-
"@babel/core": "^7.14.6",
46+
"@babel/cli": "^7.14.8",
47+
"@babel/core": "^7.14.8",
4848
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
4949
"@babel/plugin-transform-modules-umd": "^7.14.5",
5050
"@babel/plugin-transform-runtime": "^7.14.5",
51-
"@babel/preset-env": "^7.14.7",
51+
"@babel/preset-env": "^7.14.8",
5252
"@babel/preset-flow": "^7.14.5",
53-
"@babel/traverse": "^7.14.7",
54-
"@babel/types": "^7.14.5",
53+
"@babel/traverse": "^7.14.8",
54+
"@babel/types": "^7.14.8",
5555
"babel-eslint": "^10.1.0",
5656
"babel-plugin-add-module-exports": "^1.0.4",
5757
"babel-plugin-transform-async-to-bluebird": "^1.1.1",

yarn.lock

Lines changed: 90 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@babel/cli@^7.14.5":
6-
version "7.14.5"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.14.5.tgz#9551b194f02360729de6060785bbdcce52c69f0a"
8-
integrity sha512-poegjhRvXHWO0EAsnYajwYZuqcz7gyfxwfaecUESxDujrqOivf3zrjFbub8IJkrqEaz3fvJWh001EzxBub54fg==
5+
"@babel/cli@^7.14.8":
6+
version "7.14.8"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.14.8.tgz#fac73c0e2328a8af9fd3560c06b096bfa3730933"
8+
integrity sha512-lcy6Lymft9Rpfqmrqdd4oTDdUx9ZwaAhAfywVrHG4771Pa6PPT0danJ1kDHBXYqh4HHSmIdA+nlmfxfxSDPtBg==
99
dependencies:
1010
commander "^4.0.1"
1111
convert-source-map "^1.1.0"
@@ -75,20 +75,20 @@
7575
semver "^5.4.1"
7676
source-map "^0.5.0"
7777

78-
"@babel/core@^7.14.6":
79-
version "7.14.6"
80-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
81-
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
78+
"@babel/core@^7.14.8":
79+
version "7.14.8"
80+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
81+
integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
8282
dependencies:
8383
"@babel/code-frame" "^7.14.5"
84-
"@babel/generator" "^7.14.5"
84+
"@babel/generator" "^7.14.8"
8585
"@babel/helper-compilation-targets" "^7.14.5"
86-
"@babel/helper-module-transforms" "^7.14.5"
87-
"@babel/helpers" "^7.14.6"
88-
"@babel/parser" "^7.14.6"
86+
"@babel/helper-module-transforms" "^7.14.8"
87+
"@babel/helpers" "^7.14.8"
88+
"@babel/parser" "^7.14.8"
8989
"@babel/template" "^7.14.5"
90-
"@babel/traverse" "^7.14.5"
91-
"@babel/types" "^7.14.5"
90+
"@babel/traverse" "^7.14.8"
91+
"@babel/types" "^7.14.8"
9292
convert-source-map "^1.7.0"
9393
debug "^4.1.0"
9494
gensync "^1.0.0-beta.2"
@@ -114,6 +114,15 @@
114114
jsesc "^2.5.1"
115115
source-map "^0.5.0"
116116

117+
"@babel/generator@^7.14.8":
118+
version "7.14.8"
119+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070"
120+
integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg==
121+
dependencies:
122+
"@babel/types" "^7.14.8"
123+
jsesc "^2.5.1"
124+
source-map "^0.5.0"
125+
117126
"@babel/generator@^7.8.6", "@babel/generator@^7.8.7":
118127
version "7.8.8"
119128
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.8.tgz#cdcd58caab730834cee9eeadb729e833b625da3e"
@@ -313,6 +322,20 @@
313322
"@babel/traverse" "^7.14.5"
314323
"@babel/types" "^7.14.5"
315324

325+
"@babel/helper-module-transforms@^7.14.8":
326+
version "7.14.8"
327+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49"
328+
integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA==
329+
dependencies:
330+
"@babel/helper-module-imports" "^7.14.5"
331+
"@babel/helper-replace-supers" "^7.14.5"
332+
"@babel/helper-simple-access" "^7.14.8"
333+
"@babel/helper-split-export-declaration" "^7.14.5"
334+
"@babel/helper-validator-identifier" "^7.14.8"
335+
"@babel/template" "^7.14.5"
336+
"@babel/traverse" "^7.14.8"
337+
"@babel/types" "^7.14.8"
338+
316339
"@babel/helper-optimise-call-expression@^7.14.5":
317340
version "7.14.5"
318341
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
@@ -373,6 +396,13 @@
373396
dependencies:
374397
"@babel/types" "^7.14.5"
375398

399+
"@babel/helper-simple-access@^7.14.8":
400+
version "7.14.8"
401+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
402+
integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==
403+
dependencies:
404+
"@babel/types" "^7.14.8"
405+
376406
"@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
377407
version "7.14.5"
378408
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
@@ -411,6 +441,11 @@
411441
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
412442
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
413443

444+
"@babel/helper-validator-identifier@^7.14.8":
445+
version "7.14.8"
446+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
447+
integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
448+
414449
"@babel/helper-validator-identifier@^7.9.0":
415450
version "7.9.0"
416451
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
@@ -441,14 +476,14 @@
441476
"@babel/traverse" "^7.14.5"
442477
"@babel/types" "^7.14.5"
443478

444-
"@babel/helpers@^7.14.6":
445-
version "7.14.6"
446-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635"
447-
integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA==
479+
"@babel/helpers@^7.14.8":
480+
version "7.14.8"
481+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77"
482+
integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw==
448483
dependencies:
449484
"@babel/template" "^7.14.5"
450-
"@babel/traverse" "^7.14.5"
451-
"@babel/types" "^7.14.5"
485+
"@babel/traverse" "^7.14.8"
486+
"@babel/types" "^7.14.8"
452487

453488
"@babel/helpers@^7.8.4":
454489
version "7.8.4"
@@ -496,11 +531,16 @@
496531
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab"
497532
integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA==
498533

499-
"@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.14.7":
534+
"@babel/parser@^7.14.5", "@babel/parser@^7.14.7":
500535
version "7.14.7"
501536
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
502537
integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==
503538

539+
"@babel/parser@^7.14.8":
540+
version "7.14.8"
541+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
542+
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
543+
504544
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
505545
version "7.14.5"
506546
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e"
@@ -1055,10 +1095,10 @@
10551095
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
10561096
"@babel/helper-plugin-utils" "^7.14.5"
10571097

1058-
"@babel/preset-env@^7.14.7":
1059-
version "7.14.7"
1060-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a"
1061-
integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA==
1098+
"@babel/preset-env@^7.14.8":
1099+
version "7.14.8"
1100+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b"
1101+
integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg==
10621102
dependencies:
10631103
"@babel/compat-data" "^7.14.7"
10641104
"@babel/helper-compilation-targets" "^7.14.5"
@@ -1127,7 +1167,7 @@
11271167
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
11281168
"@babel/plugin-transform-unicode-regex" "^7.14.5"
11291169
"@babel/preset-modules" "^0.1.4"
1130-
"@babel/types" "^7.14.5"
1170+
"@babel/types" "^7.14.8"
11311171
babel-plugin-polyfill-corejs2 "^0.2.2"
11321172
babel-plugin-polyfill-corejs3 "^0.2.2"
11331173
babel-plugin-polyfill-regenerator "^0.2.2"
@@ -1218,7 +1258,7 @@
12181258
globals "^11.1.0"
12191259
lodash "^4.17.19"
12201260

1221-
"@babel/traverse@^7.14.5", "@babel/traverse@^7.14.7":
1261+
"@babel/traverse@^7.14.5":
12221262
version "7.14.7"
12231263
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753"
12241264
integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ==
@@ -1233,6 +1273,21 @@
12331273
debug "^4.1.0"
12341274
globals "^11.1.0"
12351275

1276+
"@babel/traverse@^7.14.8":
1277+
version "7.14.8"
1278+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce"
1279+
integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg==
1280+
dependencies:
1281+
"@babel/code-frame" "^7.14.5"
1282+
"@babel/generator" "^7.14.8"
1283+
"@babel/helper-function-name" "^7.14.5"
1284+
"@babel/helper-hoist-variables" "^7.14.5"
1285+
"@babel/helper-split-export-declaration" "^7.14.5"
1286+
"@babel/parser" "^7.14.8"
1287+
"@babel/types" "^7.14.8"
1288+
debug "^4.1.0"
1289+
globals "^11.1.0"
1290+
12361291
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.8.7":
12371292
version "7.8.7"
12381293
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.7.tgz#1fc9729e1acbb2337d5b6977a63979b4819f5d1d"
@@ -1259,6 +1314,14 @@
12591314
"@babel/helper-validator-identifier" "^7.14.5"
12601315
to-fast-properties "^2.0.0"
12611316

1317+
"@babel/types@^7.14.8":
1318+
version "7.14.8"
1319+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"
1320+
integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==
1321+
dependencies:
1322+
"@babel/helper-validator-identifier" "^7.14.8"
1323+
to-fast-properties "^2.0.0"
1324+
12621325
"@babel/types@^7.3.3":
12631326
version "7.9.6"
12641327
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"

0 commit comments

Comments
 (0)