Skip to content

Commit

Permalink
chore(storage,sms): update aws libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
kkopanidis committed Oct 17, 2023
1 parent f3f497b commit 2df1d85
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 752 deletions.
2 changes: 1 addition & 1 deletion modules/sms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"license": "ISC",
"dependencies": {
"@aws-sdk/client-sns": "^3.359.0",
"@aws-sdk/client-sns": "^3.429.0",
"@conduitplatform/grpc-sdk": "*",
"@conduitplatform/module-tools": "*",
"@grpc/grpc-js": "^1.9.5",
Expand Down
6 changes: 3 additions & 3 deletions modules/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
},
"license": "ISC",
"dependencies": {
"@aws-sdk/client-iam": "^3.428.0",
"@aws-sdk/client-s3": "^3.428.0",
"@aws-sdk/client-sts": "^3.428.0",
"@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.429.0",
"@azure/storage-blob": "^12.13.0",
"@conduitplatform/grpc-sdk": "*",
Expand Down
Loading

0 comments on commit 2df1d85

Please sign in to comment.