From 16bf32f7fc870723a5ad54809508eb99312b7337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 23:19:14 +0000 Subject: [PATCH] Bump moment from 2.24.0 to 2.29.2 in /snprc_scheduler 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] --- snprc_scheduler/package-lock.json | 6 +++--- snprc_scheduler/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/snprc_scheduler/package-lock.json b/snprc_scheduler/package-lock.json index 97a00ae69..dbf07cd1d 100644 --- a/snprc_scheduler/package-lock.json +++ b/snprc_scheduler/package-lock.json @@ -10194,9 +10194,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==" }, "moo": { "version": "0.4.3", diff --git a/snprc_scheduler/package.json b/snprc_scheduler/package.json index bd556c792..dcd16488d 100644 --- a/snprc_scheduler/package.json +++ b/snprc_scheduler/package.json @@ -92,7 +92,7 @@ "bootstrap": "4.3.1", "font-awesome": "4.7.0", "immutable": "4.0.0-rc.12", - "moment": "2.24.0", + "moment": "2.29.2", "prop-types": "15.7.2", "react": "16.8.6", "react-bootstrap": "0.32.4",