From e2aada87fdbc594aaf880db33af29905fdca565f Mon Sep 17 00:00:00 2001 From: baldo Date: Mon, 5 Mar 2018 21:23:50 +0100 Subject: [PATCH] Security fix: Update moment.js to 2.21.0 CVE-2017-18214: moment.js was prone to a regular expression denial of service For details see: https://github.com/moment/moment/issues/4163 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b38fb81..adf0090 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "http-auth": "3.1.3", "http-errors": "1.6.1", "lodash": "4.17.4", - "moment": "2.18.1", + "moment": "2.21.0", "ng-admin": "1.0.6", "ng-di": "0.2.1", "node-cron": "1.1.3",