diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-08-16 07:58:56 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-16 07:58:56 +0900 |
| commit | 0c372b68d4a1c11c1a25640c387d34394dd4c23c (patch) | |
| tree | 11eff59993b88f9047970a13643daece2d10f9b1 | |
| parent | Update example.yml (diff) | |
| parent | fix(package): update minio to version 7.0.0 (diff) | |
| download | misskey-0c372b68d4a1c11c1a25640c387d34394dd4c23c.tar.gz misskey-0c372b68d4a1c11c1a25640c387d34394dd4c23c.tar.bz2 misskey-0c372b68d4a1c11c1a25640c387d34394dd4c23c.zip | |
Merge pull request #2252 from syuilo/greenkeeper/minio-7.0.0
Update minio to the latest version 🚀
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 2141925f11..b1e722fd05 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ "loader-utils": "1.1.0", "lodash.assign": "4.2.0", "mecab-async": "0.1.2", - "minio": "6.0.0", + "minio": "7.0.0", "mkdirp": "0.5.1", "mocha": "5.2.0", "moji": "0.5.1", |