From a16f8613ffd2937da980b29d8ef9b5805b2b4e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 20:34:45 +0000 Subject: [PATCH] Bump moment-timezone from 0.5.17 to 0.5.35 Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.17 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.17...0.5.35) --- updated-dependencies: - dependency-name: moment-timezone dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9349b89b..4a5ac1f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2409,7 +2409,7 @@ "fs-extra": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-2.1.2.tgz", - "integrity": "sha1-BGxwFjzvmq1GsOSn+kZ/si1x3jU=", + "integrity": "sha512-9ztMtDZtSKC78V8mev+k31qaTabbmuH5jatdvPBMikrFHvw5BqlYnQIn/WGK3WHeRooSTkRvLa2IPlaHjPq5Sg==", "requires": { "graceful-fs": "^4.1.2", "jsonfile": "^2.1.0" @@ -3221,7 +3221,7 @@ "jsonfile": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz", - "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=", + "integrity": "sha512-PKllAqbgLgxHaj8TElYymKCAgrASebJrWpTnEkOaTowt23VKXXN0sUeriJ+eh7y6ufb/CC5ap11pz71/cM0hUw==", "requires": { "graceful-fs": "^4.1.6" } @@ -3454,7 +3454,7 @@ "m-io": { "version": "0.5.0", "resolved": "https://registry.npmjs.org/m-io/-/m-io-0.5.0.tgz", - "integrity": "sha1-chuybdjUN13Oy1bY3AFm64vp0AM=", + "integrity": "sha512-TztdrgKTireN1FtNuiH6e0qwiDvw4ilwhk0+hTEW9OU/ZA30YYs1sX8EVD0rKz2KMheVm/0Bq/iTGKg9wP5rSQ==", "requires": { "fs-extra": "^2.0.0", "q": "^1.4.1" @@ -3683,9 +3683,9 @@ "integrity": "sha1-PCV/mDn8DpP/UxSWMiOeuQeD/2Y=" }, "moment-timezone": { - "version": "0.5.17", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.17.tgz", - "integrity": "sha512-Y/JpVEWIOA9Gho4vO15MTnW1FCmHi3ypprrkUaxsZ1TKg3uqC8q/qMBjTddkHoiwwZN3qvZSr4zJP7x9V3LpXA==", + "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" } @@ -4365,7 +4365,7 @@ "q": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", - "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=" + "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==" }, "qr-image": { "version": "3.2.0", diff --git a/package.json b/package.json index a4e5ce9d..5e8279c1 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "json2csv": "^3.11.5", "marked": "^1.1.1", "moment": "^2.22.2", - "moment-timezone": "^0.5.17", + "moment-timezone": "^0.5.35", "mongoose": "^5.4.19", "morgan": "^1.9.1", "multer": "^1.3.0",