From f98ae751078e39227f1f011d11379a116e920249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 01:22:52 +0000 Subject: [PATCH] Bump moment-timezone from 0.6.0 to 0.6.1 in /bin/scripts/timezones Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.6.0 to 0.6.1. - [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.6.0...0.6.1) --- updated-dependencies: - dependency-name: moment-timezone dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bin/scripts/timezones/package-lock.json | 8 ++++---- bin/scripts/timezones/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/scripts/timezones/package-lock.json b/bin/scripts/timezones/package-lock.json index edf651e845f..c101b7aa01a 100644 --- a/bin/scripts/timezones/package-lock.json +++ b/bin/scripts/timezones/package-lock.json @@ -8,7 +8,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "moment-timezone": "0.6.0", + "moment-timezone": "0.6.1", "node-fetch": "3.3.2" } }, @@ -65,9 +65,9 @@ } }, "node_modules/moment-timezone": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.6.0.tgz", - "integrity": "sha512-ldA5lRNm3iJCWZcBCab4pnNL3HSZYXVb/3TYr75/1WCTWYuTqYUb5f/S384pncYjJ88lbO8Z4uPDvmoluHJc8Q==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.6.1.tgz", + "integrity": "sha512-1B9lmAhB9D9/sHaPC1N7wLFEVUoFldxOpOO96lOD1PvJ43vCd0ozDPbu0FEL3++VvawOlDkq8YD373tJmP5JHw==", "license": "MIT", "dependencies": { "moment": "^2.29.4" diff --git a/bin/scripts/timezones/package.json b/bin/scripts/timezones/package.json index 28b4462cd26..f3893475e84 100644 --- a/bin/scripts/timezones/package.json +++ b/bin/scripts/timezones/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://count.ly/", "dependencies": { - "moment-timezone": "0.6.0", + "moment-timezone": "0.6.1", "node-fetch": "3.3.2" } }