Skip to content

Commit

Permalink
build: update terser to version 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and vikerman committed Dec 2, 2019
1 parent a956cea commit eb3c239
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"stylus": "0.54.7",
"stylus-loader": "3.0.2",
"tree-kill": "1.2.1",
"terser": "4.4.0",
"terser": "4.4.2",
"terser-webpack-plugin": "2.2.1",
"webpack": "4.41.2",
"webpack-dev-middleware": "3.7.2",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10345,7 +10345,16 @@ terser-webpack-plugin@^1.4.1:
webpack-sources "^1.4.0"
worker-farm "^1.7.0"

terser@4.4.0, terser@^4.1.2, terser@^4.3.8, terser@^4.3.9:
terser@4.4.2:
version "4.4.2"
resolved "https://registry.yarnpkg.com/terser/-/terser-4.4.2.tgz#448fffad0245f4c8a277ce89788b458bfd7706e8"
integrity sha512-Uufrsvhj9O1ikwgITGsZ5EZS6qPokUOkCegS7fYOdGTv+OA90vndUbU6PEjr5ePqHfNUbGyMO7xyIZv2MhsALQ==
dependencies:
commander "^2.20.0"
source-map "~0.6.1"
source-map-support "~0.5.12"

terser@^4.1.2, terser@^4.3.8, terser@^4.3.9:
version "4.4.0"
resolved "https://registry.yarnpkg.com/terser/-/terser-4.4.0.tgz#22c46b4817cf4c9565434bfe6ad47336af259ac3"
integrity sha512-oDG16n2WKm27JO8h4y/w3iqBGAOSCtq7k8dRmrn4Wf9NouL0b2WpMHGChFGZq4nFAQy1FsNJrVQHfurXOSTmOA==
Expand Down

0 comments on commit eb3c239

Please sign in to comment.