From 31dab78e51493ae4c3a06ea8b1aca7c2f0efc55a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 23:49:05 +0000 Subject: [PATCH] chore(deps): bump moment-timezone from 0.5.27 to 0.5.35 in /backend Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.27 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.27...0.5.35) --- updated-dependencies: - dependency-name: moment-timezone dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/package-lock.json | 11 +++++++---- backend/package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index ad43bb79..bffb0d6b 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -33,7 +33,7 @@ "lodash.intersection": "^4.4.0", "lodash.isequal": "^4.5.0", "lodash.pick": "^4.4.0", - "moment-timezone": "^0.5.21", + "moment-timezone": "^0.5.35", "multer": "^1.4.3", "mysql": "^2.16.0", "node-fetch": "^2.6.7", @@ -3031,8 +3031,9 @@ } }, "node_modules/moment-timezone": { - "version": "0.5.27", - "license": "MIT", + "version": "0.5.35", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.35.tgz", + "integrity": "sha512-cY/pBOEXepQvlgli06ttCTKcIf8cD1nmNwOKQQAdHBqYApQSpAqotBMX0RJZNgMp6i0PlZuf1mFtnlyEkwyvFw==", "dependencies": { "moment": ">= 2.9.0" }, @@ -7206,7 +7207,9 @@ "version": "2.24.0" }, "moment-timezone": { - "version": "0.5.27", + "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/backend/package.json b/backend/package.json index 8d13567b..fd5bcd75 100644 --- a/backend/package.json +++ b/backend/package.json @@ -48,7 +48,7 @@ "lodash.intersection": "^4.4.0", "lodash.isequal": "^4.5.0", "lodash.pick": "^4.4.0", - "moment-timezone": "^0.5.21", + "moment-timezone": "^0.5.35", "multer": "^1.4.3", "mysql": "^2.16.0", "node-fetch": "^2.6.7",