File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11node_modules
22npm-debug.log
33.DS_Store
4+ package-lock.json
45build /
56
Original file line number Diff line number Diff line change 11{
22 "name" : " lambda-local" ,
3- "version" : " 1.7.2 " ,
3+ "version" : " 1.7.3 " ,
44 "description" : " Commandline tool to run Lambda functions on your local machine." ,
55 "main" : " build/lambdalocal.js" ,
66 "types" : " build/lambdalocal.d.ts" ,
3636 "node" : " >=6"
3737 },
3838 "dependencies" : {
39- "aws-sdk" : " ^2.488 .0" ,
40- "commander" : " ^5.0 .0" ,
41- "dotenv" : " ^8.0 .0" ,
39+ "aws-sdk" : " ^2.689 .0" ,
40+ "commander" : " ^5.1 .0" ,
41+ "dotenv" : " ^8.2 .0" ,
4242 "winston" : " ^3.2.1"
4343 },
4444 "devDependencies" : {
45- "@types/node" : " ^13.1.7 " ,
45+ "@types/node" : " ^14.0.10 " ,
4646 "chai" : " ^4.2.0" ,
47- "mocha" : " ^7.0 .0" ,
47+ "mocha" : " ^7.2 .0" ,
4848 "sinon" : " ^9.0.2" ,
49- "typescript" : " ^3.7.5 "
49+ "typescript" : " ^3.9.3 "
5050 },
5151 "preferGlobal" : true ,
5252 "repository" : {
You can’t perform that action at this time.
0 commit comments