From e1dfc8210bc5487352388101222cc162c62b3948 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Nov 2018 21:02:08 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 807f5ed..6d208e2 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "express": "~4.15.2", "faker": "^4.1.0", "mongoose": "^4.10.8", - "morgan": "~1.8.1", + "morgan": "~1.9.1", "serve-favicon": "~2.4.2" }, "devDependencies": {