From 44e4658d62301f5fdfb18e0122e7034dc4477e49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 02:56:03 +0000 Subject: [PATCH] Bump async from 1.5.2 to 2.6.4 Bumps [async](https://github.com/caolan/async) from 1.5.2 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v1.5.2...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b30a3e6..b5a29f1 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "angular-formly": "^8.4.0", "angular-formly-templates-bootstrap": "^6.4.0", "api-check": "^7.5.5", - "async": "1.5.2", + "async": "2.6.4", "body-parser": "1.14.2", "bootstrap": "^3.3.7", "bower": "1.7.2", diff --git a/yarn.lock b/yarn.lock index 5fa839d..575a02f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -483,13 +483,13 @@ async@0.9.0: version "0.9.0" resolved "https://registry.yarnpkg.com/async/-/async-0.9.0.tgz#ac3613b1da9bed1b47510bb4651b8931e47146c7" -async@1.5.2, async@1.x, async@^1.4.2, async@~1.5.0: +async@1.x, async@^1.4.2, async@~1.5.0: version "1.5.2" resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" -async@^2.0.1: - version "2.6.3" - resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff" +async@2.6.4, async@^2.0.1: + version "2.6.4" + resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221" dependencies: lodash "^4.17.14"