From 0d8fa20559e1c9fe3ef42c039d934730aff34cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 04:08:29 +0000 Subject: [PATCH] Bump async from 2.6.0 to 3.2.2 in /azure-demo-function-image Bumps [async](https://github.com/caolan/async) from 2.6.0 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.0...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- azure-demo-function-image/package-lock.json | 19 +++++++++++++------ azure-demo-function-image/package.json | 2 +- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/azure-demo-function-image/package-lock.json b/azure-demo-function-image/package-lock.json index 2bcbbd6..2c106a1 100644 --- a/azure-demo-function-image/package-lock.json +++ b/azure-demo-function-image/package-lock.json @@ -60,6 +60,16 @@ "uuid": "3.2.1", "xmldom": "0.1.27", "xpath.js": "1.1.0" + }, + "dependencies": { + "async": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz", + "integrity": "sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw==", + "requires": { + "lodash": "^4.14.0" + } + } } }, "ajv": { @@ -84,12 +94,9 @@ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" }, "async": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz", - "integrity": "sha1-YaKau2/MAm/qd+VtHG7FOnlZUfQ=", - "requires": { - "lodash": "4.17.5" - } + "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/azure-demo-function-image/package.json b/azure-demo-function-image/package.json index 26c1916..f797605 100644 --- a/azure-demo-function-image/package.json +++ b/azure-demo-function-image/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "dependencies": { - "async": "^2.6.0", + "async": "^3.2.2", "azure-cognitiveservices-vision": "^1.0.0-preview", "azure-storage": "^2.8.0", "moment": "^2.21.0",