From b549763c5b0fa538bebbb18935f03303883456b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:03:21 +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 8f621f6..10c1202 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "aws-sdk": "2.8.0", "body-parser": "1.16.0", "ejs": "2.5.5", - "express": "4.14.0", + "express": "4.19.2", "lodash": "4.17.19", "moment": "2.19.3", "uuid": "3.0.1"