Skip to content

Commit

Permalink
Bump aws-sdk from 2.1581.0 to 2.1586.0
Browse files Browse the repository at this point in the history
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1581.0 to 2.1586.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1581.0...v2.1586.0)

---
updated-dependencies:
- dependency-name: aws-sdk
  dependency-type: direct:production
  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 640ce46
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
1 change: 0 additions & 1 deletion Land
Submodule Land deleted from c39328
22 changes: 22 additions & 0 deletions Land/Cargo/Runtime/example/functions/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "@example/functions",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "node build.mjs"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "3.535.0",
"@aws-sdk/client-s3": "3.537.0",
"aws-sdk": "2.1586.0",
"esbuild-css-modules-plugin": "3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"esbuild": "0.20.2"
}
}

0 comments on commit 640ce46

Please sign in to comment.