From 1d16e681ee6e313ca804c0dc245eed25f5edd946 Mon Sep 17 00:00:00 2001 From: BoHong Li Date: Sun, 4 Aug 2019 22:43:34 +0800 Subject: [PATCH] chore: upgrade minio to 7.0.10 Signed-off-by: BoHong Li --- package.json | 2 +- yarn.lock | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index fa053164..2052898e 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "mermaid": "~8.2.3", "method-override": "~3.0.0", "minimist": "~1.2.0", - "minio": "~6.0.0", + "minio": "~7.0.10", "moment": "~2.24.0", "morgan": "~1.9.1", "mysql": "~2.16.0", diff --git a/yarn.lock b/yarn.lock index 81c54649..6a93ed7d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8403,10 +8403,10 @@ minimist@~0.0.1: resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf" integrity sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8= -minio@~6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/minio/-/minio-6.0.0.tgz#7e514d38eaacf2264556b232f1c2c063cc6ca7ba" - integrity sha1-flFNOOqs8iZFVrIy8cLAY8xsp7o= +minio@~7.0.10: + version "7.0.10" + resolved "https://registry.yarnpkg.com/minio/-/minio-7.0.10.tgz#f8645eaf437e7de19f4dcfba8f55236a86e91959" + integrity sha512-Qs7MHHCfanu/xzZo9gCU0Rf3WZVgTKadaOy8jm6epdU5c6tAp0Tbcekzy13ECfE/w2pn0ku611B8hgy2O+7tNA== dependencies: async "^1.5.2" block-stream2 "^1.0.0" @@ -8417,7 +8417,6 @@ minio@~6.0.0: mime-types "^2.1.14" mkdirp "^0.5.1" querystring "0.2.0" - source-map-support "^0.4.12" through2 "^0.6.5" uuid "^3.1.0" xml "^1.0.0" @@ -11639,7 +11638,7 @@ source-map-resolve@^0.5.0: source-map-url "^0.4.0" urix "^0.1.0" -source-map-support@^0.4.0, source-map-support@^0.4.12, source-map-support@^0.4.15: +source-map-support@^0.4.0, source-map-support@^0.4.15: version "0.4.18" resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18.tgz#0286a6de8be42641338594e97ccea75f0a2c585f" integrity sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==