Skip to content

Commit 45beca0

Browse files
renovate-botdgp1130
authored andcommitted
build: update @babel/generator to version 7.9.4
1 parent 0cdb84d commit 45beca0

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@angular-devkit/build-webpack": "0.0.0",
1313
"@angular-devkit/core": "0.0.0",
1414
"@babel/core": "7.9.0",
15-
"@babel/generator": "7.9.3",
15+
"@babel/generator": "7.9.4",
1616
"@babel/preset-env": "7.9.0",
1717
"@babel/template": "7.8.6",
1818
"@jsdevtools/coverage-istanbul-loader": "3.0.3",

yarn.lock

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,10 @@
183183
semver "^5.4.1"
184184
source-map "^0.5.0"
185185

186-
"@babel/[email protected].3", "@babel/generator@^7.9.0":
187-
version "7.9.3"
188-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.3.tgz#7c8b2956c6f68b3ab732bd16305916fbba521d94"
189-
integrity sha512-RpxM252EYsz9qLUIq6F7YJyK1sv0wWDBFuztfDGWaQKzHjqDHysxSiRUpA/X9jmfqo+WzkAVKFaUily5h+gDCQ==
186+
"@babel/[email protected].4":
187+
version "7.9.4"
188+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.4.tgz#12441e90c3b3c4159cdecf312075bf1a8ce2dbce"
189+
integrity sha512-rjP8ahaDy/ouhrvCoU1E5mqaitWrxwuNGU+dy1EpaoK48jZay4MdkskKGIMHLZNewg8sAsqpGSREJwP0zH3YQA==
190190
dependencies:
191191
"@babel/types" "^7.9.0"
192192
jsesc "^2.5.1"
@@ -203,6 +203,16 @@
203203
lodash "^4.17.13"
204204
source-map "^0.5.0"
205205

206+
"@babel/generator@^7.9.0":
207+
version "7.9.3"
208+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.3.tgz#7c8b2956c6f68b3ab732bd16305916fbba521d94"
209+
integrity sha512-RpxM252EYsz9qLUIq6F7YJyK1sv0wWDBFuztfDGWaQKzHjqDHysxSiRUpA/X9jmfqo+WzkAVKFaUily5h+gDCQ==
210+
dependencies:
211+
"@babel/types" "^7.9.0"
212+
jsesc "^2.5.1"
213+
lodash "^4.17.13"
214+
source-map "^0.5.0"
215+
206216
"@babel/helper-annotate-as-pure@^7.8.3":
207217
version "7.8.3"
208218
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee"

0 commit comments

Comments
 (0)