Skip to content

Commit

Permalink
Update deps and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Jan 10, 2024
1 parent 9453f5e commit be04ed2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
### Changed

- Transitioned from `aws-sdk` to [`aws-lite`](https://aws-lite.org)
- Added Node.js 20.x to test matrix
- Breaking change: removed support for Node.js 14.x (now EOL, and no longer available to created in AWS Lambda)

---
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"@architect/asap": "~6.1.0-RC.0",
"@architect/parser": "~6.0.3",
"@architect/utils": "~4.0.0-RC.1",
"@aws-lite/client": "~0.12.2",
"@aws-lite/ssm": "~0.2.1",
"@aws-lite/client": "~0.13.4",
"@aws-lite/ssm": "~0.2.2",
"lambda-runtimes": "~1.1.7"
},
"devDependencies": {
"@architect/eslint-config": "~2.1.2",
"cross-env": "~7.0.3",
"dotenv": "~16.3.1",
"eslint": "~8.55.0",
"eslint": "~8.56.0",
"mock-tmp": "~0.0.2",
"nyc": "~15.1.0",
"proxyquire": "~2.1.3",
Expand Down

0 comments on commit be04ed2

Please sign in to comment.