From 590dd6f5142c864b501eb679d42c456c283a7d1d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2020 17:38:28 +0000 Subject: [PATCH] Bump rc-util from 3.4.1 to 5.2.1 Bumps [rc-util](https://github.com/react-component/util) from 3.4.1 to 5.2.1. - [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.2.1) 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" } }