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 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",