diff --git a/.snyk b/.snyk index 928fc15..e3609b4 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,11 @@ patch: patched: '2017-10-11T14:00:55.397Z' - hubot > express > connect > serve-index > accepts > negotiator: patched: '2017-10-11T14:00:55.397Z' + 'npm:mime:20170907': + - hubot > express > send > mime: + patched: '2018-06-25T22:16:01.933Z' + - hubot > express > connect > serve-static > send > mime: + patched: '2018-06-25T22:16:01.933Z' + 'npm:tunnel-agent:20170305': + - hubot-slack > @slack/client > request > tunnel-agent: + patched: '2018-06-25T22:16:01.933Z' diff --git a/package.json b/package.json index 95e659b..e456a64 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.85.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 }