Skip to content

Commit

Permalink
build(deps-dev): bump minio from 8.0.2 to 8.0.3
Browse files Browse the repository at this point in the history
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](minio/minio-js@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 3ab5739 commit eb723fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eb723fc

Please sign in to comment.