This is an automated email from the git hooks/post-receive script.
alexishan pushed a commit to annotated tag 2022.5.24 in repository https-everywhere.
commit 7fe495105e2ed48e394daae875f22f482f207302 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed May 11 10:28:09 2022 -0700
Bump async from 2.6.1 to 2.6.4 in /utils/hsts-prune (#20197)
Bumps [async](https://github.com/caolan/async) from 2.6.1 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.1...v2.6.4)
--- updated-dependencies: - dependency-name: async dependency-type: direct:production ...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- utils/hsts-prune/package-lock.json | 8 ++++---- utils/hsts-prune/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/utils/hsts-prune/package-lock.json b/utils/hsts-prune/package-lock.json index 88b63831a0..9cf95558ba 100644 --- a/utils/hsts-prune/package-lock.json +++ b/utils/hsts-prune/package-lock.json @@ -38,11 +38,11 @@ "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==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", "requires": { - "lodash": "^4.17.10" + "lodash": "^4.17.14" } }, "asynckit": { diff --git a/utils/hsts-prune/package.json b/utils/hsts-prune/package.json index fb8efdf326..fcd6741cb9 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": "^2.6.4", "base64-stream": "^0.1.3", "escape-string-regexp": "^1.0.5", "highland": "^2.10.1",