From d920c3e900adf002244ce74fe9df37cd4056ae41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 02:24:58 +0000 Subject: [PATCH] chore(deps): Bump moment-timezone from 0.5.43 to 0.5.44 Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.43 to 0.5.44. - [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.5.44) --- 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 9aaef01dbaa50..66b3676738a37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "lodash": "^4.17.21", "marked": "^5.0.4", "moment": "^2.29.4", - "moment-timezone": "^0.5.43", + "moment-timezone": "^0.5.44", "natural-orderby": "^3.0.2", "nextcloud-vue-collections": "^0.10.0", "node-vibrant": "^3.1.6", @@ -18572,9 +18572,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.5.44", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.44.tgz", + "integrity": "sha512-nv3YpzI/8lkQn0U6RkLd+f0W/zy/JnoR5/EyPz/dNkPTBjA2jNLCVxaiQ8QpeLymhSZvX0wCL5s27NQWdOPwAw==", "dependencies": { "moment": "^2.29.4" }, diff --git a/package.json b/package.json index d6ee76ca1b563..0bb7ae3449e15 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "lodash": "^4.17.21", "marked": "^5.0.4", "moment": "^2.29.4", - "moment-timezone": "^0.5.43", + "moment-timezone": "^0.5.44", "natural-orderby": "^3.0.2", "nextcloud-vue-collections": "^0.10.0", "node-vibrant": "^3.1.6",