diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 8b137891..b1704bb6 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1 +1 @@ - +- Upgrade body-parser dep from 1.18.2 to 1.20.3 diff --git a/package.json b/package.json index c5694436..a9fb273d 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "keywords": [], "dependencies": { "async": "2.6.4", - "body-parser": "~1.18.2", + "body-parser": "~1.20.3", "express": "4.19.2", "logops": "2.1.2", "mongodb": "3.6.12",