From b8a82ed1bbe52c29eaf978d48172d4ff47c4c5c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Sep 2023 06:47:53 +0000 Subject: [PATCH] fix: upgrade moment-timezone from 0.4.1 to 0.5.43 Snyk has created this PR to upgrade moment-timezone from 0.4.1 to 0.5.43. See this package in npm: https://www.npmjs.com/package/moment-timezone See this project in Snyk: https://app.snyk.io/org/bodrick/project/6094a143-a124-482b-8956-86e75a5f5b7a?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 171a37273..0025fec9c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "bootstrap": "^3.3", "jquery": "^1.8.3 || ^2.0 || ^3.0", "moment": "^2.10", - "moment-timezone": "^0.4.0" + "moment-timezone": "^0.5.43" }, "description": "A date/time picker component designed to work with Bootstrap 3 and Momentjs. For usage, installation and demos see Project Site on GitHub", "devDependencies": {