From 9bff38417a712f78064d9f0faac8fdb30e8f0866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 00:13:56 +0000 Subject: [PATCH] Bump moment-timezone from 0.5.27 to 0.5.35 in /groundstation/static 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] --- groundstation/static/package-lock.json | 6 +++--- groundstation/static/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/groundstation/static/package-lock.json b/groundstation/static/package-lock.json index 23f7cc3..d665ca4 100644 --- a/groundstation/static/package-lock.json +++ b/groundstation/static/package-lock.json @@ -4823,9 +4823,9 @@ "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "moment-timezone": { - "version": "0.5.27", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.27.tgz", - "integrity": "sha512-EIKQs7h5sAsjhPCqN6ggx6cEbs94GK050254TIJySD1bzoM5JTYDwAU1IoVOeTOL6Gm27kYJ51/uuvq1kIlrbw==", + "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/groundstation/static/package.json b/groundstation/static/package.json index a27d616..cf0e5bb 100644 --- a/groundstation/static/package.json +++ b/groundstation/static/package.json @@ -56,7 +56,7 @@ "date-fns": "^2.0.0-beta.5", "history": "^4.7.2", "moment": "^2.29.4", - "moment-timezone": "^0.5.27", + "moment-timezone": "^0.5.35", "react-router-dom": "^4.3.1", "react-select": "^3.0.8", "style-loader": "^1.0.0"