From 5c35b4cbbab24795fc1aed6a21a60cca7dcd2af5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 04:27:20 +0000 Subject: [PATCH 1/3] Bump express from 4.16.4 to 4.19.2 Bumps [express](https://github.com/expressjs/express) from 4.16.4 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.16.4...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 6d42c27..d6b06de 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "async": "2.6.4", "body-parser": "~1.19.0", - "express": "4.16.4", + "express": "4.19.2", "iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master", "logops": "2.1.2", "mongoose": "5.13.20", From 5ac75a9f38cbb171c31613318b07bbf9b6362c93 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Mon, 1 Apr 2024 09:02:37 +0200 Subject: [PATCH 2/3] Update CHANGES_NEXT_RELEASE --- CHANGES_NEXT_RELEASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 8b13789..a76c39c 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1 +1 @@ - +- Upgrade express dep from 4.18.1 to 4.19.2 due to a vulnerability From 9e378cb5476d4b48e182d5c8a8812a540a2c0b98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Mon, 1 Apr 2024 11:16:51 +0200 Subject: [PATCH 3/3] Update CHANGES_NEXT_RELEASE --- CHANGES_NEXT_RELEASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index a76c39c..0e77d87 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1 +1 @@ -- Upgrade express dep from 4.18.1 to 4.19.2 due to a vulnerability +- Upgrade express dep from 4.16.4 to 4.19.2 due to a vulnerability