From 764c682060b0c8e2b5af4ff93cb026eba04ceb9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 00:11:26 +0000 Subject: [PATCH] Bump moment-timezone from 0.5.31 to 0.5.35 in /functions Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.31 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.31...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 099315a..76549f7 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -1982,9 +1982,9 @@ "integrity": "sha512-oIixUO+OamkUkwjhAVE18rAMfRJNsNe/Stid/gwHSOfHrOtw9EhAY2AHvdKZ/k/MggcYELFCJz/Sn2pL8b8JMw==" }, "moment-timezone": { - "version": "0.5.31", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.31.tgz", - "integrity": "sha512-+GgHNg8xRhMXfEbv81iDtrVeTcWt0kWmTEY1XQK14dICTXnWJnT0dxdlPspwqF3keKMVPXwayEsk1DI0AA/jdA==", + "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 dc28c40..03a78a7 100644 --- a/functions/package.json +++ b/functions/package.json @@ -24,7 +24,7 @@ "firebase-admin": "^8.9.1", "firebase-functions": "^3.3.0", "iconv-lite": "^0.5.1", - "moment-timezone": "^0.5.27", + "moment-timezone": "^0.5.35", "xlsx-populate": "^1.21.0" }, "devDependencies": {