From 917787aa72bc20ff20dbabbbb496fc289b6af592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 14:04:22 +0000 Subject: [PATCH] Bump moment-timezone in /themes/common-theme/webapp/common-theme/js Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.48 to 0.6.0. - [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.48...0.6.0) --- updated-dependencies: - dependency-name: moment-timezone dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../common-theme/webapp/common-theme/js/package-lock.json | 8 ++++---- themes/common-theme/webapp/common-theme/js/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/common-theme/webapp/common-theme/js/package-lock.json b/themes/common-theme/webapp/common-theme/js/package-lock.json index e0d822c003..0065c21219 100644 --- a/themes/common-theme/webapp/common-theme/js/package-lock.json +++ b/themes/common-theme/webapp/common-theme/js/package-lock.json @@ -18,7 +18,7 @@ "jquery-ui-dist": "^1.13.3", "jquery-validation": "^1.21.0", "jquery.browser": "^0.1.0", - "moment-timezone": "^0.5.48", + "moment-timezone": "^0.6.0", "moment-with-locales-es6": "^1.0.1", "trumbowyg": "^2.31.0", "uglify-js": "3.19.3" @@ -119,9 +119,9 @@ } }, "node_modules/moment-timezone": { - "version": "0.5.48", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.48.tgz", - "integrity": "sha512-f22b8LV1gbTO2ms2j2z13MuPogNoh5UzxL3nzNAYKGraILnbGc9NEE6dyiiiLv46DGRb8A4kg8UKWLjPthxBHw==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.6.0.tgz", + "integrity": "sha512-ldA5lRNm3iJCWZcBCab4pnNL3HSZYXVb/3TYr75/1WCTWYuTqYUb5f/S384pncYjJ88lbO8Z4uPDvmoluHJc8Q==", "license": "MIT", "dependencies": { "moment": "^2.29.4" diff --git a/themes/common-theme/webapp/common-theme/js/package.json b/themes/common-theme/webapp/common-theme/js/package.json index c09d8bfc89..67be780de6 100644 --- a/themes/common-theme/webapp/common-theme/js/package.json +++ b/themes/common-theme/webapp/common-theme/js/package.json @@ -15,7 +15,7 @@ "jquery-ui-dist": "^1.13.3", "jquery-validation": "^1.21.0", "jquery.browser": "^0.1.0", - "moment-timezone": "^0.5.48", + "moment-timezone": "^0.6.0", "moment-with-locales-es6": "^1.0.1", "trumbowyg": "^2.31.0", "uglify-js": "3.19.3"