From 6b92bc7c83248312e836125a77168e7a7c8b25bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Jun 2025 05:15:25 +0000 Subject: [PATCH] fix: upgrade moment-timezone from 0.5.48 to 0.6.0 Snyk has created this PR to upgrade moment-timezone from 0.5.48 to 0.6.0. See this package in npm: moment-timezone See this project in Snyk: https://app.snyk.io/org/parasole1/project/8dbd510a-1682-499a-9249-726ae411ccb7?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 51b8d3b..a679ca5 100644 --- a/package.json +++ b/package.json @@ -350,7 +350,7 @@ "mkdirp": "^3.0.1", "mocha": "^11.1.0", "moment": "^2.30.1", - "moment-timezone": "^0.5.47", + "moment-timezone": "^0.6.0", "mongodb": "^6.14.0", "morgan": "^1.10.0", "ms": "^2.1.3",