diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2019-02-05 05:20:10 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-02-05 05:20:10 +0900 |
| commit | 443006c8689fc137be15b9d74f014a28b99a44c3 (patch) | |
| tree | ea6016a1e13235a8afe4420c658a5c6b18cf966a /package.json | |
| parent | New Crowdin translations (#4130) (diff) | |
| download | misskey-443006c8689fc137be15b9d74f014a28b99a44c3.tar.gz misskey-443006c8689fc137be15b9d74f014a28b99a44c3.tar.bz2 misskey-443006c8689fc137be15b9d74f014a28b99a44c3.zip | |
Update terser-webpack-plugin requirement from 1.2.1 to 1.2.2 (#4137)
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.2)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to '')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index da7bfb54a9..731a779ff9 100644 --- a/package.json +++ b/package.json @@ -214,7 +214,7 @@ "summaly": "2.2.0", "systeminformation": "3.54.0", "syuilo-password-strength": "0.0.1", - "terser-webpack-plugin": "1.2.1", + "terser-webpack-plugin": "1.2.2", "textarea-caret": "3.1.0", "tinycolor2": "1.4.1", "tmp": "0.0.33", |