From e67a7b3df01c750a9df9a736dc6b6b4463485daa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Oct 2016 18:45:57 +0000 Subject: [PATCH] fix: package.json & .snyk to reduce vulnerabilities --- .snyk | 6 ++++++ package.json | 10 +++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..2d304c0 --- /dev/null +++ b/.snyk @@ -0,0 +1,6 @@ +version: v1.5.0 +ignore: {} +patch: + 'npm:minimatch:20160620': + - forever > forever-monitor > minimatch: + patched: '2016-10-12T18:45:57.119Z' diff --git a/package.json b/package.json index a0959a1..f33a538 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,9 @@ "ava:watch": "ava --watch | tap-diff", "coverage": "nyc report --reporter=text-lcov | coveralls", "dev": "gulp", - "reparo": "reparo -b master" + "reparo": "reparo -b master", + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" }, "repository": { "type": "git", @@ -49,7 +51,8 @@ "request": "^2.74.0", "underscore.string": "^3.3.4", "url": "^0.11.0", - "uuid": "^2.0.2" + "uuid": "^2.0.2", + "snyk": "^1.19.1" }, "devDependencies": { "ava": "^0.15.2", @@ -95,5 +98,6 @@ "ghooks": { "commit-msg": "punchcard-commit-msg" } - } + }, + "snyk": true }