From 8360ec9941da8d90f267ce061e9f8851749322e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 May 2020 05:46:01 -0300 Subject: [PATCH] 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 --- .snyk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..bdcb224 --- /dev/null +++ b/.snyk @@ -0,0 +1,18 @@ +# 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: + - lodash: + patched: '2020-05-07T08:45:45.251Z' + - async > lodash: + patched: '2020-05-07T08:45:45.251Z' + - eslint > lodash: + patched: '2020-05-07T08:45:45.251Z' + - tidy-markdown > lodash: + patched: '2020-05-07T08:45:45.251Z' + - eslint > inquirer > lodash: + patched: '2020-05-07T08:45:45.251Z' + - eslint > table > lodash: + patched: '2020-05-07T08:45:45.251Z'