From c72529320e76d5728df4ea35ae53d008f1c806b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 02:05:07 +0000 Subject: [PATCH] chore(deps): bump moment-timezone from 0.5.46 to 0.5.48 Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.46 to 0.5.48. - [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.46...0.5.48) --- updated-dependencies: - dependency-name: moment-timezone dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9519c63eafc..015067d4ac2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "lodash": "^4.17.21", "marked": "^15.0.7", "moment": "^2.30.1", - "moment-timezone": "^0.5.46", + "moment-timezone": "^0.5.48", "nextcloud-vue-collections": "^0.13.0", "p-limit": "^6.1.0", "p-queue": "^7.4.1", @@ -18767,9 +18767,10 @@ } }, "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 10823239f28..8048816a6cb 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "lodash": "^4.17.21", "marked": "^15.0.7", "moment": "^2.30.1", - "moment-timezone": "^0.5.46", + "moment-timezone": "^0.5.48", "nextcloud-vue-collections": "^0.13.0", "p-limit": "^6.1.0", "p-queue": "^7.4.1",