Skip to content

Commit

Permalink
chore(deps-dev): bump terser-webpack-plugin from 3.0.5 to 3.0.6 (#2916)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Jun 18, 2020
1 parent 4388a98 commit 486b0dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"simple-git": "^2.7.2",
"source-map-loader": "^1.0.0",
"spectron": "^10.0.1",
"terser-webpack-plugin": "^3.0.5",
"terser-webpack-plugin": "^3.0.6",
"ts-jest": "^26.1.0",
"ts-loader": "^7.0.5",
"tslint": "^5.20.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10524,10 +10524,10 @@ terser-webpack-plugin@^1.4.3:
webpack-sources "^1.4.0"
worker-farm "^1.7.0"

terser-webpack-plugin@^3.0.5:
version "3.0.5"
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-3.0.5.tgz#f048cfbddd6098b10a8737f3165344529656daad"
integrity sha512-pyHUyfQUZB3ciYL81GgXzDh8Qb3fGED77xDjZVSFYSN1cQnWgC51OMPKj7vBWVZx0GGuYhpa9+Vz2KxkzXWhBA==
terser-webpack-plugin@^3.0.6:
version "3.0.6"
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-3.0.6.tgz#db0a108bbdd3680d72c9b491fbabad09ba207b99"
integrity sha512-z3HLOOPUHkCNGkeEHqqiMAIy1pjpHwS1o+i6Zn0Ws3EAvHJj46737efNNEvJ0Vx9BdDQM83d56qySDJOSORA0A==
dependencies:
cacache "^15.0.4"
find-cache-dir "^3.3.1"
Expand All @@ -10536,13 +10536,13 @@ terser-webpack-plugin@^3.0.5:
schema-utils "^2.6.6"
serialize-javascript "^4.0.0"
source-map "^0.6.1"
terser "^4.6.13"
terser "^4.8.0"
webpack-sources "^1.4.3"

terser@^4.1.2, terser@^4.6.13:
version "4.6.13"
resolved "https://registry.yarnpkg.com/terser/-/terser-4.6.13.tgz#e879a7364a5e0db52ba4891ecde007422c56a916"
integrity sha512-wMvqukYgVpQlymbnNbabVZbtM6PN63AzqexpwJL8tbh/mRT9LE5o+ruVduAGL7D6Fpjl+Q+06U5I9Ul82odAhw==
terser@^4.1.2, terser@^4.8.0:
version "4.8.0"
resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17"
integrity sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==
dependencies:
commander "^2.20.0"
source-map "~0.6.1"
Expand Down

0 comments on commit 486b0dc

Please sign in to comment.