Skip to content

Commit a52665c

Browse files
snyk-bothekike
authored andcommitted
fix: package.json & .snyk to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746
1 parent 3b44f67 commit a52665c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.snyk

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+
- lodash:
8+
patched: '2020-05-01T08:29:04.263Z'
9+
- '@netflix/nerror > lodash':
10+
patched: '2020-05-01T08:29:04.263Z'

0 commit comments

Comments
 (0)