From 000503e45cf4383c552fc1049472117fc5f6c0ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:54:04 +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.5.3 to 1.10.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.5.3...1.10.1) --- updated-dependencies: - dependency-name: morgan dependency-version: 1.10.1 dependency-type: direct:production 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 689dd3a..53b5a11 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "express": "4.10.3", "jsonwebtoken": "^5.4.1", "knex": "^0.9.0", - "morgan": "~1.5.0", + "morgan": "~1.10.1", "mysql": "^2.10.2", "underscore": "^1.8.3" },