diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index e69de29bb..dc94d71be 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -0,0 +1 @@ +- Upgrade express de from 4.19.2 to 4.20.0 diff --git a/package.json b/package.json index 2a2856992..51801ace1 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "dependencies": { "async": "2.6.4", "body-parser": "~1.20.3", - "express": "~4.19.2", + "express": "~4.20.0", "got": "~11.8.5", "jexl": "2.3.0", "jison": "0.4.18",