From 9efd7a59513f74725059022d31ab31da0553dc6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 10:08:55 +0000 Subject: [PATCH] Bump async from 3.1.0 to 3.2.2 Bumps [async](https://github.com/caolan/async) from 3.1.0 to 3.2.2. - [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.1.0...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f04b15..61e6e42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -148,9 +148,9 @@ } }, "async": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/async/-/async-3.1.0.tgz", - "integrity": "sha512-4vx/aaY6j/j3Lw3fbCHNWP0pPaTCew3F6F3hYyl/tHs/ndmV1q7NW9T5yuJ2XAGwdQrP+6Wu20x06U4APo/iQQ==" + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "balanced-match": { "version": "1.0.0", @@ -391,6 +391,8 @@ }, "e2e-bridge-lib": { "version": "2.2.0", + "resolved": "https://registry.npmjs.org/e2e-bridge-lib/-/e2e-bridge-lib-2.2.0.tgz", + "integrity": "sha512-2knrPxOQGQKhmuismdQXBTiUIpNQMyO3QsqbdaFdwPQ3ubRexZK+qQE53l1WDkWaicfk7Y1Y/KHEFWpQgAgf8A==", "requires": { "archiver": "^3.1.1", "async": "^3.1.0",