Skip to content

Commit 15cc65f

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update babel monorepo to v7.10.2
1 parent 0268601 commit 15cc65f

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
@@ -18,8 +18,8 @@
1818
"author": "Mike North <michael.l.north@gmail.com> (https://mike.works)",
1919
"dependencies": {
2020
"@babel/cli": "7.10.1",
21-
"@babel/core": "7.10.1",
22-
"@babel/preset-env": "7.10.1",
21+
"@babel/core": "7.10.2",
22+
"@babel/preset-env": "7.10.2",
2323
"@babel/preset-react": "7.10.1",
2424
"@babel/preset-stage-2": "7.8.3",
2525
"@mike-works/js-lib-renovate-config": "2.0.0",

yarn.lock

Lines changed: 41 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@
4848
invariant "^2.2.4"
4949
semver "^5.5.0"
5050

51-
"@babel/core@7.10.1":
52-
version "7.10.1"
53-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.1.tgz#2a0ad0ea693601820defebad2140206503d89af3"
54-
integrity sha512-u8XiZ6sMXW/gPmoP5ijonSUln4unazG291X0XAQ5h0s8qnAFr6BRRZGUEK+jtRWdmB0NTJQt7Uga25q8GetIIg==
51+
"@babel/core@7.10.2":
52+
version "7.10.2"
53+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.2.tgz#bd6786046668a925ac2bd2fd95b579b92a23b36a"
54+
integrity sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ==
5555
dependencies:
5656
"@babel/code-frame" "^7.10.1"
57-
"@babel/generator" "^7.10.1"
57+
"@babel/generator" "^7.10.2"
5858
"@babel/helper-module-transforms" "^7.10.1"
5959
"@babel/helpers" "^7.10.1"
60-
"@babel/parser" "^7.10.1"
60+
"@babel/parser" "^7.10.2"
6161
"@babel/template" "^7.10.1"
6262
"@babel/traverse" "^7.10.1"
63-
"@babel/types" "^7.10.1"
63+
"@babel/types" "^7.10.2"
6464
convert-source-map "^1.7.0"
6565
debug "^4.1.0"
6666
gensync "^1.0.0-beta.1"
@@ -163,6 +163,16 @@
163163
lodash "^4.17.13"
164164
source-map "^0.5.0"
165165

166+
"@babel/generator@^7.10.2":
167+
version "7.10.2"
168+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.2.tgz#0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9"
169+
integrity sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA==
170+
dependencies:
171+
"@babel/types" "^7.10.2"
172+
jsesc "^2.5.1"
173+
lodash "^4.17.13"
174+
source-map "^0.5.0"
175+
166176
"@babel/generator@^7.2.2":
167177
version "7.2.2"
168178
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.2.2.tgz#18c816c70962640eab42fe8cae5f3947a5c65ccc"
@@ -277,10 +287,10 @@
277287
"@babel/traverse" "^7.1.0"
278288
"@babel/types" "^7.0.0"
279289

280-
"@babel/helper-compilation-targets@^7.10.1":
281-
version "7.10.1"
282-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.1.tgz#ad6f69b4c3bae955081ef914a84e5878ffcaca63"
283-
integrity sha512-YuF8IrgSmX/+MV2plPkjEnzlC2wf+gaok8ehMNN0jodF3/sejZauExqpEVGbJua62oaWoNYIXwz4RmAsVcGyHw==
290+
"@babel/helper-compilation-targets@^7.10.2":
291+
version "7.10.2"
292+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.2.tgz#a17d9723b6e2c750299d2a14d4637c76936d8285"
293+
integrity sha512-hYgOhF4To2UTB4LTaZepN/4Pl9LD4gfbJx8A34mqoluT8TLbof1mhUlYuNWTEebONa8+UlCC4X0TEXu7AOUyGA==
284294
dependencies:
285295
"@babel/compat-data" "^7.10.1"
286296
browserslist "^4.12.0"
@@ -760,6 +770,11 @@
760770
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.1.tgz#2e142c27ca58aa2c7b119d09269b702c8bbad28c"
761771
integrity sha512-AUTksaz3FqugBkbTZ1i+lDLG5qy8hIzCaAxEtttU6C0BtZZU9pkNZtWSVAht4EW9kl46YBiyTGMp9xTTGqViNg==
762772

773+
"@babel/parser@^7.10.2":
774+
version "7.10.2"
775+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0"
776+
integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==
777+
763778
"@babel/parser@^7.2.2", "@babel/parser@^7.2.3":
764779
version "7.2.3"
765780
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.2.3.tgz#32f5df65744b70888d17872ec106b02434ba1489"
@@ -1621,13 +1636,13 @@
16211636
core-js "^2.5.7"
16221637
regenerator-runtime "^0.11.1"
16231638

1624-
"@babel/preset-env@7.10.1":
1625-
version "7.10.1"
1626-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.1.tgz#099e1b76379739bdcbfab3d548dc7e7edb2ac808"
1627-
integrity sha512-bGWNfjfXRLnqbN2T4lB3pMfoic8dkRrmHpVZamSFHzGy5xklyHTobZ28TVUD2grhE5WDnu67tBj8oslIhkiOMQ==
1639+
"@babel/preset-env@7.10.2":
1640+
version "7.10.2"
1641+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.2.tgz#715930f2cf8573b0928005ee562bed52fb65fdfb"
1642+
integrity sha512-MjqhX0RZaEgK/KueRzh+3yPSk30oqDKJ5HP5tqTSB1e2gzGS3PLy7K0BIpnp78+0anFuSwOeuCf1zZO7RzRvEA==
16281643
dependencies:
16291644
"@babel/compat-data" "^7.10.1"
1630-
"@babel/helper-compilation-targets" "^7.10.1"
1645+
"@babel/helper-compilation-targets" "^7.10.2"
16311646
"@babel/helper-module-imports" "^7.10.1"
16321647
"@babel/helper-plugin-utils" "^7.10.1"
16331648
"@babel/plugin-proposal-async-generator-functions" "^7.10.1"
@@ -1684,7 +1699,7 @@
16841699
"@babel/plugin-transform-unicode-escapes" "^7.10.1"
16851700
"@babel/plugin-transform-unicode-regex" "^7.10.1"
16861701
"@babel/preset-modules" "^0.1.3"
1687-
"@babel/types" "^7.10.1"
1702+
"@babel/types" "^7.10.2"
16881703
browserslist "^4.12.0"
16891704
core-js-compat "^3.6.2"
16901705
invariant "^2.2.2"
@@ -1955,6 +1970,15 @@
19551970
lodash "^4.17.13"
19561971
to-fast-properties "^2.0.0"
19571972

1973+
"@babel/types@^7.10.2":
1974+
version "7.10.2"
1975+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d"
1976+
integrity sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==
1977+
dependencies:
1978+
"@babel/helper-validator-identifier" "^7.10.1"
1979+
lodash "^4.17.13"
1980+
to-fast-properties "^2.0.0"
1981+
19581982
"@babel/types@^7.2.0", "@babel/types@^7.2.2":
19591983
version "7.2.2"
19601984
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.2.2.tgz#44e10fc24e33af524488b716cdaee5360ea8ed1e"

0 commit comments

Comments
 (0)