From aefde11f0829df69048d834fe2b65ffddac839b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 23:49:45 +0000 Subject: [PATCH] Bump moment-timezone from 0.5.21 to 0.5.35 in /app/scoring 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] --- app/scoring/package-lock.json | 6 +++--- app/scoring/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/scoring/package-lock.json b/app/scoring/package-lock.json index 907b7dc..df3b3e4 100644 --- a/app/scoring/package-lock.json +++ b/app/scoring/package-lock.json @@ -2513,9 +2513,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/app/scoring/package.json b/app/scoring/package.json index 791bea9..9e9176f 100644 --- a/app/scoring/package.json +++ b/app/scoring/package.json @@ -21,7 +21,7 @@ "gtfs": "1.6.10", "lodash": "4.17.21", "moment": "2.22.2", - "moment-timezone": "0.5.21", + "moment-timezone": "0.5.35", "morgan": "^1.10.0", "node-uuid": "^1.4.8", "nodemon": "1.18.4",