From 8f74bdb219f4581d3060630e6cdd0aa4bd897edf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 05:50:41 +0000 Subject: [PATCH] chore(deps): bump moment from 2.24.0 to 2.29.2 in /functions 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] --- 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 910bca0..84b5b89 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -1615,9 +1615,9 @@ "optional": true }, "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==" }, "moment-timezone": { "version": "0.5.28", diff --git a/functions/package.json b/functions/package.json index 1edcdba..c71759d 100644 --- a/functions/package.json +++ b/functions/package.json @@ -15,7 +15,7 @@ "bluebird": "^3.7.2", "firebase-admin": "^8.6.0", "firebase-functions": "^3.7.0", - "moment": "^2.24.0", + "moment": "^2.29.2", "moment-timezone": "^0.5.28", "node-fetch": "^2.6.1", "request": "^2.88.2",