Skip to content

Commit

Permalink
Merge pull request #1 from jason1628/snyk-fix-67bb5556
Browse files Browse the repository at this point in the history
[Snyk] Fix for 33 vulnerable dependency paths
  • Loading branch information
jason1628 authored May 24, 2017
2 parents ebeee7e + 5904451 commit 0e4313e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 15 deletions.
14 changes: 14 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.7.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:hawk:20160119':
- tap > codecov.io > request > hawk:
patched: '2017-05-24T23:16:36.448Z'
'npm:marked:20170112':
- marked:
patched: '2017-05-24T23:16:36.448Z'
'npm:request:20160119':
- tap > codecov.io > request:
patched: '2017-05-24T23:16:36.448Z'
34 changes: 19 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,35 @@
"scripts": {
"start": "node app.js",
"build": "browserify -r jquery > public/js/bundle.js",
"cleanup": "mongo express-todo --eval 'db.todos.remove({});'"
"cleanup": "mongo express-todo --eval 'db.todos.remove({});'",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"body-parser": "1.9.0",
"body-parser": "1.17.1",
"cookie-parser": "1.3.3",
"ejs": "1.0.0",
"ejs": "2.5.5",
"ejs-locals": "1.0.2",
"errorhandler": "1.2.0",
"express": "4.12.4",
"errorhandler": "1.4.3",
"express": "4.15.3",
"express-fileupload": "0.0.5",
"humanize-ms": "1.0.1",
"jquery": "^2.2.4",
"marked": "0.3.5",
"humanize-ms": "1.2.1",
"jquery": "^3.0.0",
"marked": "0.3.6",
"method-override": "latest",
"moment": "2.15.1",
"mongoose": "4.2.4",
"moment": "2.15.2",
"mongoose": "4.10.2",
"morgan": "latest",
"ms": "^0.7.1",
"npmconf": "0.0.24",
"ms": "^2.0.0",
"npmconf": "2.0.9",
"optional": "^0.1.3",
"st": "0.2.4",
"st": "1.1.0",
"stream-buffers": "^3.0.1",
"tap": "^5.7.0"
"tap": "^5.7.0",
"snyk": "^1.30.1"
},
"devDependencies": {
"browserify": "^13.1.1"
}
},
"snyk": true
}

0 comments on commit 0e4313e

Please sign in to comment.