diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2019-01-23 05:24:23 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-01-23 05:24:23 +0900 |
| commit | 4e0d43b45a88bc8b8dbe1287e8b6d4b55342c4db (patch) | |
| tree | 5b7e7bd66f97400db2c7ae0b6948cfd052f57b41 | |
| parent | [Client] Improve usability (diff) | |
| download | misskey-4e0d43b45a88bc8b8dbe1287e8b6d4b55342c4db.tar.gz misskey-4e0d43b45a88bc8b8dbe1287e8b6d4b55342c4db.tar.bz2 misskey-4e0d43b45a88bc8b8dbe1287e8b6d4b55342c4db.zip | |
Update progress-bar-webpack-plugin requirement from 1.11.0 to 1.12.0 (#3962)
Updates the requirements on [progress-bar-webpack-plugin](https://github.com/clessg/progress-bar-webpack-plugin) to permit the latest version.
- [Release notes](https://github.com/clessg/progress-bar-webpack-plugin/releases)
- [Commits](https://github.com/clessg/progress-bar-webpack-plugin/commits/v1.12.0)
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 ba8adb652a..4b072d8345 100644 --- a/package.json +++ b/package.json @@ -178,7 +178,7 @@ "parsimmon": "1.12.0", "portscanner": "2.2.0", "postcss-loader": "3.0.0", - "progress-bar-webpack-plugin": "1.11.0", + "progress-bar-webpack-plugin": "1.12.0", "promise-any": "0.2.0", "promise-limit": "2.7.0", "promise-sequential": "1.1.1", |