From ada1e57ee6b48dcd7acf2ffff593b239824b942b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Oct 2019 04:35:01 +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-HTTPSPROXYAGENT-469131 --- .snyk | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.snyk b/.snyk index 3f868c3..768ccae 100644 --- a/.snyk +++ b/.snyk @@ -1,8 +1,13 @@ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. -version: v1.13.1 +version: v1.13.5 ignore: {} # patches apply the minimum changes required to fix a vulnerability patch: 'npm:mime:20170907': - express > accepts > mime: patched: '2018-11-13T08:51:44.856Z' + SNYK-JS-HTTPSPROXYAGENT-469131: + - snyk > proxy-agent > https-proxy-agent: + patched: '2019-10-05T04:34:59.169Z' + - snyk > proxy-agent > pac-proxy-agent > https-proxy-agent: + patched: '2019-10-05T04:34:59.169Z' diff --git a/package.json b/package.json index cd8040f..d143e4d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "optimist": "*", "recluster": "*", "async": "*", - "snyk": "^1.108.2" + "snyk": "^1.231.0" }, "repository": { "type": "git",