From 92c05dec9ea5446f105812434c42582f7513a439 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 03:54:12 +0000 Subject: [PATCH] Bump async from 2.6.0 to 2.6.4 in /azure-demo-function-image Bumps [async](https://github.com/caolan/async) from 2.6.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.6.0...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- azure-demo-function-image/package-lock.json | 25 +++++++++++++++++---- azure-demo-function-image/package.json | 2 +- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/azure-demo-function-image/package-lock.json b/azure-demo-function-image/package-lock.json index 2bcbbd6..d0be7b7 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,11 +94,18 @@ "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=", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", "requires": { - "lodash": "4.17.5" + "lodash": "^4.17.14" + }, + "dependencies": { + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + } } }, "asynckit": { diff --git a/azure-demo-function-image/package.json b/azure-demo-function-image/package.json index 26c1916..101958d 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": "^2.6.4", "azure-cognitiveservices-vision": "^1.0.0-preview", "azure-storage": "^2.8.0", "moment": "^2.21.0",