From 0f71f6cdd33e44299fc4579538c9254e6cd84105 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Dec 2020 08:51:12 +0000 Subject: [PATCH] fix: upgrade moment-timezone from 0.4.1 to 0.5.32 Snyk has created this PR to upgrade moment-timezone from 0.4.1 to 0.5.32. See this package in npm: https://www.npmjs.com/package/moment-timezone See this project in Snyk: https://app.snyk.io/org/nikhil.desai/project/679b9d66-5ab5-445a-b41a-190c5e99bbe0?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 39503aa2ce34..4f5257f45411 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "inflection": "^1.6.0", "lodash": "^3.9.3", "moment": "^2.9.0", - "moment-timezone": "^0.4.0", + "moment-timezone": "^0.5.32", "node-uuid": "~1.4.1", "shimmer": "1.0.0", "toposort-class": "~0.3.0",