Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build: update terser-webpack-plugin to version 1.2.1
  • Loading branch information
renovate-bot authored and Alan Agius committed Jan 10, 2019
1 parent d9a4c5a commit 248586c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Expand Up @@ -44,8 +44,8 @@
"style-loader": "0.23.1",
"stylus": "0.54.5",
"stylus-loader": "3.0.2",
"terser-webpack-plugin": "1.1.0",
"tree-kill": "1.2.0",
"terser-webpack-plugin": "1.2.1",
"webpack": "4.23.1",
"webpack-dev-middleware": "3.4.0",
"webpack-dev-server": "3.1.14",
Expand Down
22 changes: 18 additions & 4 deletions yarn.lock
Expand Up @@ -9648,10 +9648,24 @@ term-size@^1.2.0:
dependencies:
execa "^0.7.0"

terser-webpack-plugin@1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.1.0.tgz#cf7c25a1eee25bf121f4a587bb9e004e3f80e528"
integrity sha512-61lV0DSxMAZ8AyZG7/A4a3UPlrbOBo8NIQ4tJzLPAdGOQ+yoNC7l5ijEow27lBAL2humer01KLS6bGIMYQxKoA==
terser-webpack-plugin@1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.2.1.tgz#7545da9ae5f4f9ae6a0ac961eb46f5e7c845cc26"
integrity sha512-GGSt+gbT0oKcMDmPx4SRSfJPE1XaN3kQRWG4ghxKQw9cn5G9x6aCKSsgYdvyM0na9NJ4Drv0RG6jbBByZ5CMjw==
dependencies:
cacache "^11.0.2"
find-cache-dir "^2.0.0"
schema-utils "^1.0.0"
serialize-javascript "^1.4.0"
source-map "^0.6.1"
terser "^3.8.1"
webpack-sources "^1.1.0"
worker-farm "^1.5.2"

terser-webpack-plugin@^1.1.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.2.0.tgz#24697213f2128009080f39f081c18cb2221d91ff"
integrity sha512-QW7RACLS89RalHtLDb0s8+Iqcs/IAEw1rnVrV+mS7Gx1kgPG8o1g33JhAGDgc/CQ84hLsTW5WrAMdVysh692yg==
dependencies:
cacache "^11.0.2"
find-cache-dir "^2.0.0"
Expand Down

0 comments on commit 248586c

Please sign in to comment.