From 144fe368b70c4acdd1f87b343209c18392588e8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 06:41:37 +0000 Subject: [PATCH] Bump async from 0.2.10 to 3.2.2 Bumps [async](https://github.com/caolan/async) from 0.2.10 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/0.2.10...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38af094..d54a5a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,9 +29,9 @@ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" }, "async": { - "version": "0.2.10", - "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz", - "integrity": "sha1-trvgsGdLnXGXCMo43owjfLUmw9E=" + "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", diff --git a/package.json b/package.json index d39a08f..9bd7581 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "json" ], "dependencies": { - "async": "0.2.x", + "async": "3.2.x", "spas-http": "0.1.x" }, "main": "./api.js",