From a623361792dda72e5c38310dd457ff39ea3122cd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2019 21:33:17 +0100 Subject: [PATCH] chore(deps-dev): bump terser-webpack-plugin from 2.2.3 to 2.3.0 (#502) Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 2.2.3 to 2.3.0. - [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.2.3...v2.3.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 57203aa..749c143 100644 --- a/package.json +++ b/package.json @@ -199,7 +199,7 @@ "eslint-config-prettier": "^6.7.0", "eslint-plugin-prettier": "^3.1.1", "prettier": "^1.19.1", - "terser-webpack-plugin": "^2.2.3", + "terser-webpack-plugin": "^2.3.0", "ts-loader": "^6.2.1", "typescript": "^3.7.3", "webpack": "^4.41.2", diff --git a/yarn.lock b/yarn.lock index fcc7857..4f3a1f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3599,10 +3599,10 @@ terser-webpack-plugin@^1.4.1: webpack-sources "^1.4.0" worker-farm "^1.7.0" -terser-webpack-plugin@^2.2.3: - version "2.2.3" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-2.2.3.tgz#7b070b40e39ef177ca062a4b6d70c3acdd85defc" - integrity sha512-R8cqQDld4BjVKaIR0D9Q0O/QzfgXzME3wXfSxxW23ZGv5xpMDUt1NEnCuG94y1+bKASLvc5TjIHLlNo0eK8GLA== +terser-webpack-plugin@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-2.3.0.tgz#00fd8f792a330dc572e2e2b468fd7cb5ffd7ea51" + integrity sha512-yez0HdpDf/iQVYGf+e/o8ZYWLb1g9d1nRRi5FIOZ4KfXbfSPT259UoqxPiSLhCnr0mlDoh+bucpYQSFbU0cEsQ== dependencies: cacache "^13.0.1" find-cache-dir "^3.1.0"