Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 39726f2

Browse files
authored
Merge pull request #2 from Dotty280983/snyk-fix-89f035a0
[Snyk] Fix for 4 vulnerable dependency paths
2 parents b432909 + 7ce31cc commit 39726f2

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

.snyk

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: v1.5.0
2+
ignore: {}
3+
patch:
4+
'npm:minimatch:20160620':
5+
- gulp > vinyl-fs > glob-stream > minimatch:
6+
patched: '2016-07-12T03:43:29.310Z'
7+
- gulp > vinyl-fs > glob-stream > glob > minimatch:
8+
patched: '2016-07-12T03:43:29.310Z'
9+
- gulp > vinyl-fs > glob-watcher > gaze > globule > minimatch:
10+
patched: '2016-07-12T03:43:29.310Z'
11+
- gulp > vinyl-fs > glob-watcher > gaze > globule > glob > minimatch:
12+
patched: '2016-07-12T03:43:29.310Z'

package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,23 @@
1111
"gulp-replace": "^0.5.4",
1212
"gulp-sass": "^2.0.4",
1313
"gulp-uglify": "^1.4.2",
14-
"js-yaml": "^3.4.3"
14+
"js-yaml": "^3.4.3",
15+
"snyk": "^1.17.0"
1516
},
1617
"devDependencies": {
1718
"gulp-connect": "^2.2.0"
1819
},
1920
"scripts": {
20-
"gulp": "gulp"
21+
"gulp": "gulp",
22+
"snyk-protect": "snyk protect",
23+
"prepublish": "npm run snyk-protect"
2124
},
2225
"repository": {
23-
"type" : "git",
24-
"url" : "https://github.com/github/developer.github.com.git"
26+
"type": "git",
27+
"url": "https://github.com/github/developer.github.com.git"
2528
},
2629
"engines": {
2730
"node": ">= 4.0.0"
28-
}
29-
}
31+
},
32+
"snyk": true
33+
}

0 commit comments

Comments
 (0)