From bcab201c98f57d4fb1f746028bb136f361188c16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 23:48:12 +0000 Subject: [PATCH] Bump moment from 2.24.0 to 2.29.2 Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.2. - [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.24.0...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3deb9c2..5b2a51ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -363,9 +363,9 @@ "dev": true }, "@types/nvd3": { - "version": "1.8.39", - "resolved": "https://registry.npmjs.org/@types/nvd3/-/nvd3-1.8.39.tgz", - "integrity": "sha512-mjAiQAPgycsFfZEYhDzEBfHHFA1cn9+4EkUy19cCZcVLRtx2Wim3EKODdh4jYBpOL5aLDGu2D6q5j2JFGPPh1w==", + "version": "1.8.42", + "resolved": "https://registry.npmjs.org/@types/nvd3/-/nvd3-1.8.42.tgz", + "integrity": "sha512-CzSL7CdyTu3TMb2Fmw0MbnXWh7PyXPgvt1snLKmhSPmhitx6KhaGbBU2cc5Gq9Lysypd9cyh/nek1koQ5UUWBQ==", "requires": { "@types/d3": "^3" } @@ -7660,9 +7660,9 @@ } }, "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.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", + "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" }, "move-concurrently": { "version": "1.0.1", diff --git a/package.json b/package.json index 2952c351..62dca509 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "jdenticon": "^1.8.0", "json2csv": "^4.3.2", "lodash": "4.17.10", - "moment": "^2.22.1", + "moment": "^2.29.2", "ng2-img-cropper": "^0.9.0", "ng2-nvd3": "github:PlugaruT/ng2-nvd3", "ngx-cookie-service": "^2.1.0",