chore(deps-dev): bump terser-webpack-plugin from 2.1.1 to 2.1.2 (#388)

Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 2.1.1 to 2.1.2.
- [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.1.1...v2.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-09-28 19:11:56 +02:00 committed by Crawl
parent a644d024c0
commit 992a0b5ff5
2 changed files with 10 additions and 10 deletions

View file

@ -200,7 +200,7 @@
"eslint-config-prettier": "^6.3.0", "eslint-config-prettier": "^6.3.0",
"eslint-plugin-prettier": "^3.1.1", "eslint-plugin-prettier": "^3.1.1",
"prettier": "^1.18.2", "prettier": "^1.18.2",
"terser-webpack-plugin": "^2.1.1", "terser-webpack-plugin": "^2.1.2",
"ts-loader": "^6.1.2", "ts-loader": "^6.1.2",
"typescript": "^3.6.3", "typescript": "^3.6.3",
"webpack": "^4.41.0", "webpack": "^4.41.0",

View file

@ -3570,10 +3570,10 @@ terser-webpack-plugin@^1.4.1:
webpack-sources "^1.4.0" webpack-sources "^1.4.0"
worker-farm "^1.7.0" worker-farm "^1.7.0"
terser-webpack-plugin@^2.1.1: terser-webpack-plugin@^2.1.2:
version "2.1.1" version "2.1.2"
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-2.1.1.tgz#ce84a39124bff59b56895642dd803e73bfca007f" resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-2.1.2.tgz#2b9b8147a6f18918348200800cf9560c50f701bb"
integrity sha512-JhKx1aWtb0woicUwG7VJgunyNigRDKgeriOgh1bAZVSwu3raBuP/jTF9zpFWwoLzuTaoj0TwxcK/nA/PauEe+A== integrity sha512-MF/C4KABwqYOfRDi87f7gG07GP7Wj/kyiX938UxIGIO6l5mkh8XJL7xtS0hX/CRdVQaZI7ThGUPZbznrCjsGpg==
dependencies: dependencies:
cacache "^13.0.0" cacache "^13.0.0"
find-cache-dir "^3.0.0" find-cache-dir "^3.0.0"
@ -3581,13 +3581,13 @@ terser-webpack-plugin@^2.1.1:
schema-utils "^2.4.1" schema-utils "^2.4.1"
serialize-javascript "^2.1.0" serialize-javascript "^2.1.0"
source-map "^0.6.1" source-map "^0.6.1"
terser "^4.3.3" terser "^4.3.4"
webpack-sources "^1.4.3" webpack-sources "^1.4.3"
terser@^4.1.2, terser@^4.3.3: terser@^4.1.2, terser@^4.3.4:
version "4.3.3" version "4.3.4"
resolved "https://registry.yarnpkg.com/terser/-/terser-4.3.3.tgz#f626c6779cadd60a3018e072fedeceabe4769db1" resolved "https://registry.yarnpkg.com/terser/-/terser-4.3.4.tgz#ad91bade95619e3434685d69efa621a5af5f877d"
integrity sha512-Nzr7dpRjSzMEUS+z2UYQBtzE0LDm5k0Yy8RgLRPy85QUo1TjU5lIOBwzS5/FVAMaVyHZ3WTTU2BuQcMn8KXnNQ== integrity sha512-Kcrn3RiW8NtHBP0ssOAzwa2MsIRQ8lJWiBG/K7JgqPlomA3mtb2DEmp4/hrUA+Jujx+WZ02zqd7GYD+QRBB/2Q==
dependencies: dependencies:
commander "^2.20.0" commander "^2.20.0"
source-map "~0.6.1" source-map "~0.6.1"