From 71954d23be852125ce66b848f47420f9ba1ef0da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Oct 2019 02:45:34 +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 | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.snyk b/.snyk index 80b7c77..04a4e6b 100644 --- a/.snyk +++ b/.snyk @@ -34,3 +34,8 @@ patch: patched: '2019-07-04T11:43:35.988Z' - snyk > snyk-php-plugin > @snyk/composer-lockfile-parser > lodash: patched: '2019-07-04T11:43:35.988Z' + SNYK-JS-HTTPSPROXYAGENT-469131: + - snyk > proxy-agent > https-proxy-agent: + patched: '2019-10-05T02:45:32.585Z' + - snyk > proxy-agent > pac-proxy-agent > https-proxy-agent: + patched: '2019-10-05T02:45:32.585Z' diff --git a/package.json b/package.json index 89eea45..fa3fed8 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "pug": "^2.0.3", "request": "^2.87.0", "request-promise": "^4.2.2", - "snyk": "^1.191.0" + "snyk": "^1.231.0" }, "devDependencies": { "chai": "^4.1.2",