From 9e635713d884203b362e8a0dd973dbfb9429495b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 20:04:56 +0000 Subject: [PATCH] Bump async from 2.6.2 to 2.6.4 in /test Bumps [async](https://github.com/caolan/async) from 2.6.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/v2.6.2...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/package-lock.json | 28 +++++++++++++++++++++++----- test/package.json | 2 +- 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/test/package-lock.json b/test/package-lock.json index e2eb249..bb8467f 100644 --- a/test/package-lock.json +++ b/test/package-lock.json @@ -130,6 +130,7 @@ }, "@feup-infolab/docker-mocha": { "version": "git+https://github.com/feup-infolab/docker-mocha.git#f3f0cd6a9139a5ba0031856acb11f65db32bac48", + "from": "git+https://github.com/feup-infolab/docker-mocha.git#f3f0cd6a9139a5ba0031856acb11f65db32bac48", "dev": true, "requires": { "async": "2.6.2", @@ -143,6 +144,15 @@ "yargs": "13.2.2" }, "dependencies": { + "async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.2.tgz", + "integrity": "sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==", + "dev": true, + "requires": { + "lodash": "^4.17.11" + } + }, "debug": { "version": "3.2.6", "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", @@ -268,11 +278,18 @@ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" }, "async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.2.tgz", - "integrity": "sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", "requires": { - "lodash": "4.17.11" + "lodash": "^4.17.14" + }, + "dependencies": { + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + } } }, "asynckit": { @@ -1070,7 +1087,8 @@ "lodash": { "version": "4.17.11", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", + "dev": true }, "log-symbols": { "version": "2.2.0", diff --git a/test/package.json b/test/package.json index 85460ca..71c6295 100644 --- a/test/package.json +++ b/test/package.json @@ -14,7 +14,7 @@ "author": "nuno.neto", "license": "ISC", "dependencies": { - "async": "^2.6.2", + "async": "^2.6.4", "better-queue": "^3.8.10", "express": "^4.16.4", "js-yaml": "^3.12.2",