From a9104ceb4ae655b30bfcb1e42e9b99cdb5945d69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 11:11:52 +0000 Subject: [PATCH] Bump terser-webpack-plugin from 3.0.7 to 3.0.8 Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 3.0.7 to 3.0.8. - [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/v3.0.7...v3.0.8) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 852f1c0d..352c7fdb 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "spectron": "11.1.0", "style-loader": "1.2.1", "terser": "4.8.0", - "terser-webpack-plugin": "3.0.7", + "terser-webpack-plugin": "3.0.8", "ts-node": "8.10.2", "typescript": "3.9.7", "webpack": "4.44.1" diff --git a/yarn.lock b/yarn.lock index 4810c38d..2eef9e03 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8101,10 +8101,10 @@ term-size@^2.1.0: resolved "https://registry.yarnpkg.com/term-size/-/term-size-2.2.0.tgz#1f16adedfe9bdc18800e1776821734086fcc6753" integrity sha512-a6sumDlzyHVJWb8+YofY4TW112G6p2FCPEAFk+59gIYHv3XHRhm9ltVQ9kli4hNWeQBwSpe8cRN25x0ROunMOw== -terser-webpack-plugin@3.0.7: - version "3.0.7" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-3.0.7.tgz#db23b946dcca8954da3ebda3675360bceebdc78e" - integrity sha512-5JqibUOctE6Ou4T00IVGYTQJBOhu24jz0PpqYeitQJJ3hlZY2ZKSwzzuqjmBH8MzbdWMgIefpmHwTkvwm6Q4CQ== +terser-webpack-plugin@3.0.8: + version "3.0.8" + resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-3.0.8.tgz#d1a53442a143e09e00c880e8d77c1e79cb05318b" + integrity sha512-ygwK8TYMRTYtSyLB2Mhnt90guQh989CIq/mL/2apwi6rA15Xys4ydNUiH4ah6EZCfQxSk26ZFQilZ4IQ6IZw6A== dependencies: cacache "^15.0.5" find-cache-dir "^3.3.1"