Skip to content

Commit

Permalink
fix: package.json, package-lock.json & .snyk to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
  • Loading branch information
snyk-bot committed May 4, 2020
1 parent 3a753b8 commit 609a159
Show file tree
Hide file tree
Showing 3 changed files with 2,455 additions and 135 deletions.
10 changes: 10 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -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:
- '@typescript-eslint/parser > @typescript-eslint/typescript-estree > lodash':
patched: '2020-05-01T08:18:21.350Z'
- '@typescript-eslint/parser > @typescript-eslint/experimental-utils > @typescript-eslint/typescript-estree > lodash':
patched: '2020-05-01T08:18:21.350Z'
Loading

0 comments on commit 609a159

Please sign in to comment.