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
f65cdb02a9
commit
8360ec9941
|
@ -0,0 +1,18 @@
|
|||
# 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:
|
||||
- lodash:
|
||||
patched: '2020-05-07T08:45:45.251Z'
|
||||
- async > lodash:
|
||||
patched: '2020-05-07T08:45:45.251Z'
|
||||
- eslint > lodash:
|
||||
patched: '2020-05-07T08:45:45.251Z'
|
||||
- tidy-markdown > lodash:
|
||||
patched: '2020-05-07T08:45:45.251Z'
|
||||
- eslint > inquirer > lodash:
|
||||
patched: '2020-05-07T08:45:45.251Z'
|
||||
- eslint > table > lodash:
|
||||
patched: '2020-05-07T08:45:45.251Z'
|
Loading…
Reference in New Issue