File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2022 Fastify
3
+ Copyright (c) 2023 Fastify
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 37
37
"performance" : " npm run lint && node performanceTest/test"
38
38
},
39
39
"devDependencies" : {
40
- "@fastify/multipart" : " 7.3 .0" ,
40
+ "@fastify/multipart" : " 7.4 .0" ,
41
41
"@fastify/pre-commit" : " ^2.0.2" ,
42
42
"@types/aws-lambda" : " 8.10.109" ,
43
43
"aws-lambda" : " ^1.0.7" ,
44
44
"aws-serverless-express" : " ^3.4.0" ,
45
- "aws-serverless-fastify" : " ^3.0.0 " ,
45
+ "aws-serverless-fastify" : " ^3.0.2 " ,
46
46
"benchmark" : " ^2.1.4" ,
47
- "eslint" : " ^8.17 .0" ,
47
+ "eslint" : " ^8.31 .0" ,
48
48
"eslint-config-standard" : " ^17.0.0" ,
49
- "eslint-plugin-import" : " ^2.26.0 " ,
50
- "eslint-plugin-n" : " ^15.3.0 " ,
51
- "eslint-plugin-promise" : " ^6.0 .1" ,
49
+ "eslint-plugin-import" : " ^2.27.4 " ,
50
+ "eslint-plugin-n" : " ^15.6.1 " ,
51
+ "eslint-plugin-promise" : " ^6.1 .1" ,
52
52
"eslint-plugin-standard" : " ^5.0.0" ,
53
- "fastify" : " ^4.7 .0" ,
54
- "serverless-http" : " ^3.0.2 " ,
55
- "tap" : " ^16.3.0 " ,
53
+ "fastify" : " ^4.11 .0" ,
54
+ "serverless-http" : " ^3.1.1 " ,
55
+ "tap" : " ^16.3.3 " ,
56
56
"tsd" : " ^0.25.0"
57
57
},
58
58
"overrides" : {
59
59
"aws-serverless-fastify" : {
60
- "fastify" : " ^4.7 .0"
60
+ "fastify" : " ^4.11 .0"
61
61
}
62
62
},
63
63
"publishConfig" : {
You can’t perform that action at this time.
0 commit comments