From 1ea509b90a76cf6ff432f79c6957b4631376d451 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 19:37:12 +0200 Subject: [PATCH] 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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d153613..a1d383b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 5943b98..6b0a8c3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"