From ec17a342fe900d327636c54a3458283d82d5a347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 00:13:14 +0000 Subject: [PATCH] Bump moment-timezone from 0.5.26 to 0.5.35 in /Source/DashboardTabApp Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.26 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.26...0.5.35) --- updated-dependencies: - dependency-name: moment-timezone dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Source/DashboardTabApp/package-lock.json | 12 ++++++------ Source/DashboardTabApp/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Source/DashboardTabApp/package-lock.json b/Source/DashboardTabApp/package-lock.json index e58a771..c7f85e3 100644 --- a/Source/DashboardTabApp/package-lock.json +++ b/Source/DashboardTabApp/package-lock.json @@ -8085,14 +8085,14 @@ } }, "moment": { - "version": "2.24.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz", - "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==" + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "moment-timezone": { - "version": "0.5.26", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.26.tgz", - "integrity": "sha512-sFP4cgEKTCymBBKgoxZjYzlSovC20Y6J7y3nanDc5RoBIXKlZhoYwBoZGe3flwU6A372AcRwScH8KiwV6zjy1g==", + "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/Source/DashboardTabApp/package.json b/Source/DashboardTabApp/package.json index 62a1e51..ac2f52d 100644 --- a/Source/DashboardTabApp/package.json +++ b/Source/DashboardTabApp/package.json @@ -35,7 +35,7 @@ "expose-loader": "^0.7.5", "jquery": "^3.4.1", "markdown-it": "^10.0.0", - "moment-timezone": "^0.5.26", + "moment-timezone": "^0.5.35", "msteams-ui-icons-core": "^0.4.2", "msteams-ui-styles-core": "^0.8.2", "ng4-loading-spinner": "^1.2.3",