chore(deps-dev): bump terser-webpack-plugin from 2.0.0 to 2.0.1 (#362)
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v2.0.0...v2.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
fe4eadc658
commit
1ea509b90a
2 changed files with 5 additions and 5 deletions
|
@ -196,7 +196,7 @@
|
|||
"clean-webpack-plugin": "^3.0.0",
|
||||
"eslint": "^6.3.0",
|
||||
"eslint-config-marine": "^3.0.3",
|
||||
"terser-webpack-plugin": "^2.0.0",
|
||||
"terser-webpack-plugin": "^2.0.1",
|
||||
"ts-loader": "^6.0.4",
|
||||
"typescript": "^3.6.2",
|
||||
"webpack": "^4.39.3",
|
||||
|
|
|
@ -3424,10 +3424,10 @@ terser-webpack-plugin@^1.4.1:
|
|||
webpack-sources "^1.4.0"
|
||||
worker-farm "^1.7.0"
|
||||
|
||||
terser-webpack-plugin@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-2.0.0.tgz#1b744e0b7b577fb02456355a08fd05b7e4efdd59"
|
||||
integrity sha512-kbaUz6c4dlfsEEiZK5/tuQqe4VGagCtezxLj+9YuLvI6dRMQo2LWOmAH7+MybT5lzTMx4kVJnA6/jUgWeY/erQ==
|
||||
terser-webpack-plugin@^2.0.1:
|
||||
version "2.0.1"
|
||||
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-2.0.1.tgz#5e69a187133472174ef2fb51afc76a0f0a7b1d13"
|
||||
integrity sha512-DXx8f7080P2dgW9Ydd7MUon81AL+GkGr9prfQRf+rH06dRrgCGIvtT7q73JRm2UzmjKeJGtro9O8zwL2y2udag==
|
||||
dependencies:
|
||||
cacache "^12.0.3"
|
||||
find-cache-dir "^3.0.0"
|
||||
|
|
Loading…
Reference in a new issue