Skip to content

Commit

Permalink
build(deps): bump @aws-sdk/client-s3 from 3.429.0 to 3.456.0 (#812)
Browse files Browse the repository at this point in the history
* build(deps): bump @aws-sdk/client-s3 from 3.429.0 to 3.456.0

Bumps [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) from 3.429.0 to 3.456.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.456.0/clients/client-s3)

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

Signed-off-by: dependabot[bot] <[email protected]>

* chore: aws update

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Konstantinos Kopanidis <[email protected]>
  • Loading branch information
dependabot[bot] and kkopanidis authored Nov 23, 2023
1 parent b29510f commit 7dbf628
Show file tree
Hide file tree
Showing 3 changed files with 278 additions and 1,225 deletions.
4 changes: 1 addition & 3 deletions modules/sms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@
],
"license": "ISC",
"dependencies": {
"@aws-sdk/client-sns": "^3.451.0",
"@aws-sdk/client-sns": "^3.454.0",
"@conduitplatform/grpc-sdk": "*",
"@conduitplatform/module-tools": "*",
"@grpc/grpc-js": "^1.9.7",
"@grpc/proto-loader": "^0.7.6",
"aws-sdk": "^2.1478.0",
"aws-sdk-js-codemod": "^0.14.1",
"bluebird": "^3.7.2",
"clicksend": "^5.0.37",
"convict": "^6.2.4",
Expand Down
8 changes: 4 additions & 4 deletions modules/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
},
"license": "ISC",
"dependencies": {
"@aws-sdk/client-iam": "^3.429.0",
"@aws-sdk/client-s3": "^3.429.0",
"@aws-sdk/client-sts": "^3.429.0",
"@aws-sdk/s3-request-presigner": "^3.436.0",
"@aws-sdk/client-iam": "^3.454.0",
"@aws-sdk/client-s3": "^3.456.0",
"@aws-sdk/client-sts": "^3.454.0",
"@aws-sdk/s3-request-presigner": "^3.456.0",
"@azure/storage-blob": "^12.13.0",
"@conduitplatform/grpc-sdk": "*",
"@conduitplatform/module-tools": "*",
Expand Down
Loading

0 comments on commit 7dbf628

Please sign in to comment.