From eb715222b8c46dc7d323f29491e3003334da1522 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Jun 2025 07:50:00 +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/gradconnection/project/15b9fbcd-1907-4773-9d32-761c363a6810?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 aaa6f82..d3b0716 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@babel/runtime": "^7.9.2", "classnames": "^2.2.6", "html-react-parser": "^1.2.3", - "moment-timezone": "^0.5.28", + "moment-timezone": "^0.6.0", "prop-types": "^15.7.2", "rc-calendar": "^9.15.11", "rc-slider": "^8.7.1",