From fb3146f6c6654db579ff8236da02b9d5b5fa5d5c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 6 Oct 2019 04:08:24 +0000 Subject: [PATCH] fix: client/package.json & client/.snyk to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-HTTPSPROXYAGENT-469131 --- client/.snyk | 7 ++++++- client/package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/client/.snyk b/client/.snyk index 2ffb665..4dbf185 100644 --- a/client/.snyk +++ b/client/.snyk @@ -1,8 +1,13 @@ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. -version: v1.13.3 +version: v1.13.5 ignore: {} # patches apply the minimum changes required to fix a vulnerability patch: SNYK-JS-AXIOS-174505: - axios: patched: '2019-05-12T04:08:22.006Z' + SNYK-JS-HTTPSPROXYAGENT-469131: + - snyk > proxy-agent > https-proxy-agent: + patched: '2019-10-06T04:08:22.218Z' + - snyk > proxy-agent > pac-proxy-agent > https-proxy-agent: + patched: '2019-10-06T04:08:22.218Z' diff --git a/client/package.json b/client/package.json index 5f699e9..63d48b4 100644 --- a/client/package.json +++ b/client/package.json @@ -18,7 +18,7 @@ "react-star-rating-component": "^1.4.1", "react-swipeable-views": "^0.13.0", "webpack": "4.19.1", - "snyk": "^1.163.3" + "snyk": "^1.231.0" }, "scripts": { "start": " react-scripts start",