Skip to content

Commit

Permalink
Bump the dev-minor-dependencies group with 2 updates (#7503)
Browse files Browse the repository at this point in the history
Bumps the dev-minor-dependencies group with 2 updates: [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) and [prettier](https://github.com/prettier/prettier).


Updates `@aws-sdk/client-s3` from 3.700.0 to 3.701.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.701.0/clients/client-s3)

Updates `prettier` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.0...3.4.1)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mercy <mercy@huridocs.org>
  • Loading branch information
dependabot[bot] and mfacar authored Nov 26, 2024
1 parent 854af89 commit ae6ba70
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"cross-spawn": "^7.0.5"
},
"dependencies": {
"@aws-sdk/client-s3": "3.700.0",
"@aws-sdk/client-s3": "3.701.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
Expand Down Expand Up @@ -370,7 +370,7 @@
"nodemon": "^3.1.7",
"plop": "^4.0.1",
"postcss": "8.4.49",
"prettier": "3.4.0",
"prettier": "3.4.1",
"puppeteer": "^13.5.2",
"react-dnd-test-backend": "16.0.1",
"redux-mock-store": "^1.5.5",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@
"@smithy/util-utf8" "^2.0.0"
tslib "^2.6.2"

"@aws-sdk/client-s3@3.700.0":
version "3.700.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/client-s3/-/client-s3-3.700.0.tgz#e185f1a53c365c01b03a86ced6058f29eb4bfece"
integrity sha512-TZTc8OZ873VodJNcsQ4Y/60f0Y0Ws5Z3Xm5QBgPCvhqQS7/+V28pXM3fAomJsKDWTxzH0nP9csX5cPvLybgdZQ==
"@aws-sdk/client-s3@3.701.0":
version "3.701.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/client-s3/-/client-s3-3.701.0.tgz#67abfa23c657c0340a6d32dec0b20f84f04b7f2c"
integrity sha512-7iXmPC5r7YNjvwSsRbGq9oLVgfIWZesXtEYl908UqMmRj2sVAW/leLopDnbLT7TEedqlK0RasOZT05I0JTNdKw==
dependencies:
"@aws-crypto/sha1-browser" "5.2.0"
"@aws-crypto/sha256-browser" "5.2.0"
Expand All @@ -121,7 +121,7 @@
"@aws-sdk/credential-provider-node" "3.699.0"
"@aws-sdk/middleware-bucket-endpoint" "3.696.0"
"@aws-sdk/middleware-expect-continue" "3.696.0"
"@aws-sdk/middleware-flexible-checksums" "3.697.0"
"@aws-sdk/middleware-flexible-checksums" "3.701.0"
"@aws-sdk/middleware-host-header" "3.696.0"
"@aws-sdk/middleware-location-constraint" "3.696.0"
"@aws-sdk/middleware-logger" "3.696.0"
Expand Down Expand Up @@ -446,10 +446,10 @@
"@smithy/types" "^3.7.1"
tslib "^2.6.2"

"@aws-sdk/middleware-flexible-checksums@3.697.0":
version "3.697.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.697.0.tgz#fe0a417db512d9a773f096ef275047236004fa15"
integrity sha512-K/y43P+NuHu5+21/29BoJSltcPekvcCU8i74KlGGHbW2Z105e5QVZlFjxivcPOjOA3gdC0W4SoFSIWam5RBhzw==
"@aws-sdk/middleware-flexible-checksums@3.701.0":
version "3.701.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.701.0.tgz#1793c77302f37aeab61205a0dbd89b45081bcc4a"
integrity sha512-adNaPCyTT+CiVM0ufDiO1Fe7nlRmJdI9Hcgj0M9S6zR7Dw70Ra5z8Lslkd7syAccYvZaqxLklGjPQH/7GNxwTA==
dependencies:
"@aws-crypto/crc32" "5.2.0"
"@aws-crypto/crc32c" "5.2.0"
Expand Down Expand Up @@ -13577,10 +13577,10 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

prettier@3.4.0, prettier@^3.2.5:
version "3.4.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.0.tgz#9dcd5e617cf103db8e4bd00924baecfd32bf9971"
integrity sha512-/OXNZcLyWkfo13ofOW5M7SLh+k5pnIs07owXK2teFpnfaOEcycnSy7HQxldaVX1ZP/7Q8oO1eDuQJNwbomQq5Q==
prettier@3.4.1, prettier@^3.2.5:
version "3.4.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.1.tgz#e211d451d6452db0a291672ca9154bc8c2579f7b"
integrity sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==

prettier@^1.16.4:
version "1.19.1"
Expand Down

0 comments on commit ae6ba70

Please sign in to comment.