diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 49d9d40..51c3409 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1 +1,2 @@ -- Remove: RPM stuff \ No newline at end of file +- Upgrade express dep from 4.18.1 to 4.19.2 due to a vulnerability +- Remove: RPM stuff diff --git a/package.json b/package.json index 5a23365..8a96f63 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "async": "2.6.4", "body-parser": "1.20.0", - "express": "4.18.1", + "express": "4.19.2", "logops": "2.1.2", "mustache": "2.3.2", "node-cache": "5.1.2",