Skip to content

Commit 4b29535

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update babel monorepo to v7.14.8
1 parent 7a7084b commit 4b29535

File tree

2 files changed

+90
-32
lines changed

2 files changed

+90
-32
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"repository": "https://github.com/mike-works/modern-javascript",
1818
"author": "Mike North <[email protected]> (https://mike.works)",
1919
"dependencies": {
20-
"@babel/cli": "7.14.5",
21-
"@babel/core": "7.14.6",
22-
"@babel/preset-env": "7.14.7",
20+
"@babel/cli": "7.14.8",
21+
"@babel/core": "7.14.8",
22+
"@babel/preset-env": "7.14.8",
2323
"@babel/preset-react": "7.14.5",
2424
"@babel/preset-stage-2": "7.8.3",
2525
"@mike-works/js-lib-renovate-config": "2.0.0",

yarn.lock

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

44

5-
"@babel/[email protected].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/[email protected].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"
@@ -66,20 +66,20 @@
6666
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
6767
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
6868

69-
"@babel/[email protected].6":
70-
version "7.14.6"
71-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
72-
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
69+
"@babel/[email protected].8":
70+
version "7.14.8"
71+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
72+
integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
7373
dependencies:
7474
"@babel/code-frame" "^7.14.5"
75-
"@babel/generator" "^7.14.5"
75+
"@babel/generator" "^7.14.8"
7676
"@babel/helper-compilation-targets" "^7.14.5"
77-
"@babel/helper-module-transforms" "^7.14.5"
78-
"@babel/helpers" "^7.14.6"
79-
"@babel/parser" "^7.14.6"
77+
"@babel/helper-module-transforms" "^7.14.8"
78+
"@babel/helpers" "^7.14.8"
79+
"@babel/parser" "^7.14.8"
8080
"@babel/template" "^7.14.5"
81-
"@babel/traverse" "^7.14.5"
82-
"@babel/types" "^7.14.5"
81+
"@babel/traverse" "^7.14.8"
82+
"@babel/types" "^7.14.8"
8383
convert-source-map "^1.7.0"
8484
debug "^4.1.0"
8585
gensync "^1.0.0-beta.2"
@@ -188,6 +188,15 @@
188188
jsesc "^2.5.1"
189189
source-map "^0.5.0"
190190

191+
"@babel/generator@^7.14.8":
192+
version "7.14.8"
193+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070"
194+
integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg==
195+
dependencies:
196+
"@babel/types" "^7.14.8"
197+
jsesc "^2.5.1"
198+
source-map "^0.5.0"
199+
191200
"@babel/generator@^7.2.2":
192201
version "7.2.2"
193202
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.2.2.tgz#18c816c70962640eab42fe8cae5f3947a5c65ccc"
@@ -535,6 +544,20 @@
535544
"@babel/traverse" "^7.14.5"
536545
"@babel/types" "^7.14.5"
537546

547+
"@babel/helper-module-transforms@^7.14.8":
548+
version "7.14.8"
549+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49"
550+
integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA==
551+
dependencies:
552+
"@babel/helper-module-imports" "^7.14.5"
553+
"@babel/helper-replace-supers" "^7.14.5"
554+
"@babel/helper-simple-access" "^7.14.8"
555+
"@babel/helper-split-export-declaration" "^7.14.5"
556+
"@babel/helper-validator-identifier" "^7.14.8"
557+
"@babel/template" "^7.14.5"
558+
"@babel/traverse" "^7.14.8"
559+
"@babel/types" "^7.14.8"
560+
538561
"@babel/helper-optimise-call-expression@^7.0.0":
539562
version "7.0.0"
540563
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0.tgz#a2920c5702b073c15de51106200aa8cad20497d5"
@@ -670,6 +693,13 @@
670693
dependencies:
671694
"@babel/types" "^7.14.5"
672695

696+
"@babel/helper-simple-access@^7.14.8":
697+
version "7.14.8"
698+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
699+
integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==
700+
dependencies:
701+
"@babel/types" "^7.14.8"
702+
673703
"@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
674704
version "7.14.5"
675705
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
@@ -715,6 +745,11 @@
715745
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
716746
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
717747

748+
"@babel/helper-validator-identifier@^7.14.8":
749+
version "7.14.8"
750+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
751+
integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
752+
718753
"@babel/helper-validator-identifier@^7.9.5":
719754
version "7.9.5"
720755
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
@@ -769,14 +804,14 @@
769804
"@babel/traverse" "^7.1.5"
770805
"@babel/types" "^7.1.5"
771806

772-
"@babel/helpers@^7.14.6":
773-
version "7.14.6"
774-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635"
775-
integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA==
807+
"@babel/helpers@^7.14.8":
808+
version "7.14.8"
809+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77"
810+
integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw==
776811
dependencies:
777812
"@babel/template" "^7.14.5"
778-
"@babel/traverse" "^7.14.5"
779-
"@babel/types" "^7.14.5"
813+
"@babel/traverse" "^7.14.8"
814+
"@babel/types" "^7.14.8"
780815

781816
"@babel/helpers@^7.2.0":
782817
version "7.2.0"
@@ -857,10 +892,10 @@
857892
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.5.tgz#4cd2f346261061b2518873ffecdf1612cb032829"
858893
integrity sha512-TM8C+xtH/9n1qzX+JNHi7AN2zHMTiPUtspO0ZdHflW8KaskkALhMmuMHb4bCmNdv9VAPzJX3/bXqkVLnAvsPfg==
859894

860-
"@babel/parser@^7.14.6":
861-
version "7.14.6"
862-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2"
863-
integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==
895+
"@babel/parser@^7.14.8":
896+
version "7.14.8"
897+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
898+
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
864899

865900
"@babel/parser@^7.2.2", "@babel/parser@^7.2.3":
866901
version "7.2.3"
@@ -1771,10 +1806,10 @@
17711806
core-js "^2.5.7"
17721807
regenerator-runtime "^0.11.1"
17731808

1774-
"@babel/[email protected].7":
1775-
version "7.14.7"
1776-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a"
1777-
integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA==
1809+
"@babel/[email protected].8":
1810+
version "7.14.8"
1811+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b"
1812+
integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg==
17781813
dependencies:
17791814
"@babel/compat-data" "^7.14.7"
17801815
"@babel/helper-compilation-targets" "^7.14.5"
@@ -1843,7 +1878,7 @@
18431878
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
18441879
"@babel/plugin-transform-unicode-regex" "^7.14.5"
18451880
"@babel/preset-modules" "^0.1.4"
1846-
"@babel/types" "^7.14.5"
1881+
"@babel/types" "^7.14.8"
18471882
babel-plugin-polyfill-corejs2 "^0.2.2"
18481883
babel-plugin-polyfill-corejs3 "^0.2.2"
18491884
babel-plugin-polyfill-regenerator "^0.2.2"
@@ -2051,6 +2086,21 @@
20512086
debug "^4.1.0"
20522087
globals "^11.1.0"
20532088

2089+
"@babel/traverse@^7.14.8":
2090+
version "7.14.8"
2091+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce"
2092+
integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg==
2093+
dependencies:
2094+
"@babel/code-frame" "^7.14.5"
2095+
"@babel/generator" "^7.14.8"
2096+
"@babel/helper-function-name" "^7.14.5"
2097+
"@babel/helper-hoist-variables" "^7.14.5"
2098+
"@babel/helper-split-export-declaration" "^7.14.5"
2099+
"@babel/parser" "^7.14.8"
2100+
"@babel/types" "^7.14.8"
2101+
debug "^4.1.0"
2102+
globals "^11.1.0"
2103+
20542104
"@babel/traverse@^7.2.2":
20552105
version "7.2.3"
20562106
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.2.3.tgz#7ff50cefa9c7c0bd2d81231fdac122f3957748d8"
@@ -2146,6 +2196,14 @@
21462196
"@babel/helper-validator-identifier" "^7.14.5"
21472197
to-fast-properties "^2.0.0"
21482198

2199+
"@babel/types@^7.14.8":
2200+
version "7.14.8"
2201+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"
2202+
integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==
2203+
dependencies:
2204+
"@babel/helper-validator-identifier" "^7.14.8"
2205+
to-fast-properties "^2.0.0"
2206+
21492207
"@babel/types@^7.2.0", "@babel/types@^7.2.2":
21502208
version "7.2.2"
21512209
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.2.2.tgz#44e10fc24e33af524488b716cdaee5360ea8ed1e"

0 commit comments

Comments
 (0)