From 80d251ecae5f31c1508e114b17b2f33dbc798d3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 06:43:05 +0000 Subject: [PATCH] Bump moment-timezone from 0.5.23 to 0.5.35 in /app Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.23 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.23...0.5.35) --- updated-dependencies: - dependency-name: moment-timezone dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/package-lock.json | 6 +++--- app/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index 060fa5e..b0e5794 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -8659,9 +8659,9 @@ "integrity": "sha512-PuYv0PHxZvzc15Sp8ybUCoQ+xpyPWvjOuK72a5ovzp2LI32rJXOiIfyoFoYvG3s6EwwrdkMyWuRiEHSZRLJNdg==" }, "moment-timezone": { - "version": "0.5.23", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.23.tgz", - "integrity": "sha512-WHFH85DkCfiNMDX5D3X7hpNH3/PUhjTGcD0U1SgfBGZxJ3qUmJh5FdvaFjcClxOvB3rzdfj4oRffbI38jEnC1w==", + "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/app/package.json b/app/package.json index 5eb2935..9a274c9 100644 --- a/app/package.json +++ b/app/package.json @@ -45,7 +45,7 @@ "humanize-duration": "3.18.0", "json-2-csv-ts": "1.1.2", "moment": "2.25.3", - "moment-timezone": "0.5.33", + "moment-timezone": "0.5.35", "multer": "1.4.2", "mysql2": "1.6.5", "nest-schedule": "0.4.6",