From d113296c4237f0646b2f5cf2e58508b9b3122fc8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Oct 2019 03:23:41 +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 | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.snyk b/.snyk index d684c36..ceea220 100644 --- a/.snyk +++ b/.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-07T03:23:37.471Z' + SNYK-JS-HTTPSPROXYAGENT-469131: + - snyk > proxy-agent > https-proxy-agent: + patched: '2019-10-04T03:23:40.367Z' + - snyk > proxy-agent > pac-proxy-agent > https-proxy-agent: + patched: '2019-10-04T03:23:40.367Z' diff --git a/package.json b/package.json index 9ea25c5..66aeccf 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "reselect": "^4.0.0", "shelljs": "^0.8.3", "simple-progress-webpack-plugin": "^1.1.2", - "snyk": "^1.161.1", + "snyk": "^1.230.5", "uglifyjs-webpack-plugin": "^2.1.2", "webpack": "^4.29.6", "webpack-dev-middleware": "^3.6.1",