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 Nov 19, 2023
1 parent e6f6c66 commit ebe6095
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 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 @@

---

## [3.6.3] 2023-11-19

### Changed

- Updated dependencies

---

## [3.6.2] 2023-10-23

### Added
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@
},
"license": "Apache-2.0",
"dependencies": {
"@architect/asap": "~6.0.0",
"@architect/parser": "~6.0.2",
"@architect/utils": "~3.1.7",
"lambda-runtimes": "~1.1.4"
"@architect/asap": "~6.0.3",
"@architect/parser": "~6.0.3",
"@architect/utils": "~3.1.9",
"lambda-runtimes": "~1.1.6"
},
"devDependencies": {
"@architect/eslint-config": "~2.1.1",
"@architect/eslint-config": "~2.1.2",
"aws-sdk": "^2.1363.0",
"aws-sdk-mock": "~5.8.0",
"cross-env": "~7.0.3",
"dotenv": "~16.1.4",
"eslint": "~8.42.0",
"dotenv": "~16.3.1",
"eslint": "~8.54.0",
"mock-fs": "~5.2.0",
"nyc": "~15.1.0",
"tap-arc": "^1.0.0",
"tape": "^5.6.3"
"tap-arc": "^1.2.2",
"tape": "^5.7.2"
},
"eslintConfig": {
"extends": "@architect/eslint-config"
Expand Down

0 comments on commit ebe6095

Please sign in to comment.