From 8f532496a2f523459655d0ac43b3279a932cfb5c Mon Sep 17 00:00:00 2001 From: snyk-test Date: Mon, 15 Jul 2019 01:42:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65247e6..5249d83 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "morgan": "^1.6.1", "moviedb": "^0.2.2", "nconf": "^0.8.4", - "nock": "^7.0.2", + "nock": "^8.0.0", "path": "^0.12.7", "request": "^2.69.0", "serve-favicon": "~2.3.0",