build(deps-dev): update terser-webpack-plugin requirement (#170)

Updates the requirements on [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) to permit the latest version.
- [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.3.0...v1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-08-12 12:30:23 -07:00 committed by Yongjie Zhao
parent c28b7bd2eb
commit 5301cf8e04

View File

@ -47,7 +47,7 @@
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"babel-loader": "^8.0.5",
"gh-pages": "^2.0.1",
"terser-webpack-plugin": "1.3.0"
"terser-webpack-plugin": "1.4.1"
},
"peerDependencies": {
"@superset-ui/chart": "^0.11.13",