From 22fd5b356f81ada89a76b7d04f32e5da2d30c5f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 05:02:48 +0000 Subject: [PATCH] Bump moment-timezone from 0.5.43 to 0.6.3 Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.43 to 0.6.3. - [Release notes](https://github.com/moment/moment-timezone/releases) - [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md) - [Commits](https://github.com/moment/moment-timezone/compare/0.5.43...0.6.3) --- updated-dependencies: - dependency-name: moment-timezone dependency-version: 0.6.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d85e790..90bdd0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "json-2-csv": "^3.10.3", "minify": "^6.0.1", "moment": "2.29.1", - "moment-timezone": "^0.5.32", + "moment-timezone": "^0.6.3", "node-cron": "^3.0.0", "nyc": "^15.1.0", "ora": "^5.2.0", @@ -5321,9 +5321,9 @@ } }, "node_modules/moment-timezone": { - "version": "0.5.43", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.43.tgz", - "integrity": "sha512-72j3aNyuIsDxdF1i7CEgV2FfxM1r6aaqJyLB2vwb33mXYyoyLly+F1zbWqhA3/bVIoJ4szlUoMbUnVdid32NUQ==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.6.3.tgz", + "integrity": "sha512-pVEPA/HCFHHbwJ130ywnzYuZpkEGcP6Daa/OwNebpA18MybeFHmQilAGGovXgWijQ8vQtmud9jZrziUBgsykfg==", "license": "MIT", "dependencies": { "moment": "^2.29.4" diff --git a/package.json b/package.json index 936bb55..d871536 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "json-2-csv": "^3.10.3", "minify": "^6.0.1", "moment": "2.29.1", - "moment-timezone": "^0.5.32", + "moment-timezone": "^0.6.3", "node-cron": "^3.0.0", "nyc": "^15.1.0", "ora": "^5.2.0",