From 1798361f9366c039706ad8a14e7532c4c4931067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 20:45:18 +0000 Subject: [PATCH] Bump moment-timezone from 0.5.14 to 0.5.37 Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.14 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.14...0.5.37) --- updated-dependencies: - dependency-name: moment-timezone dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0caed5d..b209cd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3874,10 +3874,10 @@ }, "moment-timezone": { "version": "0.5.14", - "resolved": "http://registry.npm.qiwoo.org/moment-timezone/download/moment-timezone-0.5.14.tgz", - "integrity": "sha1-TrOP+VOLgBCLpGekWPPtQmjM/LE=", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.14.tgz", + "integrity": "sha512-4RkNPVuQ/ClAXqd3T+tkBy85tEUxnNNIaG4hbviFp7vZ2hRY0mjHGRIWG/NdkUzSaH36nchdBXyvPwrODjPzUA==", "requires": { - "moment": "2.20.1" + "moment": ">= 2.9.0" } }, "ms": {