From 50301447b5152eabfec8860d407cd6d357541638 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 May 2020 08:18:13 +0200 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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.snyk b/.snyk index da7ab22..c24568b 100644 --- a/.snyk +++ b/.snyk @@ -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'