From 106191a4a12e4a83056236aac2245c31bc56cbda Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Wed, 11 Sep 2024 10:04:20 +0200 Subject: [PATCH 1/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 411ec9d..e4d43d4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "async": "2.6.4", - "body-parser": "1.20.0", + "body-parser": "1.20.3", "express": "4.19.2", "logops": "2.1.2", "mustache": "2.3.2", From e62ee829355fd2b8aa11d9ccd6743f0062df79bc Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Wed, 11 Sep 2024 10:04:50 +0200 Subject: [PATCH 2/2] 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..e5ed001 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1 +1 @@ - +- Upgrade body-parser dep from 1.20.0 to 1.20.3