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 3e02213 commit f802100
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 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 @@

---

## [6.0.3] 2024-03-25

### Changed

- Updated dependencies

---

## [6.0.0 - 6.0.2] 2024-02-01

### Changed
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"src/*"
],
"dependencies": {
"@architect/asap": "~7.0.7",
"@architect/create": "~5.0.1",
"@architect/hydrate": "~4.0.2",
"@architect/inventory": "~4.0.3",
"@architect/utils": "~4.0.2",
"@aws-lite/client": "^0.17.1",
"@architect/asap": "~7.0.8",
"@architect/create": "~5.0.2",
"@architect/hydrate": "~4.0.3",
"@architect/inventory": "~4.0.4",
"@architect/utils": "~4.0.4",
"@aws-lite/client": "^0.20.0",
"@aws-lite/dynamodb": "^0.3.4",
"@begin/hashid": "~1.0.0",
"chalk": "4.1.2",
Expand All @@ -43,32 +43,32 @@
"finalhandler": "~1.2.0",
"glob": "~10.3.10",
"http-proxy": "~1.18.1",
"lambda-runtimes": "~2.0.1",
"lambda-runtimes": "~2.0.2",
"minimist": "~1.2.8",
"router": "~1.3.8",
"run-parallel": "~1.2.0",
"run-series": "~1.1.9",
"send": "~0.18.0",
"server-destroy": "~1.0.1",
"tmp": "~0.2.1",
"tmp": "~0.2.3",
"tree-kill": "~1.2.2",
"update-notifier-cjs": "~5.1.6",
"ws": "~8.16.0"
},
"devDependencies": {
"@architect/eslint-config": "~2.1.2",
"@architect/functions": "~8.0.1",
"@architect/functions": "~8.1.0",
"@architect/req-res-fixtures": "git+https://github.com/architect/req-res-fixtures.git",
"@aws-lite/apigatewaymanagementapi": "~0.0.8",
"@aws-lite/ssm": "~0.2.3",
"cross-env": "~7.0.3",
"eslint": "~8.56.0",
"eslint": "~8.57.0",
"fs-extra": "~11.2.0",
"nyc": "~15.1.0",
"pkg": "~5.8.1",
"proxyquire": "~2.1.3",
"tap-arc": "~1.2.2",
"tape": "~5.7.4",
"tape": "~5.7.5",
"tiny-json-http": "~7.5.1"
},
"eslintConfig": {
Expand Down

0 comments on commit f802100

Please sign in to comment.