Skip to content

Commit bb99f75

Browse files
committed
Update deps and changelog
1 parent 68f527c commit bb99f75

File tree

2 files changed

+29
-11
lines changed

2 files changed

+29
-11
lines changed

changelog.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
---
44

5+
## [5.3.5] 2022-11-09
6+
7+
### Added
8+
9+
- Added Node.js 18.x to test matrix
10+
11+
12+
### Changed
13+
14+
- Updated dependencies
15+
16+
17+
### Fixed
18+
19+
- Ensure CLI interface can be called with `quiet` option
20+
21+
---
22+
523
## [5.3.4] 2022-09-07
624

725
### Changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"src/*"
2929
],
3030
"dependencies": {
31-
"@architect/asap": "~5.0.1",
32-
"@architect/create": "~4.1.0",
33-
"@architect/hydrate": "~3.1.3",
34-
"@architect/inventory": "~3.3.0",
31+
"@architect/asap": "~5.0.2",
32+
"@architect/create": "~4.1.2",
33+
"@architect/hydrate": "~3.1.4",
34+
"@architect/inventory": "~3.3.2",
3535
"@architect/utils": "~3.1.2",
3636
"@begin/hashid": "~1.0.0",
3737
"aws-sdk": "2.1055.0",
@@ -43,29 +43,29 @@
4343
"glob": "~8.0.3",
4444
"http-proxy": "~1.18.1",
4545
"lambda-runtimes": "~1.1.2",
46-
"minimist": "~1.2.6",
46+
"minimist": "~1.2.7",
4747
"router": "~1.3.7",
4848
"run-parallel": "~1.2.0",
4949
"run-series": "~1.1.9",
5050
"send": "~0.18.0",
5151
"server-destroy": "~1.0.1",
5252
"tree-kill": "~1.2.2",
53-
"update-notifier-cjs": "~5.1.4",
54-
"ws": "~8.8.1"
53+
"update-notifier-cjs": "~5.1.6",
54+
"ws": "~8.11.0"
5555
},
5656
"devDependencies": {
5757
"@architect/eslint-config": "~2.0.1",
58-
"@architect/functions": "~5.2.2",
58+
"@architect/functions": "~5.2.3",
5959
"@architect/req-res-fixtures": "git+https://github.com/architect/req-res-fixtures.git",
6060
"cross-env": "~7.0.3",
61-
"eslint": "~8.23.0",
61+
"eslint": "~8.27.0",
6262
"fs-extra": "~10.1.0",
6363
"nyc": "~15.1.0",
6464
"pkg": "~5.8.0",
6565
"proxyquire": "~2.1.3",
66-
"sinon": "~14.0.0",
66+
"sinon": "~14.0.2",
6767
"tap-spec": "~5.0.0",
68-
"tape": "~5.6.0",
68+
"tape": "~5.6.1",
6969
"tiny-json-http": "~7.4.2"
7070
},
7171
"eslintConfig": {

0 commit comments

Comments
 (0)