File tree Expand file tree Collapse file tree 2 files changed +30
-4
lines changed Expand file tree Collapse file tree 2 files changed +30
-4
lines changed Original file line number Diff line number Diff line change 1+ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+ version: v1.12.0
3+ ignore: {}
4+ # patches apply the minimum changes required to fix a vulnerability
5+ patch:
6+ 'npm:minimatch:20160620':
7+ - gulp-sass-bulk-import > glob > minimatch:
8+ patched: '2018-10-24T01:34:04.901Z'
9+ - gulp > vinyl-fs > glob-stream > minimatch:
10+ patched: '2018-10-24T01:34:04.901Z'
11+ - gulp-sass-bulk-import > vinyl-fs > glob-stream > minimatch:
12+ patched: '2018-10-24T01:34:04.901Z'
13+ - gulp-sass-bulk-import > vinyl-fs > glob-stream > glob > minimatch:
14+ patched: '2018-10-24T01:34:04.901Z'
15+ - gulp > vinyl-fs > glob-watcher > gaze > globule > minimatch:
16+ patched: '2018-10-24T01:34:04.901Z'
17+ - gulp-sass-bulk-import > vinyl-fs > glob-watcher > gaze > globule > minimatch:
18+ patched: '2018-10-24T01:34:04.901Z'
19+ - gulp > vinyl-fs > glob-watcher > gaze > globule > glob > minimatch:
20+ patched: '2018-10-24T01:34:04.901Z'
21+ - gulp-sass-bulk-import > vinyl-fs > glob-watcher > gaze > globule > glob > minimatch:
22+ patched: '2018-10-24T01:34:04.901Z'
Original file line number Diff line number Diff line change 44 "description" : " " ,
55 "main" : " gulpfile.js" ,
66 "scripts" : {
7- "lint:js" : " eslint -o /tmp/lint.log --fix ./**/*.jsx"
7+ "lint:js" : " eslint -o /tmp/lint.log --fix ./**/*.jsx" ,
8+ "snyk-protect" : " snyk protect" ,
9+ "prepare" : " npm run snyk-protect"
810 },
911 "author" : " " ,
1012 "license" : " ISC" ,
2931 "eslint-plugin-react" : " ^7.6.1" ,
3032 "events" : " ^1.1.0" ,
3133 "flux" : " ^3.0.0" ,
32- "gulp" : " ^3.9.1 " ,
34+ "gulp" : " ^4.0.0 " ,
3335 "gulp-minify" : " ^2.1.0" ,
3436 "gulp-rename" : " ^1.2.2" ,
3537 "gulp-sass" : " ^3.1.0" ,
7779 "semantic-ui-react" : " ^0.67.2" ,
7880 "through" : " ^2.3.8" ,
7981 "vinyl-source-stream" : " ^1.1.0" ,
80- "warning" : " ^3.0.0"
81- }
82+ "warning" : " ^3.0.0" ,
83+ "snyk" : " ^1.104.2"
84+ },
85+ "snyk" : true
8286}
You can’t perform that action at this time.
0 commit comments