From 76656fd76a257b611110aa8e0fd02cdfa0afb995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 00:02:49 +0000 Subject: [PATCH] Bump async from 2.6.1 to 3.2.2 in /utils/hsts-prune Bumps [async](https://github.com/caolan/async) from 2.6.1 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.1...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- utils/hsts-prune/package-lock.json | 14 +++----------- utils/hsts-prune/package.json | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/utils/hsts-prune/package-lock.json b/utils/hsts-prune/package-lock.json index 88b63831a0b2..a5bf4ba213c7 100644 --- a/utils/hsts-prune/package-lock.json +++ b/utils/hsts-prune/package-lock.json @@ -38,12 +38,9 @@ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" }, "async": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", - "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", - "requires": { - "lodash": "^4.17.10" - } + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "asynckit": { "version": "0.4.0", @@ -260,11 +257,6 @@ "verror": "1.10.0" } }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - }, "mime-db": { "version": "1.35.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.35.0.tgz", diff --git a/utils/hsts-prune/package.json b/utils/hsts-prune/package.json index fb8efdf32678..32b633f8ab84 100644 --- a/utils/hsts-prune/package.json +++ b/utils/hsts-prune/package.json @@ -10,7 +10,7 @@ "license": "GPL-3.0", "dependencies": { "JSONStream": "^1.3.0", - "async": "^2.1.4", + "async": "^3.2.2", "base64-stream": "^0.1.3", "escape-string-regexp": "^1.0.5", "highland": "^2.10.1",