From d43849055e3c2411455a16a440c1fa86fc59acb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 06:06:44 +0000 Subject: [PATCH] Bump terser-webpack-plugin from 1.4.5 to 4.2.3 Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 1.4.5 to 4.2.3. - [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/v1.4.5...v4.2.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26158bc..74cb846 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "optimize-css-assets-webpack-plugin": "^5.0.3", "react-test-renderer": "^16.8.6", "sass-loader": "^7.1.0", - "terser-webpack-plugin": "^1.4.1", + "terser-webpack-plugin": "^4.2.3", "ts-jest": "^23.10.5", "ts-loader": "^6.0.4", "ts-mockito": "^2.3.1",