Skip to content

Commit

Permalink
Merge pull request #55 from kn9ts/snyk-fix-91f438f0
Browse files Browse the repository at this point in the history
[Snyk] Fix for 2 vulnerable dependency paths
  • Loading branch information
kn9ts committed Aug 11, 2016
2 parents 7bf4233 + c1c640d commit a65a721
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: v1.5.0
ignore: {}
patch:
'npm:uglify-js:20151024':
- jade > transformers > uglify-js:
patched: '2016-08-09T13:05:29.485Z'
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"develop": "nodemon -w ./server -w index.js -w environment.js --exec npm start",
"lint": "eslint --fix ./server ./test",
"monitor": "nodemon index.js",
"start": "node index.js"
"start": "node index.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
Expand All @@ -35,7 +37,8 @@
"morgan": "~1.6.1",
"node-uuid": "^1.4.7",
"request": "^2.72.0",
"serve-favicon": "~2.3.0"
"serve-favicon": "~2.3.0",
"snyk": "^1.18.0"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
Expand All @@ -60,5 +63,6 @@
"engines": {
"node": "^4.3.2",
"npm": "^3.9.5"
}
}
},
"snyk": true
}

0 comments on commit a65a721

Please sign in to comment.