Skip to content

Commit 3c90e77

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.10.2
1 parent a9cb52e commit 3c90e77

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
@@ -36,9 +36,9 @@
3636
"@aureooms/js-number": "3.1.0",
3737
"@aureooms/js-prime": "4.0.0",
3838
"@babel/cli": "7.10.1",
39-
"@babel/core": "7.10.1",
39+
"@babel/core": "7.10.2",
4040
"@babel/polyfill": "7.10.1",
41-
"@babel/preset-env": "7.10.1",
41+
"@babel/preset-env": "7.10.2",
4242
"@babel/register": "7.10.1",
4343
"ava": "3.8.2",
4444
"bn.js": "5.1.2",

yarn.lock

Lines changed: 41 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,19 @@
8484
invariant "^2.2.4"
8585
semver "^5.5.0"
8686

87-
"@babel/[email protected].1":
88-
version "7.10.1"
89-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.1.tgz#2a0ad0ea693601820defebad2140206503d89af3"
90-
integrity sha512-u8XiZ6sMXW/gPmoP5ijonSUln4unazG291X0XAQ5h0s8qnAFr6BRRZGUEK+jtRWdmB0NTJQt7Uga25q8GetIIg==
87+
"@babel/[email protected].2":
88+
version "7.10.2"
89+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.2.tgz#bd6786046668a925ac2bd2fd95b579b92a23b36a"
90+
integrity sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ==
9191
dependencies:
9292
"@babel/code-frame" "^7.10.1"
93-
"@babel/generator" "^7.10.1"
93+
"@babel/generator" "^7.10.2"
9494
"@babel/helper-module-transforms" "^7.10.1"
9595
"@babel/helpers" "^7.10.1"
96-
"@babel/parser" "^7.10.1"
96+
"@babel/parser" "^7.10.2"
9797
"@babel/template" "^7.10.1"
9898
"@babel/traverse" "^7.10.1"
99-
"@babel/types" "^7.10.1"
99+
"@babel/types" "^7.10.2"
100100
convert-source-map "^1.7.0"
101101
debug "^4.1.0"
102102
gensync "^1.0.0-beta.1"
@@ -138,6 +138,16 @@
138138
lodash "^4.17.13"
139139
source-map "^0.5.0"
140140

141+
"@babel/generator@^7.10.2":
142+
version "7.10.2"
143+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.2.tgz#0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9"
144+
integrity sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA==
145+
dependencies:
146+
"@babel/types" "^7.10.2"
147+
jsesc "^2.5.1"
148+
lodash "^4.17.13"
149+
source-map "^0.5.0"
150+
141151
"@babel/generator@^7.9.6":
142152
version "7.9.6"
143153
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43"
@@ -170,10 +180,10 @@
170180
"@babel/helper-explode-assignable-expression" "^7.10.1"
171181
"@babel/types" "^7.10.1"
172182

173-
"@babel/helper-compilation-targets@^7.10.1":
174-
version "7.10.1"
175-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.1.tgz#ad6f69b4c3bae955081ef914a84e5878ffcaca63"
176-
integrity sha512-YuF8IrgSmX/+MV2plPkjEnzlC2wf+gaok8ehMNN0jodF3/sejZauExqpEVGbJua62oaWoNYIXwz4RmAsVcGyHw==
183+
"@babel/helper-compilation-targets@^7.10.2":
184+
version "7.10.2"
185+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.2.tgz#a17d9723b6e2c750299d2a14d4637c76936d8285"
186+
integrity sha512-hYgOhF4To2UTB4LTaZepN/4Pl9LD4gfbJx8A34mqoluT8TLbof1mhUlYuNWTEebONa8+UlCC4X0TEXu7AOUyGA==
177187
dependencies:
178188
"@babel/compat-data" "^7.10.1"
179189
browserslist "^4.12.0"
@@ -481,6 +491,11 @@
481491
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.1.tgz#2e142c27ca58aa2c7b119d09269b702c8bbad28c"
482492
integrity sha512-AUTksaz3FqugBkbTZ1i+lDLG5qy8hIzCaAxEtttU6C0BtZZU9pkNZtWSVAht4EW9kl46YBiyTGMp9xTTGqViNg==
483493

494+
"@babel/parser@^7.10.2":
495+
version "7.10.2"
496+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0"
497+
integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==
498+
484499
"@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.6":
485500
version "7.9.6"
486501
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7"
@@ -921,13 +936,13 @@
921936
core-js "^2.6.5"
922937
regenerator-runtime "^0.13.4"
923938

924-
"@babel/[email protected].1":
925-
version "7.10.1"
926-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.1.tgz#099e1b76379739bdcbfab3d548dc7e7edb2ac808"
927-
integrity sha512-bGWNfjfXRLnqbN2T4lB3pMfoic8dkRrmHpVZamSFHzGy5xklyHTobZ28TVUD2grhE5WDnu67tBj8oslIhkiOMQ==
939+
"@babel/[email protected].2":
940+
version "7.10.2"
941+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.2.tgz#715930f2cf8573b0928005ee562bed52fb65fdfb"
942+
integrity sha512-MjqhX0RZaEgK/KueRzh+3yPSk30oqDKJ5HP5tqTSB1e2gzGS3PLy7K0BIpnp78+0anFuSwOeuCf1zZO7RzRvEA==
928943
dependencies:
929944
"@babel/compat-data" "^7.10.1"
930-
"@babel/helper-compilation-targets" "^7.10.1"
945+
"@babel/helper-compilation-targets" "^7.10.2"
931946
"@babel/helper-module-imports" "^7.10.1"
932947
"@babel/helper-plugin-utils" "^7.10.1"
933948
"@babel/plugin-proposal-async-generator-functions" "^7.10.1"
@@ -984,7 +999,7 @@
984999
"@babel/plugin-transform-unicode-escapes" "^7.10.1"
9851000
"@babel/plugin-transform-unicode-regex" "^7.10.1"
9861001
"@babel/preset-modules" "^0.1.3"
987-
"@babel/types" "^7.10.1"
1002+
"@babel/types" "^7.10.2"
9881003
browserslist "^4.12.0"
9891004
core-js-compat "^3.6.2"
9901005
invariant "^2.2.2"
@@ -1077,6 +1092,15 @@
10771092
lodash "^4.17.13"
10781093
to-fast-properties "^2.0.0"
10791094

1095+
"@babel/types@^7.10.2":
1096+
version "7.10.2"
1097+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d"
1098+
integrity sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==
1099+
dependencies:
1100+
"@babel/helper-validator-identifier" "^7.10.1"
1101+
lodash "^4.17.13"
1102+
to-fast-properties "^2.0.0"
1103+
10801104
"@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":
10811105
version "7.9.6"
10821106
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"

0 commit comments

Comments
 (0)