From ba6ef07f1c0d3ad231185b80b53ad1c327d67e68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 23:10:38 +0000 Subject: [PATCH] Bump morgan in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [morgan](https://github.com/expressjs/morgan). Updates `morgan` from 1.10.0 to 1.11.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.10.0...1.11.0) --- updated-dependencies: - dependency-name: morgan dependency-version: 1.11.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 723aef0..d48155d 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "marked": "^15.0.3", "method-override": "3.0.0", "mocha": "^10.7.3", - "morgan": "1.10.0", + "morgan": "1.11.0", "nyc": "^17.1.0", "pbkdf2-password": "1.2.1", "supertest": "^6.3.0",