File tree 2 files changed +15
-3
lines changed
2 files changed +15
-3
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:tunnel-agent:20170305':
7
+ - gulp-sass > node-sass > request > tunnel-agent:
8
+ patched: '2018-06-26T00:24:09.178Z'
Original file line number Diff line number Diff line change 4
4
"description" : " " ,
5
5
"main" : " gulpfile.js" ,
6
6
"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"
8
10
},
9
11
"author" : " " ,
10
12
"license" : " ISC" ,
77
79
"semantic-ui-react" : " ^0.67.2" ,
78
80
"through" : " ^2.3.8" ,
79
81
"vinyl-source-stream" : " ^1.1.0" ,
80
- "warning" : " ^3.0.0"
81
- }
82
+ "warning" : " ^3.0.0" ,
83
+ "snyk" : " ^1.85.0"
84
+ },
85
+ "snyk" : true
82
86
}
You can’t perform that action at this time.
0 commit comments