From 4d5ee653942e0bbe1c1a735bffcf8f71c6480eb1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Oct 2019 21:15:28 +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 21944e2..b342d1d 100644 --- a/.snyk +++ b/.snyk @@ -12,3 +12,8 @@ patch: patched: '2019-07-03T21:15:25.548Z' - '@babel/traverse > @babel/helper-function-name > @babel/template > @babel/types > lodash': patched: '2019-07-03T21:15:25.548Z' + SNYK-JS-HTTPSPROXYAGENT-469131: + - snyk > proxy-agent > https-proxy-agent: + patched: '2019-10-03T21:15:26.894Z' + - snyk > proxy-agent > pac-proxy-agent > https-proxy-agent: + patched: '2019-10-03T21:15:26.894Z' diff --git a/package.json b/package.json index 1850617..519b368 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "chalk": "^2.4.2", "commander": "^2.19.0", "prettier": "^1.16.1", - "snyk": "^1.189.0", + "snyk": "^1.230.5", "vue-template-compiler": "^2.5.21" }, "devDependencies": {