From 29b205711cb62a25c5b162790aa8ec0cfb226c9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 01:45:03 +0000 Subject: [PATCH] Bump moment from 2.19.3 to 2.29.2 in /data/_utils Bumps [moment](https://github.com/moment/moment) from 2.19.3 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.19.3...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- data/_utils/package.json | 2 +- data/_utils/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/_utils/package.json b/data/_utils/package.json index f392622..1c6f31c 100644 --- a/data/_utils/package.json +++ b/data/_utils/package.json @@ -14,7 +14,7 @@ "@google/maps": "0.4.3", "dotenv": "4.0.0", "firebase": "4.3.0", - "moment": "2.19.3", + "moment": "2.29.2", "sleep": "5.1.1" } } diff --git a/data/_utils/yarn.lock b/data/_utils/yarn.lock index acaa1d2..c439dfb 100644 --- a/data/_utils/yarn.lock +++ b/data/_utils/yarn.lock @@ -93,9 +93,9 @@ lodash.once@^4.0.0: version "4.1.1" resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac" -moment@2.19.3, moment@2.x.x: - version "2.19.3" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.19.3.tgz#bdb99d270d6d7fda78cc0fbace855e27fe7da69f" +moment@2.29.2, moment@2.x.x: + version "2.29.2" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.2.tgz#00910c60b20843bcba52d37d58c628b47b1f20e4" ms@^2.0.0: version "2.0.0"