From dde0fbd786a4d36d7b45d1bbacf1a9a8023bac55 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 May 2020 21:18:59 +0000 Subject: [PATCH] build(deps): bump async-validator from 1.11.5 to 3.3.0 Bumps [async-validator](https://github.com/yiminghe/async-validator) from 1.11.5 to 3.3.0. - [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.11.5...v3.3.0) 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 8aa08162..f5c9c4bc 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "lint" ], "dependencies": { - "async-validator": "~1.11.3", + "async-validator": "~3.3.0", "babel-runtime": "6.x", "create-react-class": "^15.5.3", "dom-scroll-into-view": "1.x",