From 88cdd15426b9e009710963ddcd1b2d5d0b18684b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 13:23:08 +0000 Subject: [PATCH] Bump moment from 2.27.0 to 2.29.4 in /static/fimpui 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] --- static/fimpui/package-lock.json | 6 +++--- static/fimpui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/fimpui/package-lock.json b/static/fimpui/package-lock.json index 1243a87..20d7440 100644 --- a/static/fimpui/package-lock.json +++ b/static/fimpui/package-lock.json @@ -14079,9 +14079,9 @@ "dev": true }, "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/static/fimpui/package.json b/static/fimpui/package.json index 465b0ec..e8cd617 100644 --- a/static/fimpui/package.json +++ b/static/fimpui/package.json @@ -37,7 +37,7 @@ "firebase": "^7.15.5", "firebaseui": "^3.4.1", "fsevents": "^2.1.3", - "moment": "^2.27.0", + "moment": "^2.29.4", "ng2-charts": "^1.6.0", "ngx-mqtt": "^6.13.3", "prismjs": "^1.23.0",