Merge branch 'snyk-fix-a5ad4050'

This commit is contained in:
Sami Samhuri 2017-05-19 13:09:38 -07:00
commit a0ca5988cd
No known key found for this signature in database
GPG key ID: F76F41F04D99808F
2 changed files with 30 additions and 2 deletions

22
.snyk Normal file
View file

@ -0,0 +1,22 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.7.0
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:ejs:20161128':
- harp > terraform > ejs:
patched: '2017-04-21T04:58:35.183Z'
'npm:marked:20170112':
- harp > terraform > marked:
patched: '2017-04-21T04:58:35.183Z'
'npm:negotiator:20160616':
- harp > connect > compression > accepts > negotiator:
patched: '2017-04-21T04:58:35.183Z'
- harp > connect > serve-index > accepts > negotiator:
patched: '2017-04-21T04:58:35.183Z'
'npm:tar:20151103':
- harp > download-github-repo > download > decompress > tar:
patched: '2017-04-21T04:58:35.183Z'
'npm:uglify-js:20151024':
- harp > terraform > jade > transformers > uglify-js:
patched: '2017-04-21T04:58:35.183Z'

View file

@ -5,6 +5,12 @@
"dependencies": {
"harp": "^0.23.0",
"thepusher": "^0.1.4",
"uglify-js": "^2.7.5"
}
"uglify-js": "^2.7.5",
"snyk": "^1.29.0"
},
"scripts": {
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"snyk": true
}