File tree Expand file tree Collapse file tree 3 files changed +913
-846
lines changed Expand file tree Collapse file tree 3 files changed +913
-846
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.13.5
3
+ ignore: {}
4
+ # patches apply the minimum changes required to fix a vulnerability
5
+ patch:
6
+ SNYK-JS-LODASH-450202:
7
+ - lodash:
8
+ patched: '2019-07-04T05:32:34.833Z'
Original file line number Diff line number Diff line change 23
23
"scripts" : {
24
24
"test" : " mocha" ,
25
25
"test:cov" : " nyc --reporter=text-lcov yarn test | coveralls" ,
26
- "semantic-release" : " semantic-release"
26
+ "semantic-release" : " semantic-release" ,
27
+ "snyk-protect" : " snyk protect" ,
28
+ "prepublish" : " yarn snyk-protect"
27
29
},
28
30
"husky" : {
29
31
"hooks" : {
45
47
"husky" : " ^3.0.0" ,
46
48
"mocha" : " ^6.1.4" ,
47
49
"nyc" : " ^14.1.1" ,
48
- "semantic-release" : " ^15.13.12"
49
- }
50
+ "semantic-release" : " ^15.13.12" ,
51
+ "snyk" : " ^1.189.0"
52
+ },
53
+ "snyk" : true
50
54
}
You can’t perform that action at this time.
0 commit comments