Skip to content

Commit

Permalink
feat(dependencies): add express-handlebars & run snyk wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevillamartin committed Apr 17, 2017
1 parent 34870e8 commit 5172c13
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 91 deletions.
2 changes: 1 addition & 1 deletion .snyk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.7.0
version: v1.7.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"lint": "eslint .",
"docs": "jsdoc -c .jsdoc.json",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
"prepublish": "npm run snyk-protect",
"test": "snyk test"
},
"repository": {
"url": "https://github.com/datitisev/DiscordBot-Yappy",
Expand All @@ -19,16 +20,17 @@
"dependencies": {
"body-parser": "^1.17.1",
"bufferutil": "^3.0.0",
"bugsnag": "^1.10.0",
"bugsnag": "1.10.0",
"chalk": "^1.1.3",
"discord.js": "hydrabolt/discord.js",
"erlpack": "hammerandchisel/erlpack",
"express": "^4.15.2",
"express-handlebars": "^3.0.0",
"moment": "^2.18.1",
"moment-duration-format": "^1.3.0",
"mongoose": "^4.9.5",
"snekfetch": "^2.3.2",
"snyk": "^1.28.1",
"snyk": "1.28.1",
"winston": "^2.3.1"
},
"devDependencies": {
Expand All @@ -41,4 +43,4 @@
"postman-jsdoc-theme": "^0.0.2"
},
"snyk": true
}
}
Loading

0 comments on commit 5172c13

Please sign in to comment.