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.444.0 to 3.445.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.445.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 Nov 9, 2023
1 parent 6f0952a commit 1645d40
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 @@ -534,11 +534,11 @@
tslib "^2.5.0"

"@aws-sdk/lib-dynamodb@^3.154.0":
version "3.444.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/lib-dynamodb/-/lib-dynamodb-3.444.0.tgz#240e66e302e3c5903390b8e4ef6eeb166d128308"
integrity sha512-m1lASKcRoGIL88tstb8fwUPEJpHm46v0QhCjVp1scjMQgxUt9rOvRzvHMbsvuv3eyJQYzl1pyeCEsPeteM+cng==
version "3.445.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/lib-dynamodb/-/lib-dynamodb-3.445.0.tgz#7622204321db03809d856a09ec04472b313a2dee"
integrity sha512-FvdkQX9iQ3X5Py9aUEFqoDIzUWKu266Z5nc/Et57j7NOyI8/IidF0u0zkqhCXoVdNSJX61WkXQD7GxI69IY9/w==
dependencies:
"@aws-sdk/util-dynamodb" "3.441.0"
"@aws-sdk/util-dynamodb" "3.445.0"
tslib "^2.5.0"

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

"@aws-sdk/util-dynamodb@3.441.0":
version "3.441.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/util-dynamodb/-/util-dynamodb-3.441.0.tgz#e4d6f8de918818333f49c258d2c046e23ef5820c"
integrity sha512-v4KSeT2MyVYUuN1u+u9AVotuGj0vX8RNCBNntWu13NTpRF+NjnaiSUwtWAh0biEZGAtX9dKpV8o4NIGKSKN5lA==
"@aws-sdk/util-dynamodb@3.445.0":
version "3.445.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/util-dynamodb/-/util-dynamodb-3.445.0.tgz#8ef81e51d70403966e12b96eb7ed01addba7fb5f"
integrity sha512-7kIPbRVWG2UZKLBW6AlWBUyQexn8KfZHn1Q1bRG61I+eioH2y5LNS/R7pAvahBI1Anw0cuX52tXQCQZtKfOqvg==
dependencies:
tslib "^2.5.0"

Expand Down

0 comments on commit 1645d40

Please sign in to comment.