File tree Expand file tree Collapse file tree 4 files changed +16
-13
lines changed Expand file tree Collapse file tree 4 files changed +16
-13
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ module.exports = {
22
22
'no-trailing-spaces' : 'error' ,
23
23
'no-var' : 'error' ,
24
24
'prefer-const' : 'error' ,
25
+ 'require-atomic-updates' : 'off' ,
25
26
'semi' : 'error' ,
26
27
'space-before-function-paren' : [ 'error' , {
27
28
'anonymous' : 'always' ,
Original file line number Diff line number Diff line change 8
8
.nyc_output
9
9
coverage
10
10
gh-pages
11
+ .dynamodb
Original file line number Diff line number Diff line change
1
+ package-lock = false
Original file line number Diff line number Diff line change 21
21
"postinstall" : " serverless dynamodb install 2>&1 | awk 'NF'"
22
22
},
23
23
"devDependencies" : {
24
- "aws-sdk" : " 2.280.1 " ,
25
- "axios" : " ^0.18 .0" ,
26
- "eslint" : " ^5.2 .0" ,
27
- "mocha" : " ^5.0.4 " ,
24
+ "aws-sdk" : " 2.573.0 " ,
25
+ "axios" : " ^0.19 .0" ,
26
+ "eslint" : " ^6.6 .0" ,
27
+ "mocha" : " ^6.2.2 " ,
28
28
"node-jre" : " ^0.2.3" ,
29
- "nyc" : " ^12.0.2 " ,
30
- "serverless" : " ^1.26.1 " ,
29
+ "nyc" : " ^14.1.1 " ,
30
+ "serverless" : " ^1.57.0 " ,
31
31
"serverless-dynamodb-local" : " 0.2.35" ,
32
- "serverless-offline" : " ^3.25 .6" ,
33
- "showdown" : " ^1.8.6 "
32
+ "serverless-offline" : " ^4.10 .6" ,
33
+ "showdown" : " ^1.9.1 "
34
34
},
35
35
"dependencies" : {
36
36
"bcryptjs" : " ^2.4.3" ,
37
- "jsonwebtoken" : " ^8.1.0 " ,
38
- "slugify" : " ^1.2 .6" ,
39
- "uuid" : " ^3.2.1 "
37
+ "jsonwebtoken" : " ^8.5.1 " ,
38
+ "slugify" : " ^1.3 .6" ,
39
+ "uuid" : " ^3.3.3 "
40
40
},
41
41
"optionalDependencies" : {
42
- "coveralls" : " ^3.0.0 " ,
43
- "jsdoc" : " ^3.5.5 "
42
+ "coveralls" : " ^3.0.7 " ,
43
+ "jsdoc" : " ^3.6.3 "
44
44
},
45
45
"greenkeeper" : {
46
46
"ignore" : [
You can’t perform that action at this time.
0 commit comments