From edac4feadcd647ff1357b4862caeda3ee3e30fa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 20:18:16 +0000 Subject: [PATCH] Bump moment from 2.26.0 to 2.29.4 in /backend/functions Bumps [moment](https://github.com/moment/moment) from 2.26.0 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.26.0...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/functions/package-lock.json | 6 +++--- backend/functions/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/functions/package-lock.json b/backend/functions/package-lock.json index 3f4827a..537b44d 100644 --- a/backend/functions/package-lock.json +++ b/backend/functions/package-lock.json @@ -2141,9 +2141,9 @@ } }, "moment": { - "version": "2.26.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.26.0.tgz", - "integrity": "sha512-oIixUO+OamkUkwjhAVE18rAMfRJNsNe/Stid/gwHSOfHrOtw9EhAY2AHvdKZ/k/MggcYELFCJz/Sn2pL8b8JMw==" + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "moment-timezone": { "version": "0.5.31", diff --git a/backend/functions/package.json b/backend/functions/package.json index 545ada9..ad66e14 100644 --- a/backend/functions/package.json +++ b/backend/functions/package.json @@ -16,7 +16,7 @@ "@sendgrid/mail": "^7.0.0", "firebase-admin": "^8.9.0", "firebase-functions": "^3.3.0", - "moment": "^2.26.0", + "moment": "^2.29.4", "moment-timezone": "^0.5.31" }, "devDependencies": {