From 5ab257a341824906c4db4b9f2186c5bed9ab668b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 17:02:46 +0000 Subject: [PATCH] Bump morgan from 1.9.0 to 1.9.1 in /npm/cli Bumps [morgan](https://github.com/expressjs/morgan) from 1.9.0 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.9.0...1.9.1) --- updated-dependencies: - dependency-name: morgan dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- npm/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/cli/package.json b/npm/cli/package.json index ac97a452a8..712f0dfa66 100644 --- a/npm/cli/package.json +++ b/npm/cli/package.json @@ -27,7 +27,7 @@ "fs-extra": "5.0.0", "http": "0.0.0", "livereload": "0.6.3", - "morgan": "1.9.0", + "morgan": "1.9.1", "node-http-server": "8.1.2", "open": "0.0.5", "reload": "2.2.2",