From e333986c8abcc9ad30fad39ba9eca22cd10835d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 18:28:41 +0000 Subject: [PATCH] Bump morgan from 1.6.1 to 1.9.1 in /ch6/board-reflux Bumps [morgan](https://github.com/expressjs/morgan) from 1.6.1 to 1.9.1. - [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.9.1) Signed-off-by: dependabot[bot] --- ch6/board-reflux/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch6/board-reflux/package.json b/ch6/board-reflux/package.json index 113748f..3f60070 100644 --- a/ch6/board-reflux/package.json +++ b/ch6/board-reflux/package.json @@ -22,7 +22,7 @@ "express": "4.13.1", "express-validator": "2.13.0", "mongodb": "2.0.36", - "morgan": "1.6.1" + "morgan": "1.9.1" }, "devDependencies": { "gulp": "3.9.0",