From e605e89a8d9553507de09c43480d0dfa3bfadeaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 13:31:07 +0000 Subject: [PATCH] chore(deps): bump moment from 2.27.0 to 2.29.4 in /dashboard Bumps [moment](https://github.com/moment/moment) from 2.27.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.27.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 e03c4d0..02a3819 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -8418,9 +8418,9 @@ } }, "moment": { - "version": "2.27.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.27.0.tgz", - "integrity": "sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ==" + "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 d0964b3..a6bf246 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -10,7 +10,7 @@ "chart.js": "^2.9.3", "chart.piecelabel.js": "^0.15.0", "leaflet": "^1.6.0", - "moment": "^2.27.0", + "moment": "^2.29.4", "react": "^16.13.1", "react-bootstrap": "^1.3.0", "react-chartjs-2": "^2.9.0",