From 1e900101dd828b3cf38815665263679289b0dc53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 08:27:01 +0000 Subject: [PATCH] Bump moment from 2.26.0 to 2.29.4 in /dashboard Bumps [moment](https://github.com/moment/moment) from 2.26.0 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.26.0...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 6 +++--- dashboard/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 7c534bc..cd3445e 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -7627,9 +7627,9 @@ } }, "moment": { - "version": "2.26.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.26.0.tgz", - "integrity": "sha512-oIixUO+OamkUkwjhAVE18rAMfRJNsNe/Stid/gwHSOfHrOtw9EhAY2AHvdKZ/k/MggcYELFCJz/Sn2pL8b8JMw==" + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "move-concurrently": { "version": "1.0.1", diff --git a/dashboard/package.json b/dashboard/package.json index 520b955..5d9be2b 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -21,7 +21,7 @@ "@angular/router": "~9.1.9", "bootstrap": "^4.5.0", "jquery": "^3.5.1", - "moment": "^2.26.0", + "moment": "^2.29.4", "rxjs": "~6.5.4", "tslib": "^1.10.0", "zone.js": "~0.10.2"