From d07cb50f1c90f971c8e8c8544c04fa672e4f5d86 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 18:29:46 +0800 Subject: [PATCH] build(deps): bump moment from 2.24.0 to 2.25.3 (#6530) * build(deps): bump moment from 2.24.0 to 2.25.3 Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.25.3. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/commits) Signed-off-by: dependabot-preview[bot] * remove resolutions for moment Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: chenshuai2144 --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 1f4f1be5..5fbb55c1 100644 --- a/package.json +++ b/package.json @@ -57,9 +57,6 @@ "last 2 versions", "not ie <= 10" ], - "resolutions": { - "moment": "2.24.0" - }, "dependencies": { "@ant-design/icons": "^4.0.0", "@ant-design/pro-layout": "^5.0.8", @@ -67,7 +64,7 @@ "antd": "4.2.0", "classnames": "^2.2.6", "lodash": "^4.17.11", - "moment": "~2.24.0", + "moment": "^2.25.3", "omit.js": "^1.0.2", "path-to-regexp": "2.4.0", "qs": "^6.9.0",