From aa43b67cfe23bbd84907f8737810b021d4560d77 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Jun 2020 21:53:41 +0000 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 | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.snyk b/.snyk index 0a74b6e..5fde439 100644 --- a/.snyk +++ b/.snyk @@ -1,5 +1,5 @@ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. -version: v1.12.0 +version: v1.14.1 ignore: {} # patches apply the minimum changes required to fix a vulnerability patch: @@ -20,3 +20,8 @@ patch: patched: '2018-06-21T06:49:26.836Z' - botbuilder-location > botbuilder > jsonwebtoken > joi > topo > hoek: patched: '2018-06-21T06:49:26.836Z' + SNYK-JS-LODASH-567746: + - schema-inspector > async > lodash: + patched: '2020-06-04T21:53:39.078Z' + - botbuilder-cognitiveservices > schema-inspector > async > lodash: + patched: '2020-06-04T21:53:39.078Z' diff --git a/package.json b/package.json index e0dc1e6..83e12de 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dotenv-extended": "^2.0.1", "restify": "^5.0.0", "schema-inspector": "^1.6.8", - "snyk": "^1.83.0" + "snyk": "^1.336.0" }, "devDependencies": { "request": "^2.81.0",