File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ README.md
11
11
.eslintignore
12
12
.nyc_output
13
13
.travis
14
- images
14
+ images
15
+ .github
Original file line number Diff line number Diff line change 38
38
"@types/aws-lambda" : " 8.10.106" ,
39
39
"aws-lambda" : " ^1.0.7" ,
40
40
"aws-serverless-express" : " ^3.4.0" ,
41
- "aws-serverless-fastify" : " ^1.0.28 " ,
41
+ "aws-serverless-fastify" : " ^1.0.29 " ,
42
42
"benchmark" : " ^2.1.4" ,
43
43
"eslint" : " ^8.17.0" ,
44
44
"eslint-config-standard" : " ^17.0.0" ,
45
45
"eslint-plugin-import" : " ^2.26.0" ,
46
- "eslint-plugin-n" : " ^15.2.1 " ,
47
- "eslint-plugin-promise" : " ^6.0.0 " ,
46
+ "eslint-plugin-n" : " ^15.3.0 " ,
47
+ "eslint-plugin-promise" : " ^6.0.1 " ,
48
48
"eslint-plugin-standard" : " ^5.0.0" ,
49
- "fastify" : " ^4.0.0-rc.3 " ,
50
- "serverless-http" : " ^3.0.1 " ,
51
- "tap" : " ^16.2 .0" ,
49
+ "fastify" : " ^4.7.0 " ,
50
+ "serverless-http" : " ^3.0.2 " ,
51
+ "tap" : " ^16.3 .0" ,
52
52
"tsd" : " ^0.24.1"
53
53
},
54
54
"overrides" : {
55
55
"aws-serverless-fastify" : {
56
- "fastify" : " ^4.0.0-rc.3 "
56
+ "fastify" : " ^4.7.0 "
57
57
}
58
58
},
59
59
"publishConfig" : {
You can’t perform that action at this time.
0 commit comments