Skip to content

Commit

Permalink
Bump @aws-sdk/lib-dynamodb from 3.535.0 to 3.540.0
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.535.0 to 3.540.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.540.0/lib/lib-dynamodb)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 26, 2024
1 parent 3aff4ed commit 827bdfa
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
1 change: 0 additions & 1 deletion Land
Submodule Land deleted from c39328
49 changes: 49 additions & 0 deletions Land/Cargo/Runtime/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"workspaces": ["./example/*"],
"license": "Apache-2.0",
"version": "1.0.0",
"type": "module",
"private": true,
"scripts": {
"esbuild": "esbuild",
"update": "yarn upgrade-interactive --latest",
"reinstall": "rm yarn.lock && rm -rf node_modules && yarn"
},
"side-effects": false,
"devDependencies": {
"@aws-sdk/client-cloudwatch-events": "3.535.0",
"@aws-sdk/client-cloudwatch-logs": "3.537.0",
"@aws-sdk/client-cognito-identity": "3.535.0",
"@aws-sdk/client-dynamodb": "3.535.0",
"@aws-sdk/client-eventbridge": "3.535.0",
"@aws-sdk/client-kms": "3.536.0",
"@aws-sdk/client-lambda": "3.536.0",
"@aws-sdk/client-s3": "3.537.0",
"@aws-sdk/client-secrets-manager": "3.535.0",
"@aws-sdk/client-ses": "3.535.0",
"@aws-sdk/client-sfn": "3.535.0",
"@aws-sdk/client-sns": "3.535.0",
"@aws-sdk/client-sqs": "3.536.0",
"@aws-sdk/client-ssm": "3.535.0",
"@aws-sdk/client-sts": "3.535.0",
"@aws-sdk/client-xray": "3.535.0",
"@aws-sdk/credential-providers": "3.535.0",
"@aws-sdk/lib-dynamodb": "3.540.0",
"@aws-sdk/s3-request-presigner": "3.537.0",
"@types/chai": "4.3.13",
"@types/jest": "29.5.12",
"@types/readable-stream": "4.0.11",
"@types/uuid": "9.0.8",
"assert": "2.1.0",
"esbuild": "0.20.2",
"esbuild-plugins-node-modules-polyfill": "1.6.3",
"prettier": "3.2.5",
"pretty-quick": "4.0.0",
"pure-http": "3.3.5",
"readable-stream": "4.5.2",
"stream-browserify": "3.0.0",
"ts-node": "10.9.2",
"typescript": "5.4.2",
"vitest": "1.4.0"
}
}

0 comments on commit 827bdfa

Please sign in to comment.