From 90fe669fc235b09d42ee33a1de52341a7d1c0c2d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Jul 2020 01:36:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- 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",