From ce0d5d8fea1d33a35136c2dca21c444e7abd1dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 22:28:50 +0000 Subject: [PATCH] Bump moment from 2.22.2 to 2.29.4 in /cloud-functions/functions Bumps [moment](https://github.com/moment/moment) from 2.22.2 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.22.2...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cloud-functions/functions/package-lock.json | 6 +++--- cloud-functions/functions/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cloud-functions/functions/package-lock.json b/cloud-functions/functions/package-lock.json index d061a97d9..59d5ff0e9 100644 --- a/cloud-functions/functions/package-lock.json +++ b/cloud-functions/functions/package-lock.json @@ -3833,9 +3833,9 @@ "integrity": "sha512-9DITV2YEMcw7XojdfvGl3gDD8J9QjZTJ7ZOUuSAkP+F3T6rDbzMJuPktxptsdHYEvZcmXrCD3LMOhdSAEq6zKA==" }, "moment": { - "version": "2.22.2", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.22.2.tgz", - "integrity": "sha1-PCV/mDn8DpP/UxSWMiOeuQeD/2Y=" + "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/cloud-functions/functions/package.json b/cloud-functions/functions/package.json index 3f7c4eea1..d08277236 100644 --- a/cloud-functions/functions/package.json +++ b/cloud-functions/functions/package.json @@ -14,7 +14,7 @@ "firebase": "^5.3.0", "firebase-admin": "^5.13.1", "firebase-functions": "^2.0.2", - "moment": "^2.22.2", + "moment": "^2.29.4", "nodemailer": "^4.6.7" }, "devDependencies": {