From aef73a2355210fa3c6ecde6f730c5565cb583479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 22:17:06 +0000 Subject: [PATCH] Bump moment-timezone from 0.5.21 to 0.5.35 in /api Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.21 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/commits/0.5.35) --- updated-dependencies: - dependency-name: moment-timezone dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/package-lock.json | 6 +++--- api/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/package-lock.json b/api/package-lock.json index d192141..31c270a 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -4755,9 +4755,9 @@ "integrity": "sha1-PCV/mDn8DpP/UxSWMiOeuQeD/2Y=" }, "moment-timezone": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.21.tgz", - "integrity": "sha512-j96bAh4otsgj3lKydm3K7kdtA3iKf2m6MY2iSYCzCm5a1zmHo1g+aK3068dDEeocLZQIS9kU8bsdQHLqEvgW0A==", + "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/api/package.json b/api/package.json index c6c9b5a..305089e 100644 --- a/api/package.json +++ b/api/package.json @@ -42,7 +42,7 @@ "lodash": "^4.17.15", "luxon": "^1.3.3", "moment": "^2.22.2", - "moment-timezone": "^0.5.21", + "moment-timezone": "^0.5.35", "mongoose": "^5.7.8", "morgan": "^1.9.1", "natives": "^1.1.6",