From 499542693806a6a77879f252183d4be2b49d1fb3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 04:18:39 +0000 Subject: [PATCH] Bump async-validator from 3.0.4 to 3.5.2 Bumps [async-validator](https://github.com/yiminghe/async-validator) from 3.0.4 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/v3.0.4...v3.5.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 50f97f3..c1b4cbd 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@vue/cli-service": "~3.11.0", "@vue/eslint-config-prettier": "~5.0.0", "@vue/test-utils": "~1.0.0-beta.29", - "async-validator": "~3.0.4", + "async-validator": "~3.5.2", "babel-core": "7.0.0-bridge.0", "babel-jest": "~24.9.0", "babel-plugin-transform-require-context": "~0.1.1", diff --git a/yarn.lock b/yarn.lock index e30964a..83ad0de 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2017,10 +2017,10 @@ async-limiter@~1.0.0: resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== -async-validator@~3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/async-validator/-/async-validator-3.0.4.tgz#515c55bafee40b1366f477a79fe678753c8828e3" - integrity sha512-CIKCZ3wyJWpxN8VMGXAjD1FqZ5FnB/asHMsLM8DvFlBxgJIb88MZJc5dg4Q4P91jI9iq+YBncUhy1/SKNNTPuQ== +async-validator@~3.5.2: + version "3.5.2" + resolved "https://registry.yarnpkg.com/async-validator/-/async-validator-3.5.2.tgz#68e866a96824e8b2694ff7a831c1a25c44d5e500" + integrity sha512-8eLCg00W9pIRZSB781UUX/H6Oskmm8xloZfr09lz5bikRpBVDlJ3hRVuxxP1SxcwsEYfJ4IU8Q19Y8/893r3rQ== async@^1.5.2: version "1.5.2"