From c4e9f9a846c6618f9703cc758396adfe8279b031 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2020 08:55:49 +0000 Subject: [PATCH] build(deps): [security] bump morgan from 1.6.1 to 1.10.0 Bumps [morgan](https://github.com/expressjs/morgan) from 1.6.1 to 1.10.0. **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.6.1...1.10.0) 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 9ece8186..7e3de036 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "jade": "~1.11.0", "main-bower-files": "^2.13.1", "mime": "^1.3.4", - "morgan": "~1.6.1", + "morgan": "~1.10.0", "open": "0.0.5", "require-dir": "^0.3.0", "serve-favicon": "~2.3.0"