From b44cb6f0e3647c03f8654d51c2dfbdd1fe25afb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 02:37:23 +0000 Subject: [PATCH] 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.json | 2 +- functions/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/package.json b/functions/package.json index 3b0ab65..d6b6006 100644 --- a/functions/package.json +++ b/functions/package.json @@ -21,7 +21,7 @@ "google-spreadsheet": "^3.0.10", "ignore-styles": "^5.0.1", "markdown-it": "^10.0.0", - "moment-timezone": "^0.5.28", + "moment-timezone": "^0.5.35", "parcel-bundler": "^1.12.4", "prop-types": "^15.7.2", "react": ">=15", diff --git a/functions/yarn.lock b/functions/yarn.lock index 8fe8212..c9749ad 100644 --- a/functions/yarn.lock +++ b/functions/yarn.lock @@ -6053,10 +6053,10 @@ mixin-deep@^1.2.0: dependencies: minimist "^1.2.5" -moment-timezone@^0.5.28: - version "0.5.28" - resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.28.tgz#f093d789d091ed7b055d82aa81a82467f72e4338" - integrity sha512-TDJkZvAyKIVWg5EtVqRzU97w0Rb0YVbfpqyjgu6GwXCAohVRqwZjf4fOzDE6p1Ch98Sro/8hQQi65WDXW5STPw== +moment-timezone@^0.5.35: + version "0.5.35" + resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.35.tgz#6fa2631bdbe8ff04f6b8753f7199516be6dc9839" + integrity sha512-cY/pBOEXepQvlgli06ttCTKcIf8cD1nmNwOKQQAdHBqYApQSpAqotBMX0RJZNgMp6i0PlZuf1mFtnlyEkwyvFw== dependencies: moment ">= 2.9.0"