From 79f9062f1edb247596771724578d5bade309684f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:54:07 +0000 Subject: [PATCH] Bump express in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [express](https://github.com/expressjs/express). Updates `express` from 4.10.3 to 4.22.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.22.0/History.md) - [Commits](https://github.com/expressjs/express/compare/4.10.3...4.22.0) --- updated-dependencies: - dependency-name: express dependency-version: 4.22.0 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..5c866d7 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "bcrypt-nodejs": "0.0.3", "body-parser": "~1.9.3", "bookshelf": "^0.9.1", - "express": "4.10.3", + "express": "4.22.0", "jsonwebtoken": "^5.4.1", "knex": "^0.9.0", "morgan": "~1.5.0",