From 747b066214853085a45f828a8bc034c39e245407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 07:26:25 +0000 Subject: [PATCH] Bump moment from 2.28.0 to 2.29.2 in /functions Bumps [moment](https://github.com/moment/moment) from 2.28.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.28.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 bbe6501..a96f38f 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -2369,9 +2369,9 @@ } }, "moment": { - "version": "2.28.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.28.0.tgz", - "integrity": "sha512-Z5KOjYmnHyd/ukynmFd/WwyXHd7L4J9vTI/nn5Ap9AVUgaAE15VvQ9MOGmJJygEUklupqIrFnor/tjTwRU+tQw==" + "version": "2.29.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", + "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" }, "ms": { "version": "2.0.0", diff --git a/functions/package.json b/functions/package.json index 46f7923..8bc0d20 100644 --- a/functions/package.json +++ b/functions/package.json @@ -21,7 +21,7 @@ "firebase-functions": "^3.11.0", "md5": "^2.3.0", "mkdirp-promise": "^5.0.1", - "moment": "^2.28.0", + "moment": "^2.29.2", "node-fetch": "^2.6.1" }, "devDependencies": {