From eaaccfe6068281fdfee7ea259bbed035a1cf1b9b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 Sep 2017 00:46:07 +0000 Subject: [PATCH] fix: package.json & .snyk to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/npm:debug:20170905 Latest report for tnocs/csweb-rules: https://snyk.io/test/github/tnocs/csweb-rules --- .snyk | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.snyk b/.snyk index 9bd4ff8..72ebe6e 100644 --- a/.snyk +++ b/.snyk @@ -1,8 +1,13 @@ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. -version: v1.7.0 +version: v1.7.1 ignore: {} # patches apply the minimum changes required to fix a vulnerability patch: 'npm:ws:20160104': - hypertimer > ws: patched: '2017-02-18T10:10:38.141Z' + 'npm:debug:20170905': + - hypertimer > debug: + patched: '2017-09-30T00:46:06.984Z' + - hypertimer > body-parser > debug: + patched: '2017-09-30T00:46:06.984Z' diff --git a/package.json b/package.json index 141b82f..d613660 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "hypertimer": "^2.1.3", "turf": "^3.0.11", "winston": "^2.2.0", - "snyk": "^1.25.0" + "snyk": "^1.41.1" }, "devDependencies": { "browserify": "^13.0.0",