Skip to content

Commit 46c48f7

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.10.2
1 parent f8de3bf commit 46c48f7

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
@@ -39,9 +39,9 @@
3939
"@aureooms/js-random": "2.0.0",
4040
"@aureooms/js-string": "0.2.0",
4141
"@babel/cli": "7.10.1",
42-
"@babel/core": "7.10.1",
42+
"@babel/core": "7.10.2",
4343
"@babel/polyfill": "7.10.1",
44-
"@babel/preset-env": "7.10.1",
44+
"@babel/preset-env": "7.10.2",
4545
"@babel/register": "7.10.1",
4646
"ava": "3.8.2",
4747
"coveralls": "3.1.0",

yarn.lock

Lines changed: 41 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -91,19 +91,19 @@
9191
invariant "^2.2.4"
9292
semver "^5.5.0"
9393

94-
"@babel/core@7.10.1":
95-
version "7.10.1"
96-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.1.tgz#2a0ad0ea693601820defebad2140206503d89af3"
97-
integrity sha512-u8XiZ6sMXW/gPmoP5ijonSUln4unazG291X0XAQ5h0s8qnAFr6BRRZGUEK+jtRWdmB0NTJQt7Uga25q8GetIIg==
94+
"@babel/core@7.10.2":
95+
version "7.10.2"
96+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.2.tgz#bd6786046668a925ac2bd2fd95b579b92a23b36a"
97+
integrity sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ==
9898
dependencies:
9999
"@babel/code-frame" "^7.10.1"
100-
"@babel/generator" "^7.10.1"
100+
"@babel/generator" "^7.10.2"
101101
"@babel/helper-module-transforms" "^7.10.1"
102102
"@babel/helpers" "^7.10.1"
103-
"@babel/parser" "^7.10.1"
103+
"@babel/parser" "^7.10.2"
104104
"@babel/template" "^7.10.1"
105105
"@babel/traverse" "^7.10.1"
106-
"@babel/types" "^7.10.1"
106+
"@babel/types" "^7.10.2"
107107
convert-source-map "^1.7.0"
108108
debug "^4.1.0"
109109
gensync "^1.0.0-beta.1"
@@ -145,6 +145,16 @@
145145
lodash "^4.17.13"
146146
source-map "^0.5.0"
147147

148+
"@babel/generator@^7.10.2":
149+
version "7.10.2"
150+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.2.tgz#0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9"
151+
integrity sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA==
152+
dependencies:
153+
"@babel/types" "^7.10.2"
154+
jsesc "^2.5.1"
155+
lodash "^4.17.13"
156+
source-map "^0.5.0"
157+
148158
"@babel/generator@^7.9.6":
149159
version "7.9.6"
150160
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43"
@@ -177,10 +187,10 @@
177187
"@babel/helper-explode-assignable-expression" "^7.10.1"
178188
"@babel/types" "^7.10.1"
179189

180-
"@babel/helper-compilation-targets@^7.10.1":
181-
version "7.10.1"
182-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.1.tgz#ad6f69b4c3bae955081ef914a84e5878ffcaca63"
183-
integrity sha512-YuF8IrgSmX/+MV2plPkjEnzlC2wf+gaok8ehMNN0jodF3/sejZauExqpEVGbJua62oaWoNYIXwz4RmAsVcGyHw==
190+
"@babel/helper-compilation-targets@^7.10.2":
191+
version "7.10.2"
192+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.2.tgz#a17d9723b6e2c750299d2a14d4637c76936d8285"
193+
integrity sha512-hYgOhF4To2UTB4LTaZepN/4Pl9LD4gfbJx8A34mqoluT8TLbof1mhUlYuNWTEebONa8+UlCC4X0TEXu7AOUyGA==
184194
dependencies:
185195
"@babel/compat-data" "^7.10.1"
186196
browserslist "^4.12.0"
@@ -488,6 +498,11 @@
488498
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.1.tgz#2e142c27ca58aa2c7b119d09269b702c8bbad28c"
489499
integrity sha512-AUTksaz3FqugBkbTZ1i+lDLG5qy8hIzCaAxEtttU6C0BtZZU9pkNZtWSVAht4EW9kl46YBiyTGMp9xTTGqViNg==
490500

501+
"@babel/parser@^7.10.2":
502+
version "7.10.2"
503+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0"
504+
integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==
505+
491506
"@babel/parser@^7.8.6", "@babel/parser@^7.9.6":
492507
version "7.9.6"
493508
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7"
@@ -928,13 +943,13 @@
928943
core-js "^2.6.5"
929944
regenerator-runtime "^0.13.4"
930945

931-
"@babel/preset-env@7.10.1":
932-
version "7.10.1"
933-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.1.tgz#099e1b76379739bdcbfab3d548dc7e7edb2ac808"
934-
integrity sha512-bGWNfjfXRLnqbN2T4lB3pMfoic8dkRrmHpVZamSFHzGy5xklyHTobZ28TVUD2grhE5WDnu67tBj8oslIhkiOMQ==
946+
"@babel/preset-env@7.10.2":
947+
version "7.10.2"
948+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.2.tgz#715930f2cf8573b0928005ee562bed52fb65fdfb"
949+
integrity sha512-MjqhX0RZaEgK/KueRzh+3yPSk30oqDKJ5HP5tqTSB1e2gzGS3PLy7K0BIpnp78+0anFuSwOeuCf1zZO7RzRvEA==
935950
dependencies:
936951
"@babel/compat-data" "^7.10.1"
937-
"@babel/helper-compilation-targets" "^7.10.1"
952+
"@babel/helper-compilation-targets" "^7.10.2"
938953
"@babel/helper-module-imports" "^7.10.1"
939954
"@babel/helper-plugin-utils" "^7.10.1"
940955
"@babel/plugin-proposal-async-generator-functions" "^7.10.1"
@@ -991,7 +1006,7 @@
9911006
"@babel/plugin-transform-unicode-escapes" "^7.10.1"
9921007
"@babel/plugin-transform-unicode-regex" "^7.10.1"
9931008
"@babel/preset-modules" "^0.1.3"
994-
"@babel/types" "^7.10.1"
1009+
"@babel/types" "^7.10.2"
9951010
browserslist "^4.12.0"
9961011
core-js-compat "^3.6.2"
9971012
invariant "^2.2.2"
@@ -1084,6 +1099,15 @@
10841099
lodash "^4.17.13"
10851100
to-fast-properties "^2.0.0"
10861101

1102+
"@babel/types@^7.10.2":
1103+
version "7.10.2"
1104+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d"
1105+
integrity sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==
1106+
dependencies:
1107+
"@babel/helper-validator-identifier" "^7.10.1"
1108+
lodash "^4.17.13"
1109+
to-fast-properties "^2.0.0"
1110+
10871111
"@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", "@babel/types@^7.9.6":
10881112
version "7.9.6"
10891113
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"

0 commit comments

Comments
 (0)