From 3b792150b9028c142deb6b28d5084708f14db855 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/ingestion 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/ingestion/package-lock.json | 8 ++++---- app/ingestion/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/ingestion/package-lock.json b/app/ingestion/package-lock.json index 3bcb5d1..3678d2a 100644 --- a/app/ingestion/package-lock.json +++ b/app/ingestion/package-lock.json @@ -2549,11 +2549,11 @@ "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.22.2" + "moment": ">= 2.9.0" } }, "ms": { diff --git a/app/ingestion/package.json b/app/ingestion/package.json index d33dba6..600fac4 100644 --- a/app/ingestion/package.json +++ b/app/ingestion/package.json @@ -21,7 +21,7 @@ "express": "4.16.3", "lodash": "4.17.21", "moment": "2.22.2", - "moment-timezone": "0.5.21", + "moment-timezone": "0.5.35", "mysql": "2.16.0", "node-cron": "2.0.3", "nodemon": "1.18.4",