From 71b5c43252d4938b02d2d77d39efeff2261f537f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Oct 2021 09:10:44 +0800 Subject: [PATCH] fix(deps): update dependency async-validator to v4 (#4493) Co-authored-by: Renovate Bot --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1fa400cdc..c3b304e57 100644 --- a/package.json +++ b/package.json @@ -245,7 +245,7 @@ "@babel/runtime": "^7.10.5", "@simonwep/pickr": "~1.8.0", "array-tree-filter": "^2.1.0", - "async-validator": "^3.3.0", + "async-validator": "^4.0.0", "dayjs": "^1.10.5", "dom-align": "^1.12.1", "dom-scroll-into-view": "^2.0.0",