From 498e9f843cd5ea23710efc7f4602a3dead3d0810 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Fri, 16 Mar 2018 16:53:56 +0300 Subject: [PATCH] update moment.js in order to fix potential security vulnerability --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29f8e3e..718ce9a 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "jsdom": "~11.3.0", "jshint-stylish": "^2.1.0", "load-grunt-tasks": "~3.2.0", - "moment": "~2.14.1", + "moment": "~2.21.0", "q": "~1.4.1", "tether-drop": "^1.4.2" },