Skip to content

Commit 4aa57fb

Browse files
committed
chore(deps): update dependency @babel/core to v7.6.4
1 parent 8225782 commit 4aa57fb

File tree

2 files changed

+23
-8
lines changed

2 files changed

+23
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"yargs": "^14.0.0"
4545
},
4646
"devDependencies": {
47-
"@babel/core": "7.6.3",
47+
"@babel/core": "7.6.4",
4848
"@babel/plugin-proposal-class-properties": "7.5.5",
4949
"@babel/plugin-proposal-object-rest-spread": "7.6.2",
5050
"@babel/preset-env": "7.6.3",

yarn.lock

+22-7
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
dependencies:
1717
"@babel/highlight" "^7.0.0"
1818

19-
"@babel/[email protected].3":
20-
version "7.6.3"
21-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.3.tgz#44de824e89eaa089bb12da7337bc9bdff2ab68f9"
22-
integrity sha512-QfQ5jTBgXLzJuo7Mo8bZK/ePywmgNRgk/UQykiKwEtZPiFIn8ZqE6jB+AnD1hbB1S2xQyL4//it5vuAUOVAMTw==
19+
"@babel/[email protected].4":
20+
version "7.6.4"
21+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.4.tgz#6ebd9fe00925f6c3e177bb726a188b5f578088ff"
22+
integrity sha512-Rm0HGw101GY8FTzpWSyRbki/jzq+/PkNQJ+nSulrdY6gFGOsNseCqD6KHRYe2E+EdzuBdr2pxCp6s4Uk6eJ+XQ==
2323
dependencies:
2424
"@babel/code-frame" "^7.5.5"
25-
"@babel/generator" "^7.6.3"
25+
"@babel/generator" "^7.6.4"
2626
"@babel/helpers" "^7.6.2"
27-
"@babel/parser" "^7.6.3"
27+
"@babel/parser" "^7.6.4"
2828
"@babel/template" "^7.6.0"
2929
"@babel/traverse" "^7.6.3"
3030
"@babel/types" "^7.6.3"
@@ -34,7 +34,7 @@
3434
lodash "^4.17.13"
3535
resolve "^1.3.2"
3636
semver "^5.4.1"
37-
source-map "^0.6.1"
37+
source-map "^0.5.0"
3838

3939
"@babel/core@^7.1.0":
4040
version "7.3.4"
@@ -109,6 +109,16 @@
109109
lodash "^4.17.13"
110110
source-map "^0.6.1"
111111

112+
"@babel/generator@^7.6.4":
113+
version "7.6.4"
114+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.4.tgz#a4f8437287bf9671b07f483b76e3bb731bc97671"
115+
integrity sha512-jsBuXkFoZxk0yWLyGI9llT9oiQ2FeTASmRFE32U+aaDTfoE92t78eroO7PTpU/OrYq38hlcDM6vbfLDaOLy+7w==
116+
dependencies:
117+
"@babel/types" "^7.6.3"
118+
jsesc "^2.5.1"
119+
lodash "^4.17.13"
120+
source-map "^0.5.0"
121+
112122
"@babel/helper-annotate-as-pure@^7.0.0":
113123
version "7.0.0"
114124
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -371,6 +381,11 @@
371381
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.3.tgz#9eff8b9c3eeae16a74d8d4ff30da2bd0d6f0487e"
372382
integrity sha512-sUZdXlva1dt2Vw2RqbMkmfoImubO0D0gaCrNngV6Hi0DA4x3o4mlrq0tbfY0dZEUIccH8I6wQ4qgEtwcpOR6Qg==
373383

384+
"@babel/parser@^7.6.4":
385+
version "7.6.4"
386+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.4.tgz#cb9b36a7482110282d5cb6dd424ec9262b473d81"
387+
integrity sha512-D8RHPW5qd0Vbyo3qb+YjO5nvUVRTXFLQ/FsDxJU2Nqz4uB5EnUN0ZQSEYpvTIbRuttig1XbHWU5oMeQwQSAA+A==
388+
374389
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
375390
version "7.2.0"
376391
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"

0 commit comments

Comments
 (0)