Skip to content

Commit 102ba9a

Browse files
renovate-botvikerman
authored andcommitted
build: update @babel/core to version 7.6.4
1 parent d9bf2db commit 102ba9a

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@angular-devkit/build-optimizer": "0.0.0",
1212
"@angular-devkit/build-webpack": "0.0.0",
1313
"@angular-devkit/core": "0.0.0",
14-
"@babel/core": "7.6.3",
14+
"@babel/core": "7.6.4",
1515
"@babel/preset-env": "7.6.3",
1616
"@ngtools/webpack": "0.0.0",
1717
"ajv": "6.10.2",

yarn.lock

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,27 @@
122122
dependencies:
123123
"@babel/highlight" "^7.0.0"
124124

125-
"@babel/[email protected]", "@babel/core@^7.5.5":
125+
126+
version "7.6.4"
127+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.4.tgz#6ebd9fe00925f6c3e177bb726a188b5f578088ff"
128+
integrity sha512-Rm0HGw101GY8FTzpWSyRbki/jzq+/PkNQJ+nSulrdY6gFGOsNseCqD6KHRYe2E+EdzuBdr2pxCp6s4Uk6eJ+XQ==
129+
dependencies:
130+
"@babel/code-frame" "^7.5.5"
131+
"@babel/generator" "^7.6.4"
132+
"@babel/helpers" "^7.6.2"
133+
"@babel/parser" "^7.6.4"
134+
"@babel/template" "^7.6.0"
135+
"@babel/traverse" "^7.6.3"
136+
"@babel/types" "^7.6.3"
137+
convert-source-map "^1.1.0"
138+
debug "^4.1.0"
139+
json5 "^2.1.0"
140+
lodash "^4.17.13"
141+
resolve "^1.3.2"
142+
semver "^5.4.1"
143+
source-map "^0.5.0"
144+
145+
"@babel/core@^7.5.5":
126146
version "7.6.3"
127147
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.3.tgz#44de824e89eaa089bb12da7337bc9bdff2ab68f9"
128148
integrity sha512-QfQ5jTBgXLzJuo7Mo8bZK/ePywmgNRgk/UQykiKwEtZPiFIn8ZqE6jB+AnD1hbB1S2xQyL4//it5vuAUOVAMTw==
@@ -162,6 +182,16 @@
162182
lodash "^4.17.13"
163183
source-map "^0.6.1"
164184

185+
"@babel/generator@^7.6.4":
186+
version "7.6.4"
187+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.4.tgz#a4f8437287bf9671b07f483b76e3bb731bc97671"
188+
integrity sha512-jsBuXkFoZxk0yWLyGI9llT9oiQ2FeTASmRFE32U+aaDTfoE92t78eroO7PTpU/OrYq38hlcDM6vbfLDaOLy+7w==
189+
dependencies:
190+
"@babel/types" "^7.6.3"
191+
jsesc "^2.5.1"
192+
lodash "^4.17.13"
193+
source-map "^0.5.0"
194+
165195
"@babel/helper-annotate-as-pure@^7.0.0":
166196
version "7.0.0"
167197
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -345,6 +375,11 @@
345375
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.3.tgz#9eff8b9c3eeae16a74d8d4ff30da2bd0d6f0487e"
346376
integrity sha512-sUZdXlva1dt2Vw2RqbMkmfoImubO0D0gaCrNngV6Hi0DA4x3o4mlrq0tbfY0dZEUIccH8I6wQ4qgEtwcpOR6Qg==
347377

378+
"@babel/parser@^7.6.4":
379+
version "7.6.4"
380+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.4.tgz#cb9b36a7482110282d5cb6dd424ec9262b473d81"
381+
integrity sha512-D8RHPW5qd0Vbyo3qb+YjO5nvUVRTXFLQ/FsDxJU2Nqz4uB5EnUN0ZQSEYpvTIbRuttig1XbHWU5oMeQwQSAA+A==
382+
348383
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
349384
version "7.2.0"
350385
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)