From e658790afbda9f0d76cb5ecca8986894853b4076 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 May 2025 08:21:14 +0000 Subject: [PATCH] fix: upgrade moment-timezone from 0.5.46 to 0.5.48 Snyk has created this PR to upgrade moment-timezone from 0.5.46 to 0.5.48. See this package in npm: moment-timezone See this project in Snyk: https://app.snyk.io/org/azhamprodlive/project/faff7e22-6078-42d6-87ed-04196dceffb9?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e03b473..38bcb71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,10 +13,10 @@ "aes256": "^1.1.0", "chalk": "^4.1.2", "dotenv": "^16.3.1", - "eris": "^0.18.0", + "eris": "0.18.0", "ioredis": "^5.3.2", "markdown-escape": "^2.0.0", - "moment-timezone": "^0.5.46", + "moment-timezone": "^0.5.48", "os-utils": "0.0.14", "pg": "^8.13.0", "pg-format": "^1.0.4", @@ -2918,9 +2918,9 @@ } }, "node_modules/moment-timezone": { - "version": "0.5.46", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.46.tgz", - "integrity": "sha512-ZXm9b36esbe7OmdABqIWJuBBiLLwAjrN7CE+7sYdCCx82Nabt1wHDj8TVseS59QIlfFPbOoiBPm6ca9BioG4hw==", + "version": "0.5.48", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.48.tgz", + "integrity": "sha512-f22b8LV1gbTO2ms2j2z13MuPogNoh5UzxL3nzNAYKGraILnbGc9NEE6dyiiiLv46DGRb8A4kg8UKWLjPthxBHw==", "license": "MIT", "dependencies": { "moment": "^2.29.4" diff --git a/package.json b/package.json index 24be0dc..6f939f3 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "eris": "0.18.0", "ioredis": "^5.3.2", "markdown-escape": "^2.0.0", - "moment-timezone": "^0.5.46", + "moment-timezone": "^0.5.48", "os-utils": "0.0.14", "pg": "^8.13.0", "pg-format": "^1.0.4",