From 53432540329f64f1ec26ad9e2c840495b93165c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 00:36:16 +0000 Subject: [PATCH] Bump moment from 2.22.2 to 2.29.2 in /functions Bumps [moment](https://github.com/moment/moment) from 2.22.2 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.22.2...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 +- functions/yarn.lock | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index 7653e5f..3cae9de 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -5365,9 +5365,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.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 85ebd58..9625591 100644 --- a/functions/package.json +++ b/functions/package.json @@ -18,7 +18,7 @@ "grpc": "^1.17.0-pre1", "md5": "^2.2.1", "mkdirp-promise": "^5.0.1", - "moment": "^2.22.0", + "moment": "^2.29.2", "node-fetch": "^2.6.1" }, "devDependencies": { diff --git a/functions/yarn.lock b/functions/yarn.lock index 00b3b04..4489c82 100644 --- a/functions/yarn.lock +++ b/functions/yarn.lock @@ -2724,9 +2724,9 @@ modelo@^4.2.0: version "4.2.3" resolved "https://registry.yarnpkg.com/modelo/-/modelo-4.2.3.tgz#b278588a4db87fc1e5107ae3a277c0876f38d894" -moment@^2.22.0: - version "2.22.2" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.22.2.tgz#3c257f9839fc0e93ff53149632239eb90783ff66" +moment@^2.29.2: + version "2.29.2" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.2.tgz#00910c60b20843bcba52d37d58c628b47b1f20e4" ms@2.0.0: version "2.0.0"