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.449.0 to 3.450.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.450.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 14, 2023
1 parent 501ce97 commit ccdbeab
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 @@ -393,11 +393,11 @@
tslib "^2.5.0"

"@aws-sdk/lib-dynamodb@^3.154.0":
version "3.449.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/lib-dynamodb/-/lib-dynamodb-3.449.0.tgz#1815014d8f052fef4316c3f4c495001df7b34960"
integrity sha512-w9cxP0b3aafufPhNlJ7bLW6bdv5+ccZlNzEY1khv43j+IomwAugLFwCeDrae/h8n1b2BAePRhut1bdbnnI3CsQ==
version "3.450.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/lib-dynamodb/-/lib-dynamodb-3.450.0.tgz#26588c8d896ddf4179c12db29bea7dda09c1afd0"
integrity sha512-T4xxXxzUYX8APPO+sGKjf1kfqwIbB5Uz9hbQ9PuiXwcAubGnFJpeX5vx/9OvWc4+omQAPIHNEjQCk+iQU2G2zA==
dependencies:
"@aws-sdk/util-dynamodb" "3.449.0"
"@aws-sdk/util-dynamodb" "3.450.0"
tslib "^2.5.0"

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

"@aws-sdk/util-dynamodb@3.449.0":
version "3.449.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/util-dynamodb/-/util-dynamodb-3.449.0.tgz#ced922c6146dc0539ef431e4912294cf0d84c631"
integrity sha512-3Y0ZMcMTcwP8EM/twMVcA0mr7rnarcmRchLM+Lxgt4172K9YJ5Iy895Xy03g0aOgiAwAE8ogkzum0hwbv6RClg==
"@aws-sdk/util-dynamodb@3.450.0":
version "3.450.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/util-dynamodb/-/util-dynamodb-3.450.0.tgz#11a220a409f19005d3367472b08f9891bd80a8e4"
integrity sha512-cjgtY84XVbHio5xMS+xjkVlL+s8HukPqmclmiIG7/TAplZW04Cm4kiLdGvDXfXXH20hdJJI9nvvFFba9tKfRyw==
dependencies:
tslib "^2.5.0"

Expand Down

0 comments on commit ccdbeab

Please sign in to comment.