From 764c70ce0bb58d2bd57f7f4ef3a660646aef0e76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 16:07:37 +0000 Subject: [PATCH] Bump moment from 2.29.1 to 2.29.4 in /functions 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] --- functions/package-lock.json | 6 +++--- functions/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index ffc9a9b..b7ce348 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -1990,9 +1990,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==" }, "mongodb": { "version": "3.6.2", diff --git a/functions/package.json b/functions/package.json index f93160b..48f91fa 100644 --- a/functions/package.json +++ b/functions/package.json @@ -22,7 +22,7 @@ "firebase-functions": "^3.11.0", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.20", - "moment": "^2.29.1", + "moment": "^2.29.4", "mongodb": "^3.6.2", "passport": "^0.4.1", "passport-google-oauth20": "^2.0.0",