From 8cf03d97b3665949ff09bf1710b567cbacfb7e83 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 May 2020 04:03:06 -0400 Subject: [PATCH] fix: upgrade moment-timezone from 0.5.9 to 0.5.28 Snyk has created this PR to upgrade moment-timezone from 0.5.9 to 0.5.28. See this package in NPM: https://www.npmjs.com/package/moment-timezone See this project in Snyk: https://app.snyk.io/org/iamhunter/project/4c06392c-a1d4-4ec6-a75c-b0fcc45b98ff?utm_source=github&utm_medium=upgrade-pr --- src/main/webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/package.json b/src/main/webapp/package.json index c09398fdd6a..3d91803c642 100644 --- a/src/main/webapp/package.json +++ b/src/main/webapp/package.json @@ -12,7 +12,7 @@ "jquery-highlight": "3.3.0", "jquery-ui-dist": "1.12.1", "moment": "2.17.1", - "moment-timezone": "0.5.9", + "moment-timezone": "0.5.28", "printthis": "0.1.5", "qunitjs": "2.1.0", "respond.js": "1.4.2",