From a3d32bf4e857133e45d839902b71c1be4e9ebe2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 04:49:47 +0000 Subject: [PATCH] Bump async from 2.6.0 to 3.2.2 in /artillery-engine-cothority Bumps [async](https://github.com/caolan/async) from 2.6.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/v2.6.0...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- artillery-engine-cothority/package-lock.json | 16 +++------------- artillery-engine-cothority/package.json | 2 +- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/artillery-engine-cothority/package-lock.json b/artillery-engine-cothority/package-lock.json index 398f7a4..838bacb 100644 --- a/artillery-engine-cothority/package-lock.json +++ b/artillery-engine-cothority/package-lock.json @@ -182,19 +182,9 @@ "dev": true }, "async": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz", - "integrity": "sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw==", - "requires": { - "lodash": "^4.14.0" - }, - "dependencies": { - "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" - } - } + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "async-limiter": { "version": "1.0.0", diff --git a/artillery-engine-cothority/package.json b/artillery-engine-cothority/package.json index a51ad4e..b4102ab 100644 --- a/artillery-engine-cothority/package.json +++ b/artillery-engine-cothority/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@dedis/cothority": "^1.1.0", - "async": "^2.6.0", + "async": "^3.2.2", "debug": "^3.1.0", "esprima": "^4.0.0", "lodash": "^4.17.15",