From 693b8103c564009b1f55cb5dbee3f9806507f4de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Dec 2018 17:36:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MORGAN-72579 - https://snyk.io/vuln/npm:lodash:20180130 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7277fb..c449cae 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "express": "^4.16.2", "fs-promise": "^2.0.3", "http-errors": "^1.6.2", - "morgan": "^1.9.0", + "morgan": "^1.9.1", "tus-metadata": "^1.0.2", "tusboy": "^1.1.1", "uuid": "^3.1.0"