Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 474cafc commit 1fe7db1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@aws-sdk/client-dynamodb": "^3.645.0",
"@aws-sdk/client-ecs": "^3.645.0",
"@aws-sdk/client-secrets-manager": "^3.637.0",
"@aws-sdk/util-dynamodb": "^3.637.0",
"@aws-sdk/util-dynamodb": "^3.645.0",
"@types/jest": "^29.5.12",
"@types/node": "18.11.19",
"aws-cdk-lib": "2.133.0",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -417,24 +417,24 @@
tslib "^2.6.2"
uuid "^9.0.1"

"@aws-sdk/client-lambda@3.637.0":
version "3.637.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/client-lambda/-/client-lambda-3.637.0.tgz#b038535f47bde2783f7785c16814091ee1ffe7ff"
integrity sha512-XVQn4p/9XNMEImxCY97WlA83Q63HRrDhks4kby5YGG2fZckaNJxXE+/FFYsznse8hXKLUJ1/aI3hZSnXTthq5g==
"@aws-sdk/client-lambda@3.645.0":
version "3.645.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/client-lambda/-/client-lambda-3.645.0.tgz#d2c05339cd2294ac1492f8cb088b4ce0eb4fe362"
integrity sha512-d7FG50ULXjs3LutnyKplpXL/j4iTVnveuNcnLDnc/cOXoqELt2FjHBmzcpEscQsy5R/u4SJ0vrKaYoHuRKZ4nA==
dependencies:
"@aws-crypto/sha256-browser" "5.2.0"
"@aws-crypto/sha256-js" "5.2.0"
"@aws-sdk/client-sso-oidc" "3.637.0"
"@aws-sdk/client-sts" "3.637.0"
"@aws-sdk/client-sso-oidc" "3.645.0"
"@aws-sdk/client-sts" "3.645.0"
"@aws-sdk/core" "3.635.0"
"@aws-sdk/credential-provider-node" "3.637.0"
"@aws-sdk/credential-provider-node" "3.645.0"
"@aws-sdk/middleware-host-header" "3.620.0"
"@aws-sdk/middleware-logger" "3.609.0"
"@aws-sdk/middleware-recursion-detection" "3.620.0"
"@aws-sdk/middleware-user-agent" "3.637.0"
"@aws-sdk/middleware-user-agent" "3.645.0"
"@aws-sdk/region-config-resolver" "3.614.0"
"@aws-sdk/types" "3.609.0"
"@aws-sdk/util-endpoints" "3.637.0"
"@aws-sdk/util-endpoints" "3.645.0"
"@aws-sdk/util-user-agent-browser" "3.609.0"
"@aws-sdk/util-user-agent-node" "3.614.0"
"@smithy/config-resolver" "^3.0.5"
Expand Down Expand Up @@ -1110,10 +1110,10 @@
"@smithy/types" "^3.3.0"
tslib "^2.6.2"

"@aws-sdk/util-dynamodb@^3.637.0":
version "3.637.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/util-dynamodb/-/util-dynamodb-3.637.0.tgz#6967262f908b257185d120e40c6c3a296522ebf3"
integrity sha512-C2q8HcGRiahtf46Mhaqydh1gofeksj7m74PJXHYKW+pKBMLPlpou1+w2o5QSpVEp0dSBtKw30eRVQzxhqg/ACA==
"@aws-sdk/util-dynamodb@^3.645.0":
version "3.645.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/util-dynamodb/-/util-dynamodb-3.645.0.tgz#2c6bc0e4909e0e9d877b4f1b8df6e2dccf9562b3"
integrity sha512-RiZyA1fx1/Crohr5ljK0ax73vtdJzOfSvdvnDB55wE/aP885srzoqA/dWaXvQm1mPGP6ypW2m8sS7mbzZ9bzSg==
dependencies:
tslib "^2.6.2"

Expand Down

0 comments on commit 1fe7db1

Please sign in to comment.