From cd262b2b42c8d8c2570915b0e0dc570558993743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 08:50:12 +0000 Subject: [PATCH 1/2] Bump express from 4.19.2 to 4.20.0 Bumps [express](https://github.com/expressjs/express) from 4.19.2 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/4.19.2...4.20.0) --- 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 e4d43d4..cc74da6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "async": "2.6.4", "body-parser": "1.20.3", - "express": "4.19.2", + "express": "4.20.0", "logops": "2.1.2", "mustache": "2.3.2", "node-cache": "5.1.2", From df969f5866120e5604a75ca98d5621b85c4fccf6 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Wed, 11 Sep 2024 10:54:28 +0200 Subject: [PATCH 2/2] Update CHANGES_NEXT_RELEASE --- CHANGES_NEXT_RELEASE | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index e5ed001..f1486f6 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1 +1,2 @@ - Upgrade body-parser dep from 1.20.0 to 1.20.3 +- Upgrade express from 4.19.2 to 4.20.0