From c7fb9b47fdd2d2d6243f39088a69824c21ce86b5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 22:17:38 +0000 Subject: [PATCH] Bump rc-util from 3.4.1 to 5.0.3 Bumps [rc-util](https://github.com/react-component/util) from 3.4.1 to 5.0.3. - [Release notes](https://github.com/react-component/util/releases) - [Changelog](https://github.com/react-component/util/blob/master/HISTORY.md) - [Commits](https://github.com/react-component/util/compare/3.4.1...v5.0.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 826f5c9..5b3e595 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,6 @@ "dependencies": { "async-validator": "1.3.x", "object-assign": "4.x", - "rc-util": "3.x" + "rc-util": "5.x" } }