From 1f0f227b4398ce16f77489ab2ae22b2027633c1e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 26 Sep 2022 08:54:09 +0200 Subject: [PATCH] Bump moment-timezone from 0.5.34 to 0.5.37 Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.34 to 0.5.37. - [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.34...0.5.37) --- updated-dependencies: - dependency-name: moment-timezone dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: Joas Schilling --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 539851056f0..443afe5e418 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "lodash": "^4.17.21", "marked": "^4.0.14", "moment": "^2.29.2", - "moment-timezone": "^0.5.34", + "moment-timezone": "^0.5.37", "nextcloud-vue-collections": "^0.9.0", "p-limit": "^4.0.0", "p-queue": "^7.3.0", @@ -22798,9 +22798,9 @@ } }, "node_modules/moment-timezone": { - "version": "0.5.34", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.34.tgz", - "integrity": "sha512-3zAEHh2hKUs3EXLESx/wsgw6IQdusOT8Bxm3D9UrHPQR7zlMmzwybC8zHEM1tQ4LJwP7fcxrWr8tuBg05fFCbg==", + "version": "0.5.37", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.37.tgz", + "integrity": "sha512-uEDzDNFhfaywRl+vwXxffjjq1q0Vzr+fcQpQ1bU0kbzorfS7zVtZnCnGc8mhWmF39d4g4YriF6kwA75mJKE/Zg==", "dependencies": { "moment": ">= 2.9.0" }, @@ -50004,9 +50004,9 @@ "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" }, "moment-timezone": { - "version": "0.5.34", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.34.tgz", - "integrity": "sha512-3zAEHh2hKUs3EXLESx/wsgw6IQdusOT8Bxm3D9UrHPQR7zlMmzwybC8zHEM1tQ4LJwP7fcxrWr8tuBg05fFCbg==", + "version": "0.5.37", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.37.tgz", + "integrity": "sha512-uEDzDNFhfaywRl+vwXxffjjq1q0Vzr+fcQpQ1bU0kbzorfS7zVtZnCnGc8mhWmF39d4g4YriF6kwA75mJKE/Zg==", "requires": { "moment": ">= 2.9.0" } diff --git a/package.json b/package.json index c63c1bbd29b..79e67ec0019 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "lodash": "^4.17.21", "marked": "^4.0.14", "moment": "^2.29.2", - "moment-timezone": "^0.5.34", + "moment-timezone": "^0.5.37", "nextcloud-vue-collections": "^0.9.0", "p-limit": "^4.0.0", "p-queue": "^7.3.0",