Skip to content

Commit

Permalink
chore(deps): bump @aws-sdk/lib-dynamodb in /server
Browse files Browse the repository at this point in the history
Bumps [@aws-sdk/lib-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-dynamodb) from 3.431.0 to 3.433.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-dynamodb/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.433.0/lib/lib-dynamodb)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kritish-dhaubanjar committed Oct 24, 2023
1 parent b20882d commit 8da4ed0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -383,11 +383,11 @@
tslib "^2.5.0"

"@aws-sdk/lib-dynamodb@^3.154.0":
version "3.431.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/lib-dynamodb/-/lib-dynamodb-3.431.0.tgz#d19e4789be399eafe519adc695a5a85824397aa3"
integrity sha512-J7UWq7ml1UCK/Q1HPFbOPff7ixafv+KPzyS248Z9prXJb0tdIWjC3qvCwkeV3gjQSFDMuFWhrc9syFRfYmAl8w==
version "3.433.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/lib-dynamodb/-/lib-dynamodb-3.433.0.tgz#e27fa8114767b37d33a27a4a6f7cb42285153418"
integrity sha512-RcDjyA/MQiU1261f0zFqZncKkbd0v9d4SdCY6LOx+hUHwCkdCj681C2d5LJAuTD24byhe3/YxSbnQ8LdbIOTuA==
dependencies:
"@aws-sdk/util-dynamodb" "3.431.0"
"@aws-sdk/util-dynamodb" "3.433.0"
tslib "^2.5.0"

"@aws-sdk/[email protected]":
Expand Down Expand Up @@ -525,10 +525,10 @@
"@smithy/types" "^2.3.5"
tslib "^2.5.0"

"@aws-sdk/util-dynamodb@3.431.0":
version "3.431.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/util-dynamodb/-/util-dynamodb-3.431.0.tgz#15216367b1742d1bf3e8ca3a62c9dff9a7da0a0c"
integrity sha512-eH40URobQ57HloQmOxDlt9e0Q6JFd9QnMsNmVLrth/tFSy1J9/shRDbbKDBuLD3pmr5/UJECOPdtqPXYJK+t7A==
"@aws-sdk/util-dynamodb@3.433.0":
version "3.433.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/util-dynamodb/-/util-dynamodb-3.433.0.tgz#f4325b1f4d06e9a4cc252b05d641ca58a6f67796"
integrity sha512-uG7uSwfq+ctHo15tSE/zvWVVUrt7FDxNrRmxV814TItlS61sPqvTnJR3ASq06sMKeAgj1hWn5lyqRin5MyeT/A==
dependencies:
tslib "^2.5.0"

Expand Down

0 comments on commit 8da4ed0

Please sign in to comment.