From 953d622f8955c0534a0ab2b62311ff15b91eda95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:03:37 +0000 Subject: [PATCH] Bump express from 4.14.0 to 4.19.2 Bumps [express](https://github.com/expressjs/express) from 4.14.0 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/4.14.0...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 3e5d37f..cef0a84 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "pug": "2.0.0-beta11", "http": "0.0.0", "aws-sdk": "2.9.0", - "express": "4.14.0", + "express": "4.19.2", "body-parser": "1.16.0", "querystring": "0.2.0" },