From 15811e672166d7699d471d50ece39702080dcd48 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Oct 2019 06:27:27 +0000 Subject: [PATCH] fix: .snyk & package.json 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 eea3ac4c..2306d789 100644 --- a/.snyk +++ b/.snyk @@ -18,3 +18,8 @@ patch: patched: '2019-07-17T11:34:40.210Z' - snyk > snyk-nodejs-lockfile-parser > graphlib > lodash: patched: '2019-07-17T11:34:40.210Z' + SNYK-JS-HTTPSPROXYAGENT-469131: + - snyk > proxy-agent > https-proxy-agent: + patched: '2019-10-04T06:27:25.259Z' + - snyk > proxy-agent > pac-proxy-agent > https-proxy-agent: + patched: '2019-10-04T06:27:25.259Z' diff --git a/package.json b/package.json index a84b45b8..fdd1e7d0 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "react-jss": "8.6.1", "react-truncate": "2.4.0", "reset-jss": "1.0.0", - "snyk": "^1.193.2" + "snyk": "^1.230.5" }, "devDependencies": { "@storybook/addon-actions": "4.1.13",