From a78703c5b4b1cfbb823f418836e8535e35745605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 14:43:35 +0300 Subject: [PATCH] Bump moment from 2.29.3 to 2.29.4 (#249) Bumps [moment](https://github.com/moment/moment) from 2.29.3 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.29.3...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f19d2f132..256d738d7 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "ethers": "^5.4.7", "events": "^1.1.1", "i18next": "^21.4.1", - "moment": "^2.29.3", + "moment": "^2.29.4", "process": "^0.11.10", "react": "17.0.2", "react-i18next": "^11.13.0", diff --git a/yarn.lock b/yarn.lock index 5915b108b..b4685b38e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7055,10 +7055,10 @@ mkdirp@^0.5.1: dependencies: minimist "^1.2.5" -moment@^2.29.3: - version "2.29.3" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.3.tgz#edd47411c322413999f7a5940d526de183c031f3" - integrity sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw== +moment@^2.29.4: + version "2.29.4" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108" + integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w== ms@2.0.0: version "2.0.0"