From becf4b5894e82457590c62b901388d66bec36647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 11:46:09 +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 3.2.4 to 4.20.0 - [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/3.2.4...4.20.0) --- updated-dependencies: - dependency-name: express dependency-version: 4.20.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 ccc8887..7c5bc74 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,6 @@ "description": "Node.js Hello World app on CentOS using docker", "author": "Daniel Gasienica ", "dependencies": { - "express": "3.2.4" + "express": "4.20.0" } }