From 8f2ae5a237b9e909db6be3453b7c91ec45ed867f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2019 10:44:00 +0000 Subject: [PATCH] [Security] Bump morgan from 1.7.0 to 1.9.1 Bumps [morgan](https://github.com/expressjs/morgan) from 1.7.0 to 1.9.1. **This update includes security fixes.** - [Release notes](https://github.com/expressjs/morgan/releases) - [Changelog](https://github.com/expressjs/morgan/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/morgan/compare/1.7.0...1.9.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7655164..fb21025 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "ejs": "~2.4.1", "express": "~4.13.4", "mongoose": "^4.6.3", - "morgan": "~1.7.0", + "morgan": "~1.9.1", "qs": "^6.2.1", "request": "^2.75.0", "serve-favicon": "~2.3.0",