Skip to content

Commit

Permalink
build: update terser to version ^5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and alan-agius4 committed Aug 1, 2020
1 parent da64943 commit 7a4032a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"rxjs": "^6.5.3",
"shelljs": "^0.8.3",
"source-map-support": "^0.5.9",
"terser": "^4.4.0",
"terser": "^5.0.0",
"tree-kill": "^1.2.1",
"ts-node": "8.10.2",
"tslib": "~2.0.0",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9678,7 +9678,7 @@ terser@4.7.0:
source-map "~0.6.1"
source-map-support "~0.5.12"

terser@^4.1.2, terser@^4.4.0, terser@^4.6.13:
terser@^4.1.2, terser@^4.6.13:
version "4.8.0"
resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17"
integrity sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==
Expand All @@ -9687,6 +9687,15 @@ terser@^4.1.2, terser@^4.4.0, terser@^4.6.13:
source-map "~0.6.1"
source-map-support "~0.5.12"

terser@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.0.0.tgz#269640e4e92f15d628de1e5f01c4c61e1ba3d765"
integrity sha512-olH2DwGINoSuEpSGd+BsPuAQaA3OrHnHnFL/rDB2TVNc3srUbz/rq/j2BlF4zDXI+JqAvGr86bIm1R2cJgZ3FA==
dependencies:
commander "^2.20.0"
source-map "~0.6.1"
source-map-support "~0.5.12"

test-exclude@^5.2.2:
version "5.2.3"
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-5.2.3.tgz#c3d3e1e311eb7ee405e092dac10aefd09091eac0"
Expand Down

0 comments on commit 7a4032a

Please sign in to comment.