From eb723fcc6ee32403c513255b0925db375d2d58f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 15:38:50 +0000 Subject: [PATCH] build(deps-dev): bump minio from 8.0.2 to 8.0.3 Bumps [minio](https://github.com/minio/minio-js) from 8.0.2 to 8.0.3. - [Release notes](https://github.com/minio/minio-js/releases) - [Commits](https://github.com/minio/minio-js/compare/8.0.2...8.0.3) --- updated-dependencies: - dependency-name: minio dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/backend/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/backend/package.json b/apps/backend/package.json index 2a917ea5..ed35a657 100644 --- a/apps/backend/package.json +++ b/apps/backend/package.json @@ -38,7 +38,7 @@ "jwt-simple": "^0.5.6", "kysely": "^0.27.5", "mime-types": "^2.1.35", - "minio": "^8.0.2", + "minio": "^8.0.3", "object-hash": "^3.0.0", "officeparser": "^5.1.1", "openai": "^4.73.0", diff --git a/yarn.lock b/yarn.lock index 77ab6cff..fdbe09e4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6788,10 +6788,10 @@ minimist@^1.2.8: resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== -minio@^8.0.2: - version "8.0.2" - resolved "https://registry.yarnpkg.com/minio/-/minio-8.0.2.tgz#ea1703ff52dcf610ba6d4e2ece8c5627f664d581" - integrity sha512-7ipWbtgzzboctf+McK+2cXwCrNOhuboTA/O1g9iWa0gH8R4GkeyFWwk12aVDEHdzjPiG8wxnjwfHS7pgraKuHw== +minio@^8.0.3: + version "8.0.3" + resolved "https://registry.yarnpkg.com/minio/-/minio-8.0.3.tgz#69c3b68b44cc93c299525afb254b6a545dfb08f8" + integrity sha512-+FIYQ+HZ5GrBjEmIYienRgEikqaTWAflXIV5lJOtUzfYxn3NvjQx7BsJSORXExlqgzWxKTWsqkyk2wiyFjs9/w== dependencies: async "^3.2.4" block-stream2 "^2.1.0"