Skip to content

Commit 77e5f7e

Browse files
snyk-botSven Fehler
authored andcommitted
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
1 parent 767376d commit 77e5f7e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.snyk

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
- eslint > lodash:
8+
patched: '2020-05-01T01:34:02.805Z'
9+
- eslint > inquirer > lodash:
10+
patched: '2020-05-01T01:34:02.805Z'
11+
- eslint > table > lodash:
12+
patched: '2020-05-01T01:34:02.805Z'
13+
- madge > detective-typescript > @typescript-eslint/typescript-estree > lodash:
14+
patched: '2020-05-01T01:34:02.805Z'
15+
- madge > dependency-tree > precinct > detective-typescript > @typescript-eslint/typescript-estree > lodash:
16+
patched: '2020-05-01T01:34:02.805Z'

0 commit comments

Comments
 (0)