From 2471ce1aaf2f9860f3ac3e35f8eab8e08f7196a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 22:22:54 +0000 Subject: [PATCH] build(deps): bump moment-timezone from 0.5.27 to 0.5.35 in /core Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.27 to 0.5.35. - [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.27...0.5.35) --- updated-dependencies: - dependency-name: moment-timezone dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/package-lock.json | 6 +++--- core/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/package-lock.json b/core/package-lock.json index 387269a..6448586 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -3887,9 +3887,9 @@ "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==" }, "moment-timezone": { - "version": "0.5.27", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.27.tgz", - "integrity": "sha512-EIKQs7h5sAsjhPCqN6ggx6cEbs94GK050254TIJySD1bzoM5JTYDwAU1IoVOeTOL6Gm27kYJ51/uuvq1kIlrbw==", + "version": "0.5.35", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.35.tgz", + "integrity": "sha512-cY/pBOEXepQvlgli06ttCTKcIf8cD1nmNwOKQQAdHBqYApQSpAqotBMX0RJZNgMp6i0PlZuf1mFtnlyEkwyvFw==", "requires": { "moment": ">= 2.9.0" } diff --git a/core/package.json b/core/package.json index f5c9eb7..3a282d8 100644 --- a/core/package.json +++ b/core/package.json @@ -57,7 +57,7 @@ "lodash": "^4.17.15", "mathjs": "^5.2.0", "moment": "^2.24.0", - "moment-timezone": "^0.5.23", + "moment-timezone": "^0.5.35", "mysql2": "^1.6.5", "node-expat": "^2.3.17", "node-fetch": "^2.2.0",