From b6b3eeff0f7cbb88a768097832a4e9bab8fd60d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 22:32:30 +0000 Subject: [PATCH] build(deps): bump moment-timezone from 0.5.33 to 0.5.35 in /shared Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.33 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.33...0.5.35) --- updated-dependencies: - dependency-name: moment-timezone dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- shared/package-lock.json | 6 +++--- shared/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/shared/package-lock.json b/shared/package-lock.json index 5e530cf6..31735931 100644 --- a/shared/package-lock.json +++ b/shared/package-lock.json @@ -3663,9 +3663,9 @@ "integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==" }, "moment-timezone": { - "version": "0.5.33", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.33.tgz", - "integrity": "sha512-PTc2vcT8K9J5/9rDEPe5czSIKgLoGsH8UNpA4qZTVw0Vd/Uz19geE9abbIOQKaAQFcnQ3v5YEXrbSc5BpshH+w==", + "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/shared/package.json b/shared/package.json index 93408cd0..4b71c320 100644 --- a/shared/package.json +++ b/shared/package.json @@ -24,7 +24,7 @@ "d3-color": "^1.4.1", "file-loader": "^3.0.1", "moment": "^2.29.1", - "moment-timezone": "^0.5.33", + "moment-timezone": "^0.5.35", "owasp-password-strength-test": "github:bures/owasp-password-strength-test", "postcss-loader": "^3.0.0", "sass": "^1.38.2",