From e8692deed88d362a8debabbcc4d6aff1846f3559 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2020 03:47:17 +0000 Subject: [PATCH] Bump rc-util from 3.4.1 to 5.0.7 Bumps [rc-util](https://github.com/react-component/util) from 3.4.1 to 5.0.7. - [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.7) 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" } }