From 81cd2d94c71ceae268d439259efcd3c12be519bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 08:28:41 +0000 Subject: [PATCH] Bump moment from 2.24.0 to 2.29.2 in /backend+dashboard 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] --- backend+dashboard/package-lock.json | 6 +++--- backend+dashboard/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend+dashboard/package-lock.json b/backend+dashboard/package-lock.json index 4db8342..af8b31c 100644 --- a/backend+dashboard/package-lock.json +++ b/backend+dashboard/package-lock.json @@ -3344,9 +3344,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==" }, "mongodb": { "version": "2.2.36", diff --git a/backend+dashboard/package.json b/backend+dashboard/package.json index 6d68601..5121b3e 100644 --- a/backend+dashboard/package.json +++ b/backend+dashboard/package.json @@ -30,7 +30,7 @@ "express": "^4.16.2", "express-session": "^1.15.6", "express-validator": "^5.0.1", - "moment": "^2.20.1", + "moment": "^2.29.2", "mongoose": "^5.7.5", "passport": "^0.4.0", "passport-google-oauth2": "^0.1.6",