From cb035371ddb7b49f35e80e2674863d0a365ccf51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Aug 2022 06:59:14 +0000 Subject: [PATCH] chore(deps): bump async from 3.2.0 to 3.2.4 in /cypress Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v3.2.0...v3.2.4) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] --- cypress/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cypress/yarn.lock b/cypress/yarn.lock index e22a05aef..1a6fd4328 100644 --- a/cypress/yarn.lock +++ b/cypress/yarn.lock @@ -202,9 +202,9 @@ astral-regex@^2.0.0: integrity sha1-SDFDxWeu7UeFdZwIZXhtx319LjE= async@^3.2.0: - version "3.2.0" - resolved "https://registry.npm.taobao.org/async/-/async-3.2.0.tgz#b3a2685c5ebb641d3de02d161002c60fc9f85720" - integrity sha1-s6JoXF67ZB094C0WEALGD8n4VyA= + version "3.2.4" + resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c" + integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ== asynckit@^0.4.0: version "0.4.0"