From ec27aaecd26c3b111a3a32ae2899e5243933978e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 09:20:22 +0000 Subject: [PATCH] Bump moment from 2.29.1 to 2.29.2 in /react-delegationdashboard Bumps [moment](https://github.com/moment/moment) from 2.29.1 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.29.1...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- react-delegationdashboard/package-lock.json | 6 +++--- react-delegationdashboard/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/react-delegationdashboard/package-lock.json b/react-delegationdashboard/package-lock.json index 982312a4..b74f6354 100644 --- a/react-delegationdashboard/package-lock.json +++ b/react-delegationdashboard/package-lock.json @@ -12968,9 +12968,9 @@ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" }, "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.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", + "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" }, "move-concurrently": { "version": "1.0.1", diff --git a/react-delegationdashboard/package.json b/react-delegationdashboard/package.json index 1edcbb00..e3d20a19 100644 --- a/react-delegationdashboard/package.json +++ b/react-delegationdashboard/package.json @@ -19,7 +19,7 @@ "bootstrap": "^4.6.0", "formik": "^2.2.6", "immer": "^8.0.1", - "moment": "^2.29.1", + "moment": "^2.29.2", "node-sass": "^4.0.0", "qrcode": "^1.4.4", "react": "^16.13.1",