From 186f3be9e428ab82550fc85bb6dd7c5c6a0d0eb7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 May 2019 22:41:53 +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 37deff0a..fa9c345b 100644 --- a/.snyk +++ b/.snyk @@ -1,5 +1,5 @@ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. -version: v1.12.0 +version: v1.13.3 ignore: {} # patches apply the minimum changes required to fix a vulnerability patch: @@ -69,3 +69,6 @@ patch: patched: '2018-06-21T02:58:21.837Z' - node-sass > node-gyp > request > hawk > cryptiles > boom > hoek: patched: '2018-06-21T02:58:21.837Z' + SNYK-JS-AXIOS-174505: + - axios: + patched: '2019-05-09T22:41:51.728Z' diff --git a/package.json b/package.json index 13c0cf66..a6002730 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "require-webpack-compat": "3.0.0", "serve-favicon": "2.5.0", "slug": "0.9.2", - "snyk": "1.94.0", + "snyk": "^1.163.1", "socket.io": "2.1.1", "socket.io-client": "2.1.1", "uuid-token-generator": "1.0.0",