From 644665e8bd8961dd047e6fecdad7e6f2a7a3f2b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Oct 2019 08:14:19 +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 de3b8b7..16c42f2 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: @@ -9,3 +9,8 @@ patch: 'npm:ms:20170412': - express-status-monitor > socket.io > socket.io-adapter > socket.io-parser > debug > ms: patched: '2017-10-11T11:21:12.468Z' + SNYK-JS-HTTPSPROXYAGENT-469131: + - snyk > proxy-agent > https-proxy-agent: + patched: '2019-10-05T08:14:17.600Z' + - snyk > proxy-agent > pac-proxy-agent > https-proxy-agent: + patched: '2019-10-05T08:14:17.600Z' diff --git a/package.json b/package.json index 2851873..e2a4abb 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "passport-github": "^1.1.0", "passport-local": "^1.0.0", "passport-twitter": "^1.0.4", - "snyk": "^1.49.1" + "snyk": "^1.231.0" }, "devDependencies": {}, "engines": {