From ba20f37fa222fce47454593411a59c544a91e00d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Nov 2025 09:27:32 +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/themodernpk/project/b403622b-450c-4350-b081-ce44ee09b702?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 48cd4d402..858443395 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "fs-extra": "^8.1.0", "laravel-mix": "^6", "lodash": "^4.17.21", - "moment-timezone": "^0.5.34", + "moment-timezone": "^0.6.0", "node-sass": "^6", "postcss": "^8.4.4", "raw-loader": "^4.0.2", @@ -61,7 +61,7 @@ "laravel-vue-pagination": "^2.3.1", "mini-css-extract-plugin": "2.4.5", "moment": "^2.24.0", - "moment-timezone": "^0.5.34", + "moment-timezone": "^0.6.0", "pusher-js": "^7.0.3", "qs": "^6.10.3", "slugify": "^1.3.6",