From c6bc50c967ed4740e99e4717d32f8f8d950e013c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Jun 2018 06:38:59 +0000 Subject: [PATCH] fix: .snyk & package.json to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/npm:hoek:20180212 --- .snyk | 19 ++++++++++++++++++- package.json | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.snyk b/.snyk index 9a940b5..d865a6c 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.12.0 ignore: {} # patches apply the minimum changes required to fix a vulnerability patch: @@ -16,3 +16,20 @@ patch: patched: '2017-09-27T04:52:21.048Z' - helmet > connect > finalhandler > debug: patched: '2017-09-27T04:52:21.048Z' + 'npm:hoek:20180212': + - node-sass > request > hawk > hoek: + patched: '2018-06-20T06:38:58.076Z' + - node-sass > request > hawk > boom > hoek: + patched: '2018-06-20T06:38:58.076Z' + - node-sass > request > hawk > sntp > hoek: + patched: '2018-06-20T06:38:58.076Z' + - node-sass > request > hawk > cryptiles > boom > hoek: + patched: '2018-06-20T06:38:58.076Z' + - node-sass > node-gyp > request > hawk > hoek: + patched: '2018-06-20T06:38:58.076Z' + - node-sass > node-gyp > request > hawk > boom > hoek: + patched: '2018-06-20T06:38:58.076Z' + - node-sass > node-gyp > request > hawk > sntp > hoek: + patched: '2018-06-20T06:38:58.076Z' + - node-sass > node-gyp > request > hawk > cryptiles > boom > hoek: + patched: '2018-06-20T06:38:58.076Z' diff --git a/package.json b/package.json index b505238..898d34b 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "vue-clickaway": "^2.1.0", "vue-cookie": "^1.1.4", "vue-quill-editor": "^2.3.0", - "snyk": "^1.41.1" + "snyk": "^1.83.0" }, "devDependencies": { "babel-eslint": "^7.2.3",