From b034eef91920cf6e387ab7ef3f16db3392fddfc6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Jul 2018 22:13:43 +0000 Subject: [PATCH] fix: .snyk & package.json to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/npm:lodash:20180130 --- .snyk | 5 ++++- package.json | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.snyk b/.snyk index 928fc15..c961b9c 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: @@ -62,3 +62,6 @@ patch: patched: '2017-10-11T14:00:55.397Z' - hubot > express > connect > serve-index > accepts > negotiator: patched: '2017-10-11T14:00:55.397Z' + 'npm:lodash:20180130': + - hubot-slack > lodash: + patched: '2018-07-02T22:13:41.849Z' diff --git a/package.json b/package.json index 95e659b..d113d17 100644 --- a/package.json +++ b/package.json @@ -20,14 +20,15 @@ "hubot-slack": "^4.0.0", "hubot-youtube": "^0.1.2", "nodepie": "^0.6.6", - "snyk": "^1.42.6" + "snyk": "^1.88.0" }, "engines": { "node": "0.10.x" }, "scripts": { "snyk-protect": "snyk protect", - "prepublish": "npm run snyk-protect" + "prepublish": "npm run snyk-protect", + "prepare": "npm run snyk-protect" }, "snyk": true }