From a3523c246edfc0ac9a1435e772e29183b97b2572 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Oct 2019 03:02:56 +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 eb9f8f8..5a0490c 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.13.5 ignore: {} # patches apply the minimum changes required to fix a vulnerability patch: @@ -12,3 +12,8 @@ patch: 'npm:tunnel-agent:20170305': - unirest > request > tunnel-agent: patched: '2018-06-26T01:48:38.962Z' + SNYK-JS-HTTPSPROXYAGENT-469131: + - snyk > proxy-agent > https-proxy-agent: + patched: '2019-10-08T03:02:54.756Z' + - snyk > proxy-agent > pac-proxy-agent > https-proxy-agent: + patched: '2019-10-08T03:02:54.756Z' diff --git a/package.json b/package.json index e13e3b5..c9a4c3c 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "unirest": "^0.5.1", "userhome": "^1.0.0", "when": "^3.7.8", - "snyk": "^1.85.0" + "snyk": "^1.232.0" }, "devDependencies": { "babel-preset-es2015": "^6.24.0",