From 8a16c8f63361989089fdc9bbb953e1f118a45f50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 22:28:02 +0000 Subject: [PATCH] Bump moment-timezone from 0.5.31 to 0.5.35 in /static 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] --- static/package-lock.json | 6 +++--- static/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/package-lock.json b/static/package-lock.json index d1a3aeae..621e04dc 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -3367,9 +3367,9 @@ "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" }, "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/static/package.json b/static/package.json index f62af369..a2d2ff66 100644 --- a/static/package.json +++ b/static/package.json @@ -46,7 +46,7 @@ "jquery-ui-dist": "^1.12.1", "jspdf": "^1.5.3", "moment": "^2.29.2", - "moment-timezone": "^0.5.31", + "moment-timezone": "^0.5.35", "ng-dialog": "^1.4.0", "ng-file-upload": "^12.2.13", "ng-infinite-scroll": "^1.3.0",