mirror of https://github.com/status-im/codimd.git
chore: upgrade minio to 7.0.10
Signed-off-by: BoHong Li <raccoon@hackmd.io>
This commit is contained in:
parent
82b5bc8a1c
commit
1d16e681ee
|
@ -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",
|
||||
|
|
11
yarn.lock
11
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==
|
||||
|
|
Loading…
Reference in New Issue