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 Mar 25, 2024
1 parent f26c4f7 commit fec132c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

---

## [4.0.4] 2024-03-25

### Changed

- Updated dependencies

---

## [4.0.3] 2024-02-07

### Changed
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@
},
"license": "Apache-2.0",
"dependencies": {
"@architect/asap": "~7.0.7",
"@architect/asap": "~7.0.8",
"@architect/parser": "~6.0.3",
"@architect/utils": "~4.0.2",
"@aws-lite/client": "^0.17.1",
"@architect/utils": "~4.0.4",
"@aws-lite/client": "^0.20.0",
"@aws-lite/ssm": "^0.2.3",
"lambda-runtimes": "~2.0.1"
"lambda-runtimes": "~2.0.2"
},
"devDependencies": {
"@architect/eslint-config": "~2.1.2",
"cross-env": "~7.0.3",
"dotenv": "~16.4.1",
"eslint": "~8.56.0",
"mock-tmp": "~0.0.2",
"dotenv": "~16.4.5",
"eslint": "~8.57.0",
"mock-tmp": "~0.0.3",
"nyc": "~15.1.0",
"proxyquire": "~2.1.3",
"tap-arc": "^1.2.2",
"tape": "^5.7.4"
"tape": "^5.7.5"
},
"eslintConfig": {
"extends": "@architect/eslint-config"
Expand Down

0 comments on commit fec132c

Please sign in to comment.