From 7d2dd3d062fd6e5be56cfc5071028179d6b7e8b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2020 11:34:09 +0000 Subject: [PATCH] Bump morgan from 1.3.2 to 1.10.0 in /customer-chat Bumps [morgan](https://github.com/expressjs/morgan) from 1.3.2 to 1.10.0. - [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.3.2...1.10.0) Signed-off-by: dependabot[bot] --- customer-chat/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer-chat/package.json b/customer-chat/package.json index 85e757b..780f48b 100644 --- a/customer-chat/package.json +++ b/customer-chat/package.json @@ -9,7 +9,7 @@ "express": "~4.9.0", "body-parser": "~1.8.1", "cookie-parser": "~1.3.3", - "morgan": "~1.3.0", + "morgan": "~1.10.0", "debug": "3.1.0", "ejs": "~>2.5.5", "request": "~2.46.0",