File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 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.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" : " npm run snyk-protect"
27
29
},
28
30
"husky" : {
29
31
"hooks" : {
34
36
"dependencies" : {
35
37
"create-html-element" : " ^3.0.0" ,
36
38
"loader-utils" : " ^1.2.3" ,
37
- "lodash" : " ^4.17.11"
39
+ "lodash" : " ^4.17.11" ,
40
+ "snyk" : " ^1.189.0"
38
41
},
39
42
"devDependencies" : {
40
43
"@commitlint/cli" : " ^8.0.0" ,
46
49
"mocha" : " ^6.1.4" ,
47
50
"nyc" : " ^14.1.1" ,
48
51
"semantic-release" : " ^15.13.12"
49
- }
52
+ },
53
+ "snyk" : true
50
54
}
You can’t perform that action at this time.
0 commit comments