From 0d4475c72ecafb4b804b8d80ee33d26ba18683f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Jul 2022 14:52:01 +0000 Subject: [PATCH] Bump moment from 2.29.3 to 2.29.4 in /Anlab.Mvc/ClientApp Bumps [moment](https://github.com/moment/moment) from 2.29.3 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.29.3...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Anlab.Mvc/ClientApp/package-lock.json | 6 +++--- Anlab.Mvc/ClientApp/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Anlab.Mvc/ClientApp/package-lock.json b/Anlab.Mvc/ClientApp/package-lock.json index 338be097..5e4d2fbe 100644 --- a/Anlab.Mvc/ClientApp/package-lock.json +++ b/Anlab.Mvc/ClientApp/package-lock.json @@ -11084,9 +11084,9 @@ } }, "moment": { - "version": "2.29.3", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.3.tgz", - "integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw==" + "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/Anlab.Mvc/ClientApp/package.json b/Anlab.Mvc/ClientApp/package.json index 86e959c4..a083efde 100644 --- a/Anlab.Mvc/ClientApp/package.json +++ b/Anlab.Mvc/ClientApp/package.json @@ -18,7 +18,7 @@ "bootstrap": "^3.3.6", "isomorphic-fetch": "^3.0.0", "jquery": "^3.3.1", - "moment": "^2.29.3", + "moment": "^2.29.4", "react": "^17.0.2", "react-bootstrap": "^0.31.5", "react-datepicker": "1.4.1",