Skip to content

Commit 455500d

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.10.2
1 parent cb0a442 commit 455500d

File tree

2 files changed

+43
-19
lines changed

2 files changed

+43
-19
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"devDependencies": {
3636
"@aureooms/js-codec-ascii": "2.0.0",
3737
"@babel/cli": "7.10.1",
38-
"@babel/core": "7.10.1",
38+
"@babel/core": "7.10.2",
3939
"@babel/polyfill": "7.10.1",
40-
"@babel/preset-env": "7.10.1",
40+
"@babel/preset-env": "7.10.2",
4141
"@babel/register": "7.10.1",
4242
"ava": "3.8.2",
4343
"coveralls": "3.1.0",

yarn.lock

Lines changed: 41 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -80,19 +80,19 @@
8080
invariant "^2.2.4"
8181
semver "^5.5.0"
8282

83-
"@babel/core@7.10.1":
84-
version "7.10.1"
85-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.1.tgz#2a0ad0ea693601820defebad2140206503d89af3"
86-
integrity sha512-u8XiZ6sMXW/gPmoP5ijonSUln4unazG291X0XAQ5h0s8qnAFr6BRRZGUEK+jtRWdmB0NTJQt7Uga25q8GetIIg==
83+
"@babel/core@7.10.2":
84+
version "7.10.2"
85+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.2.tgz#bd6786046668a925ac2bd2fd95b579b92a23b36a"
86+
integrity sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ==
8787
dependencies:
8888
"@babel/code-frame" "^7.10.1"
89-
"@babel/generator" "^7.10.1"
89+
"@babel/generator" "^7.10.2"
9090
"@babel/helper-module-transforms" "^7.10.1"
9191
"@babel/helpers" "^7.10.1"
92-
"@babel/parser" "^7.10.1"
92+
"@babel/parser" "^7.10.2"
9393
"@babel/template" "^7.10.1"
9494
"@babel/traverse" "^7.10.1"
95-
"@babel/types" "^7.10.1"
95+
"@babel/types" "^7.10.2"
9696
convert-source-map "^1.7.0"
9797
debug "^4.1.0"
9898
gensync "^1.0.0-beta.1"
@@ -134,6 +134,16 @@
134134
lodash "^4.17.13"
135135
source-map "^0.5.0"
136136

137+
"@babel/generator@^7.10.2":
138+
version "7.10.2"
139+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.2.tgz#0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9"
140+
integrity sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA==
141+
dependencies:
142+
"@babel/types" "^7.10.2"
143+
jsesc "^2.5.1"
144+
lodash "^4.17.13"
145+
source-map "^0.5.0"
146+
137147
"@babel/generator@^7.9.0", "@babel/generator@^7.9.5":
138148
version "7.9.5"
139149
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.5.tgz#27f0917741acc41e6eaaced6d68f96c3fa9afaf9"
@@ -166,10 +176,10 @@
166176
"@babel/helper-explode-assignable-expression" "^7.10.1"
167177
"@babel/types" "^7.10.1"
168178

169-
"@babel/helper-compilation-targets@^7.10.1":
170-
version "7.10.1"
171-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.1.tgz#ad6f69b4c3bae955081ef914a84e5878ffcaca63"
172-
integrity sha512-YuF8IrgSmX/+MV2plPkjEnzlC2wf+gaok8ehMNN0jodF3/sejZauExqpEVGbJua62oaWoNYIXwz4RmAsVcGyHw==
179+
"@babel/helper-compilation-targets@^7.10.2":
180+
version "7.10.2"
181+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.2.tgz#a17d9723b6e2c750299d2a14d4637c76936d8285"
182+
integrity sha512-hYgOhF4To2UTB4LTaZepN/4Pl9LD4gfbJx8A34mqoluT8TLbof1mhUlYuNWTEebONa8+UlCC4X0TEXu7AOUyGA==
173183
dependencies:
174184
"@babel/compat-data" "^7.10.1"
175185
browserslist "^4.12.0"
@@ -477,6 +487,11 @@
477487
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.1.tgz#2e142c27ca58aa2c7b119d09269b702c8bbad28c"
478488
integrity sha512-AUTksaz3FqugBkbTZ1i+lDLG5qy8hIzCaAxEtttU6C0BtZZU9pkNZtWSVAht4EW9kl46YBiyTGMp9xTTGqViNg==
479489

490+
"@babel/parser@^7.10.2":
491+
version "7.10.2"
492+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0"
493+
integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==
494+
480495
"@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
481496
version "7.9.4"
482497
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
@@ -917,13 +932,13 @@
917932
core-js "^2.6.5"
918933
regenerator-runtime "^0.13.4"
919934

920-
"@babel/preset-env@7.10.1":
921-
version "7.10.1"
922-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.1.tgz#099e1b76379739bdcbfab3d548dc7e7edb2ac808"
923-
integrity sha512-bGWNfjfXRLnqbN2T4lB3pMfoic8dkRrmHpVZamSFHzGy5xklyHTobZ28TVUD2grhE5WDnu67tBj8oslIhkiOMQ==
935+
"@babel/preset-env@7.10.2":
936+
version "7.10.2"
937+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.2.tgz#715930f2cf8573b0928005ee562bed52fb65fdfb"
938+
integrity sha512-MjqhX0RZaEgK/KueRzh+3yPSk30oqDKJ5HP5tqTSB1e2gzGS3PLy7K0BIpnp78+0anFuSwOeuCf1zZO7RzRvEA==
924939
dependencies:
925940
"@babel/compat-data" "^7.10.1"
926-
"@babel/helper-compilation-targets" "^7.10.1"
941+
"@babel/helper-compilation-targets" "^7.10.2"
927942
"@babel/helper-module-imports" "^7.10.1"
928943
"@babel/helper-plugin-utils" "^7.10.1"
929944
"@babel/plugin-proposal-async-generator-functions" "^7.10.1"
@@ -980,7 +995,7 @@
980995
"@babel/plugin-transform-unicode-escapes" "^7.10.1"
981996
"@babel/plugin-transform-unicode-regex" "^7.10.1"
982997
"@babel/preset-modules" "^0.1.3"
983-
"@babel/types" "^7.10.1"
998+
"@babel/types" "^7.10.2"
984999
browserslist "^4.12.0"
9851000
core-js-compat "^3.6.2"
9861001
invariant "^2.2.2"
@@ -1073,6 +1088,15 @@
10731088
lodash "^4.17.13"
10741089
to-fast-properties "^2.0.0"
10751090

1091+
"@babel/types@^7.10.2":
1092+
version "7.10.2"
1093+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d"
1094+
integrity sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==
1095+
dependencies:
1096+
"@babel/helper-validator-identifier" "^7.10.1"
1097+
lodash "^4.17.13"
1098+
to-fast-properties "^2.0.0"
1099+
10761100
"@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
10771101
version "7.9.5"
10781102
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"

0 commit comments

Comments
 (0)