File tree 2 files changed +15
-7
lines changed
2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ Also see: [Architect changelog](https://github.com/architect/architect/blob/main
6
6
7
7
---
8
8
9
+ ## [ 5.3.2] 2022-12-12
10
+
11
+ ### Changed
12
+
13
+ - Updated ` binaryTypes ` array, thanks @MichaelDeBoey !
14
+
15
+ ---
16
+
9
17
## [ 5.3.1] 2022-11-30
10
18
11
19
### Fixed
Original file line number Diff line number Diff line change 35
35
"uid-safe" : " ^2.1.5"
36
36
},
37
37
"devDependencies" : {
38
- "@architect/asap" : " ^5.0.2 " ,
38
+ "@architect/asap" : " ^5.1.0 " ,
39
39
"@architect/eslint-config" : " 2.0.1" ,
40
40
"@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 " ,
42
42
"@aws-sdk/client-apigatewaymanagementapi" : " ^3.213.0" ,
43
43
"@aws-sdk/client-dynamodb" : " ^3.213.0" ,
44
44
"@aws-sdk/client-sns" : " ^3.213.0" ,
45
45
"@aws-sdk/client-sqs" : " ^3.213.0" ,
46
46
"@aws-sdk/client-ssm" : " ^3.213.0" ,
47
47
"@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 " ,
50
50
"aws-sdk" : " 2.1055.0" ,
51
51
"cross-env" : " ~7.0.3" ,
52
- "eslint" : " ^8.28 .0" ,
52
+ "eslint" : " ^8.29 .0" ,
53
53
"mock-fs" : " ~5.2.0" ,
54
54
"nyc" : " ~15.1.0" ,
55
55
"proxyquire" : " ~2.1.3" ,
56
- "sinon" : " ~14 .0.2 " ,
56
+ "sinon" : " ~15 .0.0 " ,
57
57
"tap-spec" : " ~5.0.0" ,
58
58
"tape" : " ~5.6.1" ,
59
59
"tiny-json-http" : " ~7.4.2" ,
60
- "tsd" : " ^0.24.1 "
60
+ "tsd" : " ^0.25.0 "
61
61
},
62
62
"files" : [
63
63
" types/*" ,
You can’t perform that action at this time.
0 commit comments