From ec700ae3b4a1731696ab95921c07c1f83007ce6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 20:58:38 +0000 Subject: [PATCH] Bump express from 3.4.8 to 4.19.2 Bumps [express](https://github.com/expressjs/express) from 3.4.8 to 4.19.2. - [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.4.8...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e6d79c..bc5f99c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Basic hello world application for Node.js", "author": "Robbie Minshall ", "dependencies": { - "express": "3.4.8", + "express": "4.19.2", "mocha": "*", "should": "*", "nconf": "*",