From 5915c3deba2631e536cdacfea6c53b7eca53f31c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 May 2019 08:14:26 +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-AXIOS-174505 --- .snyk | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.snyk b/.snyk index de3b8b7..929bbc2 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.3 ignore: {} # patches apply the minimum changes required to fix a vulnerability patch: @@ -9,3 +9,6 @@ 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-AXIOS-174505: + - express-status-monitor > axios: + patched: '2019-05-07T08:14:24.196Z' diff --git a/package.json b/package.json index 2851873..591bd6f 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.161.1" }, "devDependencies": {}, "engines": {