From 5c52ce1f4c4131c27fcdec9b324aa9cecc849fa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 07:27:53 +0000 Subject: [PATCH] Bump moment from 2.27.0 to 2.29.2 in /wepack-v3 Bumps [moment](https://github.com/moment/moment) from 2.27.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.27.0...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- wepack-v3/package.json | 2 +- wepack-v3/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wepack-v3/package.json b/wepack-v3/package.json index e25e3c7..e26149c 100644 --- a/wepack-v3/package.json +++ b/wepack-v3/package.json @@ -62,7 +62,7 @@ "axios": "^0.20.0", "mobx": "^5.15.6", "mobx-react": "^6.3.0", - "moment": "^2.14.1", + "moment": "^2.29.2", "rc-form": "^2.4.11", "react": "^16.13.1", "react-beautiful-dnd": "^13.0.0", diff --git a/wepack-v3/yarn.lock b/wepack-v3/yarn.lock index e247660..fa3efd0 100644 --- a/wepack-v3/yarn.lock +++ b/wepack-v3/yarn.lock @@ -4569,10 +4569,10 @@ mobx@^5.15.6: resolved "https://registry.npm.taobao.org/mobx/download/mobx-5.15.6.tgz#24750af56f87bcf9c3cf82ece4c79eb91bb71968" integrity sha1-JHUK9W+HvPnDz4Ls5MeeuRu3GWg= -moment@^2.14.1: - version "2.27.0" - resolved "https://registry.npm.taobao.org/moment/download/moment-2.27.0.tgz?cache=0&sync_timestamp=1592843342961&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmoment%2Fdownload%2Fmoment-2.27.0.tgz#8bff4e3e26a236220dfe3e36de756b6ebaa0105d" - integrity sha1-i/9OPiaiNiIN/j423nVrbrqgEF0= +moment@^2.29.2: + version "2.29.2" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.2.tgz#00910c60b20843bcba52d37d58c628b47b1f20e4" + integrity sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg== move-concurrently@^1.0.1: version "1.0.1"