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