Skip to content

Commit 9c774ef

Browse files
committed
Update deps and changelog
1 parent 9159434 commit 9c774ef

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

_changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Also see: [Architect changelog](https://github.com/architect/architect/blob/main
66

77
---
88

9+
## [5.3.2] 2022-12-12
10+
11+
### Changed
12+
13+
- Updated `binaryTypes` array, thanks @MichaelDeBoey!
14+
15+
---
16+
917
## [5.3.1] 2022-11-30
1018

1119
### Fixed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -35,29 +35,29 @@
3535
"uid-safe": "^2.1.5"
3636
},
3737
"devDependencies": {
38-
"@architect/asap": "^5.0.2",
38+
"@architect/asap": "^5.1.0",
3939
"@architect/eslint-config": "2.0.1",
4040
"@architect/req-res-fixtures": "git+https://github.com/architect/req-res-fixtures.git",
41-
"@architect/sandbox": "^5.4.0",
41+
"@architect/sandbox": "^5.4.1",
4242
"@aws-sdk/client-apigatewaymanagementapi": "^3.213.0",
4343
"@aws-sdk/client-dynamodb": "^3.213.0",
4444
"@aws-sdk/client-sns": "^3.213.0",
4545
"@aws-sdk/client-sqs": "^3.213.0",
4646
"@aws-sdk/client-ssm": "^3.213.0",
4747
"@aws-sdk/lib-dynamodb": "^3.214.0",
48-
"@types/aws-lambda": "^8.10.108",
49-
"@types/node": "^18.11.9",
48+
"@types/aws-lambda": "^8.10.109",
49+
"@types/node": "^18.11.13",
5050
"aws-sdk": "2.1055.0",
5151
"cross-env": "~7.0.3",
52-
"eslint": "^8.28.0",
52+
"eslint": "^8.29.0",
5353
"mock-fs": "~5.2.0",
5454
"nyc": "~15.1.0",
5555
"proxyquire": "~2.1.3",
56-
"sinon": "~14.0.2",
56+
"sinon": "~15.0.0",
5757
"tap-spec": "~5.0.0",
5858
"tape": "~5.6.1",
5959
"tiny-json-http": "~7.4.2",
60-
"tsd": "^0.24.1"
60+
"tsd": "^0.25.0"
6161
},
6262
"files": [
6363
"types/*",

0 commit comments

Comments
 (0)