From 0655b5c8b81182c22886dab0a11a6d2e02e913c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 May 2017 00:30:06 +0000 Subject: [PATCH] fix: package.json & .snyk to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/npm:ms:20170412 Latest report for tkadlec/grunt-perfbudget: https://snyk.io/test/github/tkadlec/grunt-perfbudget --- .snyk | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.snyk b/.snyk index 7f8dfbb..f167c9e 100644 --- a/.snyk +++ b/.snyk @@ -1,6 +1,11 @@ -version: v1.5.0 +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.7.0 ignore: {} +# patches apply the minimum changes required to fix a vulnerability patch: 'npm:minimatch:20160620': - webpagetest > mocha > glob > minimatch: patched: '2016-08-08T18:21:06.819Z' + 'npm:ms:20170412': + - webpagetest > mocha > debug > ms: + patched: '2017-05-22T00:30:06.016Z' diff --git a/package.json b/package.json index ed382d0..cf35a67 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "webpagetest": "~0.3.3", - "snyk": "^1.18.0" + "snyk": "^1.30.1" }, "keywords": [ "gruntplugin"