diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index e69de29b..e8645b59 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -0,0 +1 @@ +- Upgrade express dep from ~4.16.4 to 4.19.2 due to a vulnerability \ No newline at end of file diff --git a/package.json b/package.json index 973132aa..30f2fecd 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "async": "2.6.4", "body-parser": "1.18.3", "dateformat": "3.0.3", - "express": "~4.16.4", + "express": "4.19.2", "iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master", "logops": "2.1.2", "mqtt": "4.3.7",