Skip to content

Commit

Permalink
fix: package.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 authored and axeal committed May 5, 2020
1 parent 4e0c403 commit 5030144
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .snyk
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.5
version: v1.14.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-450202:
- request-promise > request-promise-core > lodash:
patched: '2019-07-09T06:17:51.823Z'
SNYK-JS-LODASH-567746:
- request-promise > request-promise-core > lodash:
patched: '2020-05-05T06:18:09.670Z'

0 comments on commit 5030144

Please sign in to comment.