From f4b5213dc85bf304dc7edb25118a1c0f6ff701da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 11:53:12 +0300 Subject: [PATCH] fix: package.json & .snyk to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- .snyk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 00000000..f698b00f --- /dev/null +++ b/.snyk @@ -0,0 +1,16 @@ +# 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: + - html-to-text > lodash: + patched: '2020-05-01T08:53:06.951Z' + - restify > lodash: + patched: '2020-05-01T08:53:06.951Z' + - gelf > async > lodash: + patched: '2020-05-01T08:53:06.951Z' + - restify > restify-errors > lodash: + patched: '2020-05-01T08:53:06.951Z' + - restify > restify-errors > @netflix/nerror > lodash: + patched: '2020-05-01T08:53:06.951Z'