Skip to content

Commit 94f0b53

Browse files
chore: update babel monorepo (#1968)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 7b29c48 commit 94f0b53

File tree

2 files changed

+103
-18
lines changed

2 files changed

+103
-18
lines changed

@commitlint/travis-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
},
4646
"license": "MIT",
4747
"devDependencies": {
48-
"@babel/cli": "7.10.1",
49-
"@babel/core": "7.10.2",
48+
"@babel/cli": "7.10.3",
49+
"@babel/core": "7.10.3",
5050
"@commitlint/test": "^9.0.1",
5151
"@commitlint/utils": "^9.0.1",
5252
"babel-preset-commitlint": "^9.0.1",

yarn.lock

+101-16
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@babel/[email protected].1":
6-
version "7.10.1"
7-
resolved "https://registry.npmjs.org/@babel/cli/-/cli-7.10.1.tgz#b6e5cd43a17b8f639442ab027976408ebe6d79a0"
8-
integrity sha512-cVB+dXeGhMOqViIaZs3A9OUAe4pKw4SBNdMw6yHJMYR7s4TB+Cei7ThquV/84O19PdIFWuwe03vxxES0BHUm5g==
5+
"@babel/[email protected].3":
6+
version "7.10.3"
7+
resolved "https://registry.npmjs.org/@babel/cli/-/cli-7.10.3.tgz#4ea83bd997d2a41c78d07263ada3ec466fb3764b"
8+
integrity sha512-lWB3yH5/fWY8pi2Kj5/fA+17guJ9feSBw5DNjTju3/nRi9sXnl1JPh7aKQOSvdNbiDbkzzoGYtsr46M8dGmXDQ==
99
dependencies:
1010
commander "^4.0.1"
1111
convert-source-map "^1.1.0"
@@ -48,6 +48,13 @@
4848
dependencies:
4949
"@babel/highlight" "^7.10.1"
5050

51+
"@babel/code-frame@^7.10.3":
52+
version "7.10.3"
53+
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.3.tgz#324bcfd8d35cd3d47dae18cde63d752086435e9a"
54+
integrity sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg==
55+
dependencies:
56+
"@babel/highlight" "^7.10.3"
57+
5158
"@babel/compat-data@^7.8.4":
5259
version "7.8.5"
5360
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.8.5.tgz#d28ce872778c23551cbb9432fc68d28495b613b9"
@@ -57,19 +64,19 @@
5764
invariant "^2.2.4"
5865
semver "^5.5.0"
5966

60-
"@babel/[email protected].2":
61-
version "7.10.2"
62-
resolved "https://registry.npmjs.org/@babel/core/-/core-7.10.2.tgz#bd6786046668a925ac2bd2fd95b579b92a23b36a"
63-
integrity sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ==
67+
"@babel/[email protected].3":
68+
version "7.10.3"
69+
resolved "https://registry.npmjs.org/@babel/core/-/core-7.10.3.tgz#73b0e8ddeec1e3fdd7a2de587a60e17c440ec77e"
70+
integrity sha512-5YqWxYE3pyhIi84L84YcwjeEgS+fa7ZjK6IBVGTjDVfm64njkR2lfDhVR5OudLk8x2GK59YoSyVv+L/03k1q9w==
6471
dependencies:
65-
"@babel/code-frame" "^7.10.1"
66-
"@babel/generator" "^7.10.2"
72+
"@babel/code-frame" "^7.10.3"
73+
"@babel/generator" "^7.10.3"
6774
"@babel/helper-module-transforms" "^7.10.1"
6875
"@babel/helpers" "^7.10.1"
69-
"@babel/parser" "^7.10.2"
70-
"@babel/template" "^7.10.1"
71-
"@babel/traverse" "^7.10.1"
72-
"@babel/types" "^7.10.2"
76+
"@babel/parser" "^7.10.3"
77+
"@babel/template" "^7.10.3"
78+
"@babel/traverse" "^7.10.3"
79+
"@babel/types" "^7.10.3"
7380
convert-source-map "^1.7.0"
7481
debug "^4.1.0"
7582
gensync "^1.0.0-beta.1"
@@ -110,7 +117,7 @@
110117
lodash "^4.17.13"
111118
source-map "^0.5.0"
112119

113-
"@babel/generator@^7.10.1", "@babel/generator@^7.10.2":
120+
"@babel/generator@^7.10.1":
114121
version "7.10.2"
115122
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.10.2.tgz#0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9"
116123
integrity sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA==
@@ -120,6 +127,16 @@
120127
lodash "^4.17.13"
121128
source-map "^0.5.0"
122129

130+
"@babel/generator@^7.10.3":
131+
version "7.10.3"
132+
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.10.3.tgz#32b9a0d963a71d7a54f5f6c15659c3dbc2a523a5"
133+
integrity sha512-drt8MUHbEqRzNR0xnF8nMehbY11b1SDkRw03PSNH/3Rb2Z35oxkddVSi3rcaak0YJQ86PCuE7Qx1jSFhbLNBMA==
134+
dependencies:
135+
"@babel/types" "^7.10.3"
136+
jsesc "^2.5.1"
137+
lodash "^4.17.13"
138+
source-map "^0.5.0"
139+
123140
"@babel/helper-annotate-as-pure@^7.8.3":
124141
version "7.8.3"
125142
resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee"
@@ -197,6 +214,15 @@
197214
"@babel/template" "^7.10.1"
198215
"@babel/types" "^7.10.1"
199216

217+
"@babel/helper-function-name@^7.10.3":
218+
version "7.10.3"
219+
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.3.tgz#79316cd75a9fa25ba9787ff54544307ed444f197"
220+
integrity sha512-FvSj2aiOd8zbeqijjgqdMDSyxsGHaMt5Tr0XjQsGKHD3/1FP3wksjnLAWzxw7lvXiej8W1Jt47SKTZ6upQNiRw==
221+
dependencies:
222+
"@babel/helper-get-function-arity" "^7.10.3"
223+
"@babel/template" "^7.10.3"
224+
"@babel/types" "^7.10.3"
225+
200226
"@babel/helper-function-name@^7.8.3":
201227
version "7.8.3"
202228
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca"
@@ -213,6 +239,13 @@
213239
dependencies:
214240
"@babel/types" "^7.10.1"
215241

242+
"@babel/helper-get-function-arity@^7.10.3":
243+
version "7.10.3"
244+
resolved "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.3.tgz#3a28f7b28ccc7719eacd9223b659fdf162e4c45e"
245+
integrity sha512-iUD/gFsR+M6uiy69JA6fzM5seno8oE85IYZdbVVEuQaZlEzMO2MXblh+KSPJgsZAUx0EEbWXU0yJaW7C9CdAVg==
246+
dependencies:
247+
"@babel/types" "^7.10.3"
248+
216249
"@babel/helper-get-function-arity@^7.8.3":
217250
version "7.8.3"
218251
resolved "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
@@ -372,6 +405,11 @@
372405
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5"
373406
integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==
374407

408+
"@babel/helper-validator-identifier@^7.10.3":
409+
version "7.10.3"
410+
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz#60d9847f98c4cea1b279e005fdb7c28be5412d15"
411+
integrity sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw==
412+
375413
"@babel/helper-wrap-function@^7.8.3":
376414
version "7.8.3"
377415
resolved "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610"
@@ -409,6 +447,15 @@
409447
chalk "^2.0.0"
410448
js-tokens "^4.0.0"
411449

450+
"@babel/highlight@^7.10.3":
451+
version "7.10.3"
452+
resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.3.tgz#c633bb34adf07c5c13156692f5922c81ec53f28d"
453+
integrity sha512-Ih9B/u7AtgEnySE2L2F0Xm0GaM729XqqLfHkalTsbjXGyqmf/6M0Cu0WpvqueUlW+xk88BHw9Nkpj49naU+vWw==
454+
dependencies:
455+
"@babel/helper-validator-identifier" "^7.10.3"
456+
chalk "^2.0.0"
457+
js-tokens "^4.0.0"
458+
412459
"@babel/highlight@^7.8.3":
413460
version "7.8.3"
414461
resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
@@ -423,11 +470,16 @@
423470
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8"
424471
integrity sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==
425472

426-
"@babel/parser@^7.10.1", "@babel/parser@^7.10.2":
473+
"@babel/parser@^7.10.1":
427474
version "7.10.2"
428475
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0"
429476
integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==
430477

478+
"@babel/parser@^7.10.3":
479+
version "7.10.3"
480+
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.10.3.tgz#7e71d892b0d6e7d04a1af4c3c79d72c1f10f5315"
481+
integrity sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA==
482+
431483
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
432484
version "7.8.3"
433485
resolved "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f"
@@ -913,6 +965,15 @@
913965
"@babel/parser" "^7.10.1"
914966
"@babel/types" "^7.10.1"
915967

968+
"@babel/template@^7.10.3":
969+
version "7.10.3"
970+
resolved "https://registry.npmjs.org/@babel/template/-/template-7.10.3.tgz#4d13bc8e30bf95b0ce9d175d30306f42a2c9a7b8"
971+
integrity sha512-5BjI4gdtD+9fHZUsaxPHPNpwa+xRkDO7c7JbhYn2afvrkDu5SfAAbi9AIMXw2xEhO/BR35TqiW97IqNvCo/GqA==
972+
dependencies:
973+
"@babel/code-frame" "^7.10.3"
974+
"@babel/parser" "^7.10.3"
975+
"@babel/types" "^7.10.3"
976+
916977
"@babel/template@^7.7.4", "@babel/template@^7.8.3":
917978
version "7.8.3"
918979
resolved "https://registry.npmjs.org/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8"
@@ -952,6 +1013,21 @@
9521013
globals "^11.1.0"
9531014
lodash "^4.17.13"
9541015

1016+
"@babel/traverse@^7.10.3":
1017+
version "7.10.3"
1018+
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.3.tgz#0b01731794aa7b77b214bcd96661f18281155d7e"
1019+
integrity sha512-qO6623eBFhuPm0TmmrUFMT1FulCmsSeJuVGhiLodk2raUDFhhTECLd9E9jC4LBIWziqt4wgF6KuXE4d+Jz9yug==
1020+
dependencies:
1021+
"@babel/code-frame" "^7.10.3"
1022+
"@babel/generator" "^7.10.3"
1023+
"@babel/helper-function-name" "^7.10.3"
1024+
"@babel/helper-split-export-declaration" "^7.10.1"
1025+
"@babel/parser" "^7.10.3"
1026+
"@babel/types" "^7.10.3"
1027+
debug "^4.1.0"
1028+
globals "^11.1.0"
1029+
lodash "^4.17.13"
1030+
9551031
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.8.3":
9561032
version "7.8.3"
9571033
resolved "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
@@ -970,6 +1046,15 @@
9701046
lodash "^4.17.13"
9711047
to-fast-properties "^2.0.0"
9721048

1049+
"@babel/types@^7.10.3":
1050+
version "7.10.3"
1051+
resolved "https://registry.npmjs.org/@babel/types/-/types-7.10.3.tgz#6535e3b79fea86a6b09e012ea8528f935099de8e"
1052+
integrity sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==
1053+
dependencies:
1054+
"@babel/helper-validator-identifier" "^7.10.3"
1055+
lodash "^4.17.13"
1056+
to-fast-properties "^2.0.0"
1057+
9731058
"@bcoe/v8-coverage@^0.2.3":
9741059
version "0.2.3"
9751060
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)