File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-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.14.0
3
+ ignore: {}
4
+ # patches apply the minimum changes required to fix a vulnerability
5
+ patch:
6
+ SNYK-JS-LODASH-450202:
7
+ - json-refs > lodash:
8
+ patched: '2020-01-10T06:22:00.438Z'
9
+ - json-refs > graphlib > lodash:
10
+ patched: '2020-01-10T06:22:00.438Z'
Original file line number Diff line number Diff line change 32
32
"lit-element" : " 2.2.1" ,
33
33
"lit-html" : " 1.0.0" ,
34
34
"marked" : " ^0.8.0" ,
35
- "swagger2openapi" : " ^5.3.2"
35
+ "swagger2openapi" : " ^5.3.2" ,
36
+ "snyk" : " ^1.277.3"
36
37
},
37
38
"scripts" : {
38
39
"build" : " NODE_ENV=production webpack" ,
39
40
"serve" : " webpack-dev-server --mode=development" ,
40
41
"lint" : " ./node_modules/eslint/bin/eslint.js ./src/**" ,
41
- "lint-fix" : " ./node_modules/eslint/bin/eslint.js --fix ./src/**"
42
+ "lint-fix" : " ./node_modules/eslint/bin/eslint.js --fix ./src/**" ,
43
+ "snyk-protect" : " snyk protect" ,
44
+ "prepare" : " yarn run snyk-protect"
42
45
},
43
46
"devDependencies" : {
44
47
"@babel/core" : " ^7.7.7" ,
64
67
"webpack-bundle-analyzer" : " ^3.6.0" ,
65
68
"webpack-cli" : " ^3.3.10" ,
66
69
"webpack-dev-server" : " ^3.10.1"
67
- }
70
+ },
71
+ "snyk" : true
68
72
}
You can’t perform that action at this time.
0 commit comments