From ceffbf3d53a54bc5de8db7f6a03b26cc91abc603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 05:19:53 +0000 Subject: [PATCH] Bump moment from 2.22.2 to 2.29.4 in /InSight Bumps [moment](https://github.com/moment/moment) from 2.22.2 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.22.2...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- InSight/package-lock.json | 6 +++--- InSight/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/InSight/package-lock.json b/InSight/package-lock.json index c47eba0..271d6c6 100644 --- a/InSight/package-lock.json +++ b/InSight/package-lock.json @@ -7264,9 +7264,9 @@ } }, "moment": { - "version": "2.22.2", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.22.2.tgz", - "integrity": "sha1-PCV/mDn8DpP/UxSWMiOeuQeD/2Y=" + "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/InSight/package.json b/InSight/package.json index 069a9c1..2f656c2 100644 --- a/InSight/package.json +++ b/InSight/package.json @@ -36,7 +36,7 @@ "core-js": "^2.5.7", "eosjs": "^16.0.0", "express": "^4.16.3", - "moment": "^2.22.2", + "moment": "^2.29.4", "ngx-json-viewer": "^2.3.1", "ngx-moment": "^3.1.0", "ngx-webstorage": "^2.0.1",