From b2c3dee3fa88296cc96fa302ced45cb44f7f6044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 22 Mar 2019 21:15:03 +0000 Subject: [PATCH] Update async-validator requirement from 1.3.x to 1.11.x Updates the requirements on [async-validator](https://github.com/yiminghe/async-validator) to permit the latest version. - [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.0...1.11.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 826f5c9..156ada4 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "lint" ], "dependencies": { - "async-validator": "1.3.x", + "async-validator": "1.11.x", "object-assign": "4.x", "rc-util": "3.x" }