From 87d892913aa8bef79a76ea7b56b1c915327f3b1b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Oct 2021 21:35:00 +0000 Subject: [PATCH] fix: upgrade moment-timezone from 0.4.1 to 0.5.33 Snyk has created this PR to upgrade moment-timezone from 0.4.1 to 0.5.33. See this package in npm: https://www.npmjs.com/package/moment-timezone See this project in Snyk: https://app.snyk.io/org/jswheeler/project/777e1818-7ef2-4a3d-8aa8-bf1434b215b6?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c70f4df..562539c 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "hbs": "^3.1.0", "lodash": "^3.7.0", "moment": "^2.10.2", - "moment-timezone": "^0.4.0", + "moment-timezone": "^0.5.33", "morgan": "~1.3.0", "request": "^2.55.0", "serve-favicon": "~2.1.3"