Skip to content

Commit

Permalink
fix: package.json & .snyk to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Aug 8, 2016
1 parent 2bd49f9 commit 5a6db32
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
11 changes: 11 additions & 0 deletions .snyk
@@ -0,0 +1,11 @@
version: v1.5.0
ignore: {}
patch:
'npm:minimatch:20160620':
- sassdoc-theme-default > html-minifier > cli > glob > minimatch:
patched: '2016-08-08T12:29:15.957Z'
'npm:uglify-js:20151024':
- sassdoc-theme-default > html-minifier > uglify-js:
patched: '2016-08-08T12:29:15.957Z'
- sassdoc-theme-default > swig > uglify-js:
patched: '2016-08-08T12:29:15.957Z'
16 changes: 10 additions & 6 deletions package.json
Expand Up @@ -84,7 +84,7 @@
"js-yaml": "^3.2.1",
"lodash.difference": "^3.1.0",
"lodash.uniq": "^3.1.0",
"minimatch": "^2.0.4",
"minimatch": "3.0.2",
"mkdirp": "^0.5.0",
"multipipe": "^0.1.2",
"rimraf": "^2.3.2",
Expand All @@ -95,8 +95,9 @@
"strip-indent": "^1.0.1",
"through2": "^0.6.3",
"update-notifier": "^0.3.0",
"vinyl-fs": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
"vinyl-fs": "2.0.0",
"vinyl-source-stream": "^1.0.0",
"snyk": "^1.18.0"
},
"devDependencies": {
"babel": "5.5.*",
Expand All @@ -111,6 +112,9 @@
"vinyl": "^0.4.6"
},
"scripts": {
"test": "make dist lint test"
}
}
"test": "make dist lint test",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"snyk": true
}

0 comments on commit 5a6db32

Please sign in to comment.