File tree 2 files changed +19
-3
lines changed
2 files changed +19
-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
+ - webpack-external-import > babel-traverse > lodash:
8
+ patched: '2019-07-04T06:20:01.150Z'
9
+ - webpack-external-import > @babel/helper-module-imports > @babel/types > lodash:
10
+ patched: '2019-07-04T06:20:01.150Z'
11
+ - webpack-external-import > babel-traverse > babel-types > lodash:
12
+ patched: '2019-07-04T06:20:01.150Z'
Original file line number Diff line number Diff line change 57
57
"ci:coverage" : " npm run test:coverage -- --runInBand" ,
58
58
"defaults" : " webpack-defaults" ,
59
59
"semantic-release" : " npx semantic-release" ,
60
- "travis" : " npm run ci:coverage"
60
+ "travis" : " npm run ci:coverage" ,
61
+ "snyk-protect" : " snyk protect" ,
62
+ "prepublish" : " npm run snyk-protect"
61
63
},
62
64
"files" : [
63
65
" dist"
70
72
"normalize-url" : " 1.9.1" ,
71
73
"schema-utils" : " ^1.0.0" ,
72
74
"webpack-external-import" : " ^0.0.1-beta.16" ,
73
- "webpack-sources" : " ^1.1.0"
75
+ "webpack-sources" : " ^1.1.0" ,
76
+ "snyk" : " ^1.189.0"
74
77
},
75
78
"devDependencies" : {
76
79
"@babel/cli" : " ^7.4.4" ,
110
113
" eslint --fix" ,
111
114
" git add"
112
115
]
113
- }
116
+ },
117
+ "snyk" : true
114
118
}
You can’t perform that action at this time.
0 commit comments