From f268d0298b27e51e1c6bf3a9eee4d15c81087b72 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 00:39:48 +0000 Subject: [PATCH] Bump rc-util from 3.4.1 to 5.0.6 Bumps [rc-util](https://github.com/react-component/util) from 3.4.1 to 5.0.6. - [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.6) 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" } }