Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump up @aws-sdk packages to 3.175.0 #10362

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: bump aws-sdk to release 3.175.0
  • Loading branch information
AllanZhengYP committed Sep 21, 2022
commit 5b54f5e268b0ec2832c2a00f9324cf69a4337d3b
10 changes: 5 additions & 5 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -45,11 +45,11 @@
"dependencies": {
"@aws-amplify/cache": "4.0.56",
"@aws-amplify/core": "4.7.5",
"@aws-sdk/client-firehose": "3.6.1",
"@aws-sdk/client-kinesis": "3.6.1",
"@aws-sdk/client-personalize-events": "3.6.1",
"@aws-sdk/client-pinpoint": "3.6.1",
"@aws-sdk/util-utf8-browser": "3.6.1",
"@aws-sdk/client-firehose": "3.171.0",
"@aws-sdk/client-kinesis": "3.171.0",
"@aws-sdk/client-personalize-events": "3.171.0",
"@aws-sdk/client-pinpoint": "3.171.0",
"@aws-sdk/util-utf8-browser": "3.170.0",
"lodash": "^4.17.20",
"uuid": "^3.2.1"
},
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -56,11 +56,11 @@
},
"dependencies": {
"@aws-crypto/sha256-js": "1.0.0-alpha.0",
"@aws-sdk/client-cloudwatch-logs": "3.6.1",
"@aws-sdk/client-cognito-identity": "3.6.1",
"@aws-sdk/credential-provider-cognito-identity": "3.6.1",
"@aws-sdk/types": "3.6.1",
"@aws-sdk/util-hex-encoding": "3.6.1",
"@aws-sdk/client-cloudwatch-logs": "3.171.0",
"@aws-sdk/client-cognito-identity": "3.171.0",
"@aws-sdk/credential-provider-cognito-identity": "3.171.0",
"@aws-sdk/types": "3.171.0",
"@aws-sdk/util-hex-encoding": "3.170.0",
"universal-cookie": "^4.0.4",
"zen-observable-ts": "0.8.19"
},
2 changes: 1 addition & 1 deletion packages/geo/package.json
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@
"homepage": "https://aws-amplify.github.io/",
"dependencies": {
"@aws-amplify/core": "4.7.5",
"@aws-sdk/client-location": "3.48.0",
"@aws-sdk/client-location": "3.171.0",
"@turf/boolean-clockwise": "6.5.0",
"camelcase-keys": "6.2.2"
},
2 changes: 1 addition & 1 deletion packages/interactions/package.json
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@
"homepage": "https://aws-amplify.github.io/",
"dependencies": {
"@aws-amplify/core": "4.7.5",
"@aws-sdk/client-lex-runtime-service": "3.6.1",
"@aws-sdk/client-lex-runtime-service": "3.171.0",
"@aws-sdk/client-lex-runtime-v2": "3.171.0",
"base-64": "1.0.0",
"fflate": "0.7.3",
14 changes: 7 additions & 7 deletions packages/predictions/package.json
Original file line number Diff line number Diff line change
@@ -42,13 +42,13 @@
"dependencies": {
"@aws-amplify/core": "4.7.5",
"@aws-amplify/storage": "4.5.7",
"@aws-sdk/client-comprehend": "3.6.1",
"@aws-sdk/client-polly": "3.6.1",
"@aws-sdk/client-rekognition": "3.6.1",
"@aws-sdk/client-textract": "3.6.1",
"@aws-sdk/client-translate": "3.6.1",
"@aws-sdk/eventstream-marshaller": "3.6.1",
"@aws-sdk/util-utf8-node": "3.6.1",
"@aws-sdk/client-comprehend": "3.171.0",
"@aws-sdk/client-polly": "3.171.0",
"@aws-sdk/client-rekognition": "3.171.0",
"@aws-sdk/client-textract": "3.171.0",
"@aws-sdk/client-translate": "3.171.0",
"@aws-sdk/eventstream-codec": "3.171.0",
"@aws-sdk/util-utf8-node": "3.170.0",
"uuid": "^3.2.1"
},
"jest": {
8 changes: 4 additions & 4 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -42,10 +42,10 @@
"homepage": "https://aws-amplify.github.io/",
"dependencies": {
"@aws-amplify/core": "4.7.5",
"@aws-sdk/client-s3": "3.6.1",
"@aws-sdk/s3-request-presigner": "3.6.1",
"@aws-sdk/util-create-request": "3.6.1",
"@aws-sdk/util-format-url": "3.6.1",
"@aws-sdk/client-s3": "3.171.0",
"@aws-sdk/s3-request-presigner": "3.173.0",
"@aws-sdk/util-create-request": "3.171.0",
"@aws-sdk/util-format-url": "3.171.0",
"axios": "0.26.0",
"events": "^3.1.0"
},