diff --git a/.snyk b/.snyk new file mode 100644 index 0000000000..6d8471f055 --- /dev/null +++ b/.snyk @@ -0,0 +1,12 @@ +version: v1.5.0 +ignore: {} +patch: + 'npm:minimatch:20160620': + - gulp > vinyl-fs > glob-stream > minimatch: + patched: '2016-07-12T03:43:29.310Z' + - gulp > vinyl-fs > glob-stream > glob > minimatch: + patched: '2016-07-12T03:43:29.310Z' + - gulp > vinyl-fs > glob-watcher > gaze > globule > minimatch: + patched: '2016-07-12T03:43:29.310Z' + - gulp > vinyl-fs > glob-watcher > gaze > globule > glob > minimatch: + patched: '2016-07-12T03:43:29.310Z' diff --git a/package.json b/package.json index 118bd04c38..76cf1c5dcb 100644 --- a/package.json +++ b/package.json @@ -11,19 +11,23 @@ "gulp-replace": "^0.5.4", "gulp-sass": "^2.0.4", "gulp-uglify": "^1.4.2", - "js-yaml": "^3.4.3" + "js-yaml": "^3.4.3", + "snyk": "^1.17.0" }, "devDependencies": { "gulp-connect": "^2.2.0" }, "scripts": { - "gulp": "gulp" + "gulp": "gulp", + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" }, "repository": { - "type" : "git", - "url" : "https://github.com/github/developer.github.com.git" + "type": "git", + "url": "https://github.com/github/developer.github.com.git" }, "engines": { "node": ">= 4.0.0" - } -} + }, + "snyk": true +} \ No newline at end of file