Skip to content

Commit

Permalink
chore(deps): Bump deps (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
anishkny authored Nov 17, 2019
1 parent fae5350 commit 27e7816
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
'no-trailing-spaces': 'error',
'no-var': 'error',
'prefer-const': 'error',
'require-atomic-updates': 'off',
'semi': 'error',
'space-before-function-paren': ['error', {
'anonymous': 'always',
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ dist
.nyc_output
coverage
gh-pages
.dynamodb
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,26 @@
"postinstall": "serverless dynamodb install 2>&1 | awk 'NF'"
},
"devDependencies": {
"aws-sdk": "2.280.1",
"axios": "^0.18.0",
"eslint": "^5.2.0",
"mocha": "^5.0.4",
"aws-sdk": "2.573.0",
"axios": "^0.19.0",
"eslint": "^6.6.0",
"mocha": "^6.2.2",
"node-jre": "^0.2.3",
"nyc": "^12.0.2",
"serverless": "^1.26.1",
"nyc": "^14.1.1",
"serverless": "^1.57.0",
"serverless-dynamodb-local": "0.2.35",
"serverless-offline": "^3.25.6",
"showdown": "^1.8.6"
"serverless-offline": "^4.10.6",
"showdown": "^1.9.1"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^8.1.0",
"slugify": "^1.2.6",
"uuid": "^3.2.1"
"jsonwebtoken": "^8.5.1",
"slugify": "^1.3.6",
"uuid": "^3.3.3"
},
"optionalDependencies": {
"coveralls": "^3.0.0",
"jsdoc": "^3.5.5"
"coveralls": "^3.0.7",
"jsdoc": "^3.6.3"
},
"greenkeeper": {
"ignore": [
Expand Down

0 comments on commit 27e7816

Please sign in to comment.