Skip to content

Commit

Permalink
feat(deps): update version range of @aws-sd
Browse files Browse the repository at this point in the history
node 18 runtime in aws lambda has version 3.188.0 installed
  • Loading branch information
Michael Wittwer committed Mar 20, 2023
1 parent b85e0b5 commit c5a1574
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"tslint:custom-rule:test": "tslint --test ./tools/tslint/test"
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "^3.252.0",
"@aws-sdk/client-dynamodb": "^3.188.0",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@commitlint/prompt-cli": "^17.4.2",
Expand All @@ -81,7 +81,7 @@
"typescript": "^4.9.4"
},
"peerDependencies": {
"@aws-sdk/client-dynamodb": "^3.252.0",
"@aws-sdk/client-dynamodb": "^3.188.0",
"reflect-metadata": "^0.1.12",
"tslib": "^2.0.0"
},
Expand Down

0 comments on commit c5a1574

Please sign in to comment.