From d1ae004760c24563032b17b222bb45c560e166b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 06:40:37 +0000 Subject: [PATCH] Bump async from 2.5.0 to 2.6.4 in /util Bumps [async](https://github.com/caolan/async) from 2.5.0 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.5.0...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- util/package-lock.json | 15 ++++----------- util/package.json | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/util/package-lock.json b/util/package-lock.json index 6e214925..ed54f55f 100644 --- a/util/package-lock.json +++ b/util/package-lock.json @@ -97,18 +97,11 @@ } }, "async": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/async/-/async-2.5.0.tgz", - "integrity": "sha512-e+lJAJeNWuPCNyxZKOBdaJGyLGHugXVQtrAwtuAe2vhxTYxFTKE73p8JuTmdH0qdQZtDvI4dhJwjZc5zsfIsYw==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", "requires": { - "lodash": "4.17.4" - }, - "dependencies": { - "lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=" - } + "lodash": "^4.17.14" } }, "bit-twiddle": { diff --git a/util/package.json b/util/package.json index b5e24416..e7fca5db 100644 --- a/util/package.json +++ b/util/package.json @@ -13,7 +13,7 @@ "@turf/clusters-dbscan": "^4.7.3", "@turf/convex": "^4.7.3", "@turf/distance": "^5.0.0", - "async": "^2.5.0", + "async": "^2.6.4", "child_process": "^1.0.2", "commander": "^2.14.1", "lodash": "^4.17.19",