From 424c1950fe4d1fd29e1079c050f5cb34f3ceb6e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 03:46:00 +0000 Subject: [PATCH] Bump moment from 2.29.1 to 2.29.4 in /WebAPI-frontend Bumps [moment](https://github.com/moment/moment) from 2.29.1 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.1...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- WebAPI-frontend/package-lock.json | 6 +++--- WebAPI-frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WebAPI-frontend/package-lock.json b/WebAPI-frontend/package-lock.json index 2a01148..a313517 100644 --- a/WebAPI-frontend/package-lock.json +++ b/WebAPI-frontend/package-lock.json @@ -5847,9 +5847,9 @@ } }, "moment": { - "version": "2.29.1", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz", - "integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==" + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "ms": { "version": "2.0.0", diff --git a/WebAPI-frontend/package.json b/WebAPI-frontend/package.json index ed65eef..e0cacd1 100644 --- a/WebAPI-frontend/package.json +++ b/WebAPI-frontend/package.json @@ -21,7 +21,7 @@ "dependencies": { "@types/prop-types": "^15.5.2", "bootstrap": "4.0.0-beta.2", - "moment": "^2.20.1", + "moment": "^2.29.4", "popper.js": "^1.12.9", "prop-types": "^15.6.0", "react": "^16.2.0",