Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #19 from paazmaya/snyk-fix-t6r3pq
Browse files Browse the repository at this point in the history
[Snyk] Fix for 1 vulnerable dependencies
  • Loading branch information
paazmaya authored Sep 6, 2018
2 parents 700e92d + 70324ee commit 8d7bdca
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.12.0
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:minimatch:20160620':
- gulp > vinyl-fs > glob-stream > minimatch:
patched: '2018-09-04T21:27:53.087Z'
- gulp > vinyl-fs > glob-watcher > gaze > globule > minimatch:
patched: '2018-09-04T21:27:53.087Z'
- gulp > vinyl-fs > glob-watcher > gaze > globule > glob > minimatch:
patched: '2018-09-04T21:27:53.087Z'
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"scripts": {
"test": "npm run lint",
"coverage": "nyc npm test && codecov",
"lint": "eslint *.js"
"lint": "eslint *.js",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"files": [
"index.js",
Expand Down Expand Up @@ -44,12 +46,14 @@
"dependencies": {
"sakugawa": "^0.5.3",
"through2": "^2.0.3",
"vinyl": "^2.2.0"
"vinyl": "^2.2.0",
"snyk": "^1.94.0"
},
"devDependencies": {
"codecov": "^3.0.4",
"eslint": "^5.4.0",
"eslint-config-paazmaya": "^5.0.0",
"gulp": "^3.9.1"
}
"gulp": "^4.0.0"
},
"snyk": true
}

0 comments on commit 8d7bdca

Please sign in to comment.