Skip to content

Commit e9f702e

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.10.2
1 parent 8411fa9 commit e9f702e

File tree

2 files changed

+43
-19
lines changed

2 files changed

+43
-19
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"@aureooms/js-compare": "1.4.5",
3636
"@aureooms/js-functools": "2.0.3",
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

+41-17
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,19 @@
7676
invariant "^2.2.4"
7777
semver "^5.5.0"
7878

79-
"@babel/[email protected].1":
80-
version "7.10.1"
81-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.1.tgz#2a0ad0ea693601820defebad2140206503d89af3"
82-
integrity sha512-u8XiZ6sMXW/gPmoP5ijonSUln4unazG291X0XAQ5h0s8qnAFr6BRRZGUEK+jtRWdmB0NTJQt7Uga25q8GetIIg==
79+
"@babel/[email protected].2":
80+
version "7.10.2"
81+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.2.tgz#bd6786046668a925ac2bd2fd95b579b92a23b36a"
82+
integrity sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ==
8383
dependencies:
8484
"@babel/code-frame" "^7.10.1"
85-
"@babel/generator" "^7.10.1"
85+
"@babel/generator" "^7.10.2"
8686
"@babel/helper-module-transforms" "^7.10.1"
8787
"@babel/helpers" "^7.10.1"
88-
"@babel/parser" "^7.10.1"
88+
"@babel/parser" "^7.10.2"
8989
"@babel/template" "^7.10.1"
9090
"@babel/traverse" "^7.10.1"
91-
"@babel/types" "^7.10.1"
91+
"@babel/types" "^7.10.2"
9292
convert-source-map "^1.7.0"
9393
debug "^4.1.0"
9494
gensync "^1.0.0-beta.1"
@@ -130,6 +130,16 @@
130130
lodash "^4.17.13"
131131
source-map "^0.5.0"
132132

133+
"@babel/generator@^7.10.2":
134+
version "7.10.2"
135+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.2.tgz#0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9"
136+
integrity sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA==
137+
dependencies:
138+
"@babel/types" "^7.10.2"
139+
jsesc "^2.5.1"
140+
lodash "^4.17.13"
141+
source-map "^0.5.0"
142+
133143
"@babel/generator@^7.9.0", "@babel/generator@^7.9.5":
134144
version "7.9.5"
135145
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.5.tgz#27f0917741acc41e6eaaced6d68f96c3fa9afaf9"
@@ -162,10 +172,10 @@
162172
"@babel/helper-explode-assignable-expression" "^7.10.1"
163173
"@babel/types" "^7.10.1"
164174

165-
"@babel/helper-compilation-targets@^7.10.1":
166-
version "7.10.1"
167-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.1.tgz#ad6f69b4c3bae955081ef914a84e5878ffcaca63"
168-
integrity sha512-YuF8IrgSmX/+MV2plPkjEnzlC2wf+gaok8ehMNN0jodF3/sejZauExqpEVGbJua62oaWoNYIXwz4RmAsVcGyHw==
175+
"@babel/helper-compilation-targets@^7.10.2":
176+
version "7.10.2"
177+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.2.tgz#a17d9723b6e2c750299d2a14d4637c76936d8285"
178+
integrity sha512-hYgOhF4To2UTB4LTaZepN/4Pl9LD4gfbJx8A34mqoluT8TLbof1mhUlYuNWTEebONa8+UlCC4X0TEXu7AOUyGA==
169179
dependencies:
170180
"@babel/compat-data" "^7.10.1"
171181
browserslist "^4.12.0"
@@ -473,6 +483,11 @@
473483
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.1.tgz#2e142c27ca58aa2c7b119d09269b702c8bbad28c"
474484
integrity sha512-AUTksaz3FqugBkbTZ1i+lDLG5qy8hIzCaAxEtttU6C0BtZZU9pkNZtWSVAht4EW9kl46YBiyTGMp9xTTGqViNg==
475485

486+
"@babel/parser@^7.10.2":
487+
version "7.10.2"
488+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0"
489+
integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==
490+
476491
"@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
477492
version "7.9.4"
478493
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
@@ -913,13 +928,13 @@
913928
core-js "^2.6.5"
914929
regenerator-runtime "^0.13.4"
915930

916-
"@babel/[email protected].1":
917-
version "7.10.1"
918-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.1.tgz#099e1b76379739bdcbfab3d548dc7e7edb2ac808"
919-
integrity sha512-bGWNfjfXRLnqbN2T4lB3pMfoic8dkRrmHpVZamSFHzGy5xklyHTobZ28TVUD2grhE5WDnu67tBj8oslIhkiOMQ==
931+
"@babel/[email protected].2":
932+
version "7.10.2"
933+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.2.tgz#715930f2cf8573b0928005ee562bed52fb65fdfb"
934+
integrity sha512-MjqhX0RZaEgK/KueRzh+3yPSk30oqDKJ5HP5tqTSB1e2gzGS3PLy7K0BIpnp78+0anFuSwOeuCf1zZO7RzRvEA==
920935
dependencies:
921936
"@babel/compat-data" "^7.10.1"
922-
"@babel/helper-compilation-targets" "^7.10.1"
937+
"@babel/helper-compilation-targets" "^7.10.2"
923938
"@babel/helper-module-imports" "^7.10.1"
924939
"@babel/helper-plugin-utils" "^7.10.1"
925940
"@babel/plugin-proposal-async-generator-functions" "^7.10.1"
@@ -976,7 +991,7 @@
976991
"@babel/plugin-transform-unicode-escapes" "^7.10.1"
977992
"@babel/plugin-transform-unicode-regex" "^7.10.1"
978993
"@babel/preset-modules" "^0.1.3"
979-
"@babel/types" "^7.10.1"
994+
"@babel/types" "^7.10.2"
980995
browserslist "^4.12.0"
981996
core-js-compat "^3.6.2"
982997
invariant "^2.2.2"
@@ -1069,6 +1084,15 @@
10691084
lodash "^4.17.13"
10701085
to-fast-properties "^2.0.0"
10711086

1087+
"@babel/types@^7.10.2":
1088+
version "7.10.2"
1089+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d"
1090+
integrity sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==
1091+
dependencies:
1092+
"@babel/helper-validator-identifier" "^7.10.1"
1093+
lodash "^4.17.13"
1094+
to-fast-properties "^2.0.0"
1095+
10721096
"@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":
10731097
version "7.9.5"
10741098
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"

0 commit comments

Comments
 (0)