Skip to content

Commit

Permalink
Merge pull request linnovate#1604 from linnovate/snyk-fix-ecfb009c
Browse files Browse the repository at this point in the history
[Snyk] Fix for 2 vulnerable dependency paths
  • Loading branch information
Orit Persik authored Jul 4, 2016
2 parents 8bfee88 + 631805e commit 702504e
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':
- meanio > swig > uglify-js:
patched: '2016-07-04T12:18:40.216Z'
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"karma": "node node_modules/karma/bin/karma start karma.conf.js",
"test": "gulp test",
"test-e2e": "gulp e2e.test",
"postinstall": "node tools/scripts/postinstall.js"
"postinstall": "node tools/scripts/postinstall.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"angular": "^1.5.5",
Expand Down Expand Up @@ -48,7 +50,8 @@
"q": "latest",
"request": "latest",
"shelljs": "latest",
"view-helpers": "latest"
"view-helpers": "latest",
"snyk": "1.16.0"
},
"devDependencies": {
"babel-core": "^6.7.2",
Expand Down Expand Up @@ -103,5 +106,6 @@
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
}
}
},
"snyk": true
}

0 comments on commit 702504e

Please sign in to comment.