From 3b13df3651eb3b563ae17db8a885a7a0c13e0b8f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 03:12:04 +0200 Subject: [PATCH] chore(deps-dev): bump terser-webpack-plugin from 2.0.1 to 2.1.0 (#377) Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 2.0.1 to 2.1.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.0.1...v2.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 510c48c..959dd70 100644 --- a/package.json +++ b/package.json @@ -196,7 +196,7 @@ "clean-webpack-plugin": "^3.0.0", "eslint": "^6.4.0", "eslint-config-marine": "^5.0.0", - "terser-webpack-plugin": "^2.0.1", + "terser-webpack-plugin": "^2.1.0", "ts-loader": "^6.1.0", "typescript": "^3.6.3", "webpack": "^4.40.2", diff --git a/yarn.lock b/yarn.lock index 3eea4f8..e269263 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3455,10 +3455,10 @@ terser-webpack-plugin@^1.4.1: webpack-sources "^1.4.0" worker-farm "^1.7.0" -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== +terser-webpack-plugin@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-2.1.0.tgz#b9cee799a2da2bce788540c3738e081b6db28d8a" + integrity sha512-sZs43FVvNTqHp5hTkTSIC3XKB7rEC2FCbx9Uv0rM7D4iJsbTA1Q84tiaRYSSKSojBe6LCONX44RF73AEHGasvw== dependencies: cacache "^12.0.3" find-cache-dir "^3.0.0" @@ -3466,10 +3466,10 @@ terser-webpack-plugin@^2.0.1: schema-utils "^2.2.0" serialize-javascript "^2.1.0" source-map "^0.6.1" - terser "^4.2.1" + terser "^4.3.1" webpack-sources "^1.4.3" -terser@^4.1.2, terser@^4.2.1: +terser@^4.1.2, terser@^4.3.1: version "4.3.1" resolved "https://registry.yarnpkg.com/terser/-/terser-4.3.1.tgz#09820bcb3398299c4b48d9a86aefc65127d0ed65" integrity sha512-pnzH6dnFEsR2aa2SJaKb1uSCl3QmIsJ8dEkj0Fky+2AwMMcC9doMqLOQIH6wVTEKaVfKVvLSk5qxPBEZT9mywg==