File tree 2 files changed +28
-3
lines changed
2 files changed +28
-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.1
3
+ ignore: {}
4
+ # patches apply the minimum changes required to fix a vulnerability
5
+ patch:
6
+ SNYK-JS-LODASH-567746:
7
+ - stylelint > @stylelint/postcss-css-in-js > @babel/core > lodash:
8
+ patched: '2020-05-30T00:50:32.962Z'
9
+ - stylelint > @stylelint/postcss-css-in-js > @babel/core > @babel/helper-module-transforms > lodash:
10
+ patched: '2020-05-30T00:50:32.962Z'
11
+ - eslint-config-stylelint > eslint-plugin-jest > @typescript-eslint/experimental-utils > @typescript-eslint/typescript-estree > lodash:
12
+ patched: '2020-05-30T00:50:32.962Z'
13
+ - stylelint > @stylelint/postcss-css-in-js > @babel/core > @babel/helpers > @babel/traverse > lodash:
14
+ patched: '2020-05-30T00:50:32.962Z'
15
+ - stylelint > @stylelint/postcss-css-in-js > @babel/core > @babel/helper-module-transforms > @babel/helper-replace-supers > @babel/traverse > lodash:
16
+ patched: '2020-05-30T00:50:32.962Z'
17
+ - stylelint > @stylelint/postcss-css-in-js > @babel/core > @babel/helper-module-transforms > @babel/helper-replace-supers > @babel/traverse > @babel/generator > lodash:
18
+ patched: '2020-05-30T00:50:32.962Z'
19
+ - stylelint > @stylelint/postcss-css-in-js > @babel/core > @babel/helper-module-transforms > @babel/helper-replace-supers > @babel/traverse > @babel/helper-split-export-declaration > @babel/types > lodash:
20
+ patched: '2020-05-30T00:50:32.962Z'
21
+ - stylelint > @stylelint/postcss-css-in-js > @babel/core > @babel/helper-module-transforms > @babel/helper-replace-supers > @babel/traverse > @babel/helper-function-name > @babel/template > @babel/types > lodash:
22
+ patched: '2020-05-30T00:50:32.962Z'
Original file line number Diff line number Diff line change 43
43
"task-webpack-app" : " cross-env NODE_ENV=production node node_modules/gulp/bin/gulp webpack:app --serverConfig=/env/config/hapi/config --gulpTaskConfig=/env/config/" ,
44
44
"task-svgo" : " cross-env NODE_ENV=build node node_modules/gulp/bin/gulp svgo --serverConfig=/env/config/hapi/config --gulpTaskConfig=/env/config/" ,
45
45
"task-svg-symbols" : " cross-env NODE_ENV=build node node_modules/gulp/bin/gulp svg-symbols --serverConfig=/env/config/hapi/config --gulpTaskConfig=/env/config/" ,
46
- "deploy-now" : " npm run build && now ./build -A ../now.json"
46
+ "deploy-now" : " npm run build && now ./build -A ../now.json" ,
47
+ "snyk-protect" : " snyk protect" ,
48
+ "prepare" : " npm run snyk-protect"
47
49
},
48
50
"dependencies" : {
49
51
"acorn" : " 7.2.0" ,
101
103
"regenerator-runtime" : " 0.13.5" ,
102
104
"requestidlecallback" : " ^0.3.0" ,
103
105
"script-loader" : " 0.7.2" ,
104
- "snyk" : " 1.332.1" ,
106
+ "snyk" : " ^ 1.332.1" ,
105
107
"string-replace-loader" : " 2.3.0" ,
106
108
"template-helpers" : " 1.0.1" ,
107
109
"uglifyjs-webpack-plugin" : " 2.2.0" ,
142
144
"webpack-dev-middleware" : " 3.7.2" ,
143
145
"webpack-hot-middleware" : " 2.25.0" ,
144
146
"webpack-pwa-manifest" : " 4.2.0"
145
- }
147
+ },
148
+ "snyk" : true
146
149
}
You can’t perform that action at this time.
0 commit comments