From c5a474566bbcfa060496cdd3f3aa954d5f880896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 02:41:01 +0000 Subject: [PATCH] Bump moment-timezone from 0.5.32 to 0.5.35 in /lambda Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.32 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.32...0.5.35) --- updated-dependencies: - dependency-name: moment-timezone dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lambda/package.json | 2 +- lambda/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lambda/package.json b/lambda/package.json index 430110e..73e36bc 100644 --- a/lambda/package.json +++ b/lambda/package.json @@ -40,7 +40,7 @@ "lodash": "4.17.20", "module-alias": "^2.2.2", "moment": "2.29.1", - "moment-timezone": "0.5.32", + "moment-timezone": "0.5.35", "natural": "2.1.5" }, "devDependencies": { diff --git a/lambda/yarn.lock b/lambda/yarn.lock index 42f4fae..ad267ed 100644 --- a/lambda/yarn.lock +++ b/lambda/yarn.lock @@ -4388,10 +4388,10 @@ module-alias@^2.2.2: resolved "https://registry.yarnpkg.com/module-alias/-/module-alias-2.2.2.tgz#151cdcecc24e25739ff0aa6e51e1c5716974c0e0" integrity sha512-A/78XjoX2EmNvppVWEhM2oGk3x4lLxnkEA4jTbaK97QKSDjkIoOsKQlfylt/d3kKKi596Qy3NP5XrXJ6fZIC9Q== -moment-timezone@0.5.32: - version "0.5.32" - resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.32.tgz#db7677cc3cc680fd30303ebd90b0da1ca0dfecc2" - integrity sha512-Z8QNyuQHQAmWucp8Knmgei8YNo28aLjJq6Ma+jy1ZSpSk5nyfRT8xgUbSQvD2+2UajISfenndwvFuH3NGS+nvA== +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"