From de603ddd7710236d64787c22bd805b8f1ff8da40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 21:38:19 +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.13.4 to 5.2.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.13.4...v5.2.1) --- updated-dependencies: - dependency-name: express dependency-version: 5.2.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 bea1c50..04960bb 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "cookie-parser": "~1.3.5", "debug": "~2.2.0", "ejs": "~2.3.3", - "express": "~4.13.1", + "express": "~5.2.1", "ip": "^1.1.4", "istanbul": "^0.4.5", "mocha": "^3.2.0",