diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2019-01-11 19:58:16 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-01-11 19:58:16 +0900 |
| commit | 9fc66a2d1e80c70b49e7e5e7526937f4765ca22b (patch) | |
| tree | b63d27de0b201cc064e41a242153b31ba2f9017b | |
| parent | Fix bug (for return) (#3878) (diff) | |
| download | misskey-9fc66a2d1e80c70b49e7e5e7526937f4765ca22b.tar.gz misskey-9fc66a2d1e80c70b49e7e5e7526937f4765ca22b.tar.bz2 misskey-9fc66a2d1e80c70b49e7e5e7526937f4765ca22b.zip | |
Update terser-webpack-plugin requirement from 1.1.0 to 1.2.1 (#3867)
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/commits/v1.2.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 33b1e557c7..284206157d 100644 --- a/package.json +++ b/package.json @@ -206,7 +206,7 @@ "summaly": "2.2.0", "systeminformation": "3.52.2", "syuilo-password-strength": "0.0.1", - "terser-webpack-plugin": "1.1.0", + "terser-webpack-plugin": "1.2.1", "textarea-caret": "3.1.0", "tinycolor2": "1.4.1", "tmp": "0.0.33", |