From 2435a1c86813d816edddf82401713e02f4ae8bd0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 21:15:54 +0000 Subject: [PATCH] Bump async-validator from 1.3.7 to 3.5.2 Bumps [async-validator](https://github.com/yiminghe/async-validator) from 1.3.7 to 3.5.2. - [Release notes](https://github.com/yiminghe/async-validator/releases) - [Changelog](https://github.com/yiminghe/async-validator/blob/master/HISTORY.md) - [Commits](https://github.com/yiminghe/async-validator/compare/1.3.7...v3.5.2) 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..9097460 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "lint" ], "dependencies": { - "async-validator": "1.3.x", + "async-validator": "3.5.x", "object-assign": "4.x", "rc-util": "3.x" }