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:mime:20170907':
7
+ - gulp-connect > send > mime:
8
+ patched: '2018-07-01T23:27:17.686Z'
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1" ,
8
8
"postinstall" : " gulp build" ,
9
- "start" : " gulp serveprod"
9
+ "start" : " gulp serveprod" ,
10
+ "snyk-protect" : " snyk protect" ,
11
+ "prepare" : " npm run snyk-protect"
10
12
},
11
13
"repository" : {
12
14
"type" : " git" ,
35
37
"gulp-rev" : " ^5.1.0" ,
36
38
"gulp-uglify" : " ^1.5.4" ,
37
39
"gulp-usemin" : " ^0.3.26" ,
38
- "rev-del" : " ^1.0.5"
39
- }
40
+ "rev-del" : " ^1.0.5" ,
41
+ "snyk" : " ^1.88.0"
42
+ },
43
+ "snyk" : true
40
44
}
You can’t perform that action at this time.
0 commit comments