fix: package.json, package-lock.json & .snyk to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746
This commit is contained in:
parent
b2e4c7684a
commit
bb83076594
|
@ -0,0 +1,10 @@
|
||||||
|
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||||
|
version: v1.14.1
|
||||||
|
ignore: {}
|
||||||
|
# patches apply the minimum changes required to fix a vulnerability
|
||||||
|
patch:
|
||||||
|
SNYK-JS-LODASH-567746:
|
||||||
|
- node-sass > sass-graph > lodash:
|
||||||
|
patched: '2020-05-01T03:48:12.417Z'
|
||||||
|
- node-sass > gaze > globule > lodash:
|
||||||
|
patched: '2020-05-01T03:48:12.417Z'
|
Loading…
Reference in New Issue