From dcf08a9fdbc2b2f5475b1685fee8cc8461717de4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Oct 2019 07:28:10 +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 | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.snyk b/.snyk index 2ebdbe1..017f973 100644 --- a/.snyk +++ b/.snyk @@ -1,5 +1,5 @@ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. -version: v1.7.1 +version: v1.13.5 ignore: {} # patches apply the minimum changes required to fix a vulnerability patch: @@ -12,3 +12,8 @@ patch: patched: '2017-10-11T11:22:22.319Z' - gulp > vinyl-fs > glob-watcher > gaze > globule > glob > minimatch: patched: '2017-10-11T11:22:22.319Z' + SNYK-JS-HTTPSPROXYAGENT-469131: + - snyk > proxy-agent > https-proxy-agent: + patched: '2019-10-05T07:28:08.419Z' + - snyk > proxy-agent > pac-proxy-agent > https-proxy-agent: + patched: '2019-10-05T07:28:08.419Z' diff --git a/package.json b/package.json index 4e99b56..2638a7a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "gulp-sass": "^2.3.1", "gulp-size": "^2.1.0", "gulp-uglify": "^1.5.3", - "snyk": "^1.42.6" + "snyk": "^1.231.0" }, "license": "MIT", "scripts": {