diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2018-12-16 10:30:33 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-12-16 10:30:33 +0900 |
| commit | ca9cc97940c2e2db6e43c51bf96dd284c10f05f9 (patch) | |
| tree | 7e8362dc2918ea4f3e4fc89332f364bb4911c932 | |
| parent | Merge branch 'develop' of https://github.com/syuilo/misskey into develop (diff) | |
| download | misskey-ca9cc97940c2e2db6e43c51bf96dd284c10f05f9.tar.gz misskey-ca9cc97940c2e2db6e43c51bf96dd284c10f05f9.tar.bz2 misskey-ca9cc97940c2e2db6e43c51bf96dd284c10f05f9.zip | |
Update minio requirement from 7.0.1 to 7.0.2 (#3606)
Updates the requirements on [minio](https://github.com/minio/minio-js) to permit the latest version.
- [Release notes](https://github.com/minio/minio-js/releases)
- [Commits](https://github.com/minio/minio-js/commits/7.0.2)
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 c6f5bbeb30..dfb6131cd6 100644 --- a/package.json +++ b/package.json @@ -155,7 +155,7 @@ "koa-views": "6.1.4", "langmap": "0.0.16", "loader-utils": "1.1.0", - "minio": "7.0.1", + "minio": "7.0.2", "mkdirp": "0.5.1", "mocha": "5.2.0", "moji": "0.5.1", |