Skip to content

Commit

Permalink
chore(deps): bump @aws-sdk/client-dynamodb from 3.645.0 to 3.648.0 (#…
Browse files Browse the repository at this point in the history
…1266)

Bumps [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) from 3.645.0 to 3.648.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-dynamodb/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.648.0/clients/client-dynamodb)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: loachri <[email protected]>
  • Loading branch information
dependabot[bot] and loachri authored Sep 10, 2024
1 parent 25c25ed commit bab5cc6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@aws-sdk/client-ssm": "^3.637.0",
"@aws-sdk/client-cloudformation": "^3.645.0",
"@aws-sdk/client-cloudwatch-logs": "^3.645.0",
"@aws-sdk/client-dynamodb": "^3.645.0",
"@aws-sdk/client-dynamodb": "^3.648.0",
"@aws-sdk/client-ecs": "^3.645.0",
"@aws-sdk/client-secrets-manager": "^3.637.0",
"@aws-sdk/util-dynamodb": "^3.637.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-rfdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"devDependencies": {
"@aws-sdk/client-acm": "^3.645.0",
"@aws-sdk/client-auto-scaling": "^3.645.0",
"@aws-sdk/client-dynamodb": "^3.645.0",
"@aws-sdk/client-dynamodb": "^3.648.0",
"@aws-sdk/client-ec2": "^3.645.0",
"@aws-sdk/client-ecs": "^3.645.0",
"@aws-sdk/client-secrets-manager": "^3.637.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,10 @@
tslib "^2.6.2"
uuid "^9.0.1"

"@aws-sdk/client-dynamodb@^3.645.0":
version "3.645.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/client-dynamodb/-/client-dynamodb-3.645.0.tgz#c4f0fae89551adc152f3296d4b584a3c81f313a3"
integrity sha512-y7UHtIIAWQOzJXNh3KLU91ILz1Ivb2/FuEXnhdJhRurbNI9AwKIVZQlXGq31O8EHO6MU64ptxooNa0WVTezoxg==
"@aws-sdk/client-dynamodb@^3.648.0":
version "3.648.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/client-dynamodb/-/client-dynamodb-3.648.0.tgz#dd52d410a1aa2ed82e128ff83fb07163ad1aea8b"
integrity sha512-61yU6wQRlwOhD0mfJS/N8SYmv9hxkVYGKsXqSJ5PNNnySutoNof7cmX8cTuijpTQqLL9sKPfvPMlJCv7/M1AiA==
dependencies:
"@aws-crypto/sha256-browser" "5.2.0"
"@aws-crypto/sha256-js" "5.2.0"
Expand Down

0 comments on commit bab5cc6

Please sign in to comment.