From 7e8086ad50fa37049bd70be551e8411170ba57d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 16:38:55 +0000 Subject: [PATCH] chore(deps): bump moment-timezone from 0.5.28 to 0.5.35 in /functions Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.28 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.28...0.5.35) --- updated-dependencies: - dependency-name: moment-timezone dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- functions/package-lock.json | 6 +++--- functions/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index 1ba8ad12..74dd6846 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -2351,9 +2351,9 @@ } }, "moment-timezone": { - "version": "0.5.28", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.28.tgz", - "integrity": "sha512-TDJkZvAyKIVWg5EtVqRzU97w0Rb0YVbfpqyjgu6GwXCAohVRqwZjf4fOzDE6p1Ch98Sro/8hQQi65WDXW5STPw==", + "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/functions/package.json b/functions/package.json index 4eca2d67..abffcdea 100644 --- a/functions/package.json +++ b/functions/package.json @@ -21,7 +21,7 @@ "fs-extra": "^7.0.1", "json2csv": "^4.3.2", "moment-es6": "^1.0.0", - "moment-timezone": "^0.5.28", + "moment-timezone": "^0.5.35", "os": "^0.1.1", "path": "^0.12.7", "xlsx": "^0.14.3"