Skip to content

Commit 1d16e68

Browse files
committed
chore: upgrade minio to 7.0.10
Signed-off-by: BoHong Li <[email protected]>
1 parent 82b5bc8 commit 1d16e68

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"mermaid": "~8.2.3",
9999
"method-override": "~3.0.0",
100100
"minimist": "~1.2.0",
101-
"minio": "~6.0.0",
101+
"minio": "~7.0.10",
102102
"moment": "~2.24.0",
103103
"morgan": "~1.9.1",
104104
"mysql": "~2.16.0",

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8403,10 +8403,10 @@ minimist@~0.0.1:
84038403
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
84048404
integrity sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=
84058405

8406-
minio@~6.0.0:
8407-
version "6.0.0"
8408-
resolved "https://registry.yarnpkg.com/minio/-/minio-6.0.0.tgz#7e514d38eaacf2264556b232f1c2c063cc6ca7ba"
8409-
integrity sha1-flFNOOqs8iZFVrIy8cLAY8xsp7o=
8406+
minio@~7.0.10:
8407+
version "7.0.10"
8408+
resolved "https://registry.yarnpkg.com/minio/-/minio-7.0.10.tgz#f8645eaf437e7de19f4dcfba8f55236a86e91959"
8409+
integrity sha512-Qs7MHHCfanu/xzZo9gCU0Rf3WZVgTKadaOy8jm6epdU5c6tAp0Tbcekzy13ECfE/w2pn0ku611B8hgy2O+7tNA==
84108410
dependencies:
84118411
async "^1.5.2"
84128412
block-stream2 "^1.0.0"
@@ -8417,7 +8417,6 @@ minio@~6.0.0:
84178417
mime-types "^2.1.14"
84188418
mkdirp "^0.5.1"
84198419
querystring "0.2.0"
8420-
source-map-support "^0.4.12"
84218420
through2 "^0.6.5"
84228421
uuid "^3.1.0"
84238422
xml "^1.0.0"
@@ -11639,7 +11638,7 @@ source-map-resolve@^0.5.0:
1163911638
source-map-url "^0.4.0"
1164011639
urix "^0.1.0"
1164111640

11642-
source-map-support@^0.4.0, source-map-support@^0.4.12, source-map-support@^0.4.15:
11641+
source-map-support@^0.4.0, source-map-support@^0.4.15:
1164311642
version "0.4.18"
1164411643
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18.tgz#0286a6de8be42641338594e97ccea75f0a2c585f"
1164511644
integrity sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==

0 commit comments

Comments
 (0)