From 38d4b3339f6d58d166113ac0f108414564b7dffa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Oct 2018 02:12:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:fresh:20170908 - https://snyk.io/vuln/npm:minimatch:20160620 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f5d3bfc..fe0b0e2 100644 --- a/package.json +++ b/package.json @@ -18,14 +18,14 @@ "forever-monitor": "^1.7.0", "helmet": "^1.1.0", "istanbul": "^0.4.3", - "mocha": "^2.4.5", + "mocha": "^3.0.0", "morgan": "^1.6.1", "moviedb": "^0.2.2", "nconf": "^0.8.4", "nock": "^7.0.2", "path": "^0.12.7", "request": "^2.69.0", - "serve-favicon": "~2.3.0", + "serve-favicon": "~2.4.5", "should": "^8.2.2", "snyk": "^1.14.2", "supertest": "^1.2.0"