File tree 2 files changed +301
-291
lines changed
2 files changed +301
-291
lines changed Original file line number Diff line number Diff line change 19
19
"eslint" : " eslint --ext .js,.ts,.tsx --no-error-on-unmatched-pattern src test .projenrc.js"
20
20
},
21
21
"devDependencies" : {
22
- "@types/aws-lambda" : " ^8.10.95 " ,
22
+ "@types/aws-lambda" : " ^8.10.98 " ,
23
23
"@types/benchmark" : " ^2.1.1" ,
24
24
"@types/jest" : " ^26.0.24" ,
25
25
"@types/koa" : " ^2.13.4" ,
26
26
"@types/koa-bodyparser" : " ^4.3.7" ,
27
27
"@types/koa-logger" : " ^3.1.2" ,
28
28
"@types/koa-router" : " ^7.4.4" ,
29
- "@types/node" : " ^14.18.16 " ,
29
+ "@types/node" : " ^14.18.20 " ,
30
30
"@types/sharp" : " ^0.30.2" ,
31
31
"@typescript-eslint/eslint-plugin" : " ^4.33.0" ,
32
32
"@typescript-eslint/parser" : " ^4.33.0" ,
41
41
"json-schema" : " ^0.4.0" ,
42
42
"nodemon" : " ^2.0.16" ,
43
43
"npm-check-updates" : " ^11" ,
44
- "ts-jest" : " ^27.1.4 " ,
45
- "ts-node" : " ^10.7.0 " ,
46
- "typescript" : " ^4.6.4 "
44
+ "ts-jest" : " ^27.1.5 " ,
45
+ "ts-node" : " ^10.8.1 " ,
46
+ "typescript" : " ^4.7.3 "
47
47
},
48
48
"dependencies" : {
49
- "aws-sdk" : " ^2.1130 .0" ,
49
+ "aws-sdk" : " ^2.1148 .0" ,
50
50
"http-errors" : " ^1.8.1" ,
51
51
"koa" : " ^2.13.4" ,
52
52
"koa-bodyparser" : " ^4.3.0" ,
53
53
"koa-logger" : " ^3.2.1" ,
54
54
"koa-router" : " ^10.1.1" ,
55
- "sharp" : " ^0.30.4 "
55
+ "sharp" : " ^0.30.6 "
56
56
},
57
57
"bundledDependencies" : [],
58
58
"engines" : {
You can’t perform that action at this time.
0 commit comments