From a2a2593671a1370f065608b9700fe88d83ea6493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 02:26:20 +0000 Subject: [PATCH] chore(deps): bump moment-timezone from 0.5.47 to 0.5.48 Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.47 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.47...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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c4326dd8dd2..296346f6bff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "lodash": "^4.17.21", "marked": "^13.0.3", "moment": "^2.30.1", - "moment-timezone": "^0.5.47", + "moment-timezone": "^0.5.48", "nextcloud-vue-collections": "^0.12.0", "node-vibrant": "^3.1.6", "p-limit": "^6.1.0", @@ -22210,9 +22210,9 @@ } }, "node_modules/moment-timezone": { - "version": "0.5.47", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.47.tgz", - "integrity": "sha512-UbNt/JAWS0m/NJOebR0QMRHBk0hu03r5dx9GK8Cs0AS3I81yDcOc9k+DytPItgVvBP7J6Mf6U2n3BPAacAV9oA==", + "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 8ad7d5fef54..7161d9c3d5f 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "lodash": "^4.17.21", "marked": "^13.0.3", "moment": "^2.30.1", - "moment-timezone": "^0.5.47", + "moment-timezone": "^0.5.48", "nextcloud-vue-collections": "^0.12.0", "node-vibrant": "^3.1.6", "p-limit": "^6.1.0",