From a42b637b8e5930d3b30a0967d2aef3da36805d22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 17:17:07 +0000 Subject: [PATCH] Bump async from 2.6.1 to 2.6.4 in /example/azure-storage 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] --- example/azure-storage/package-lock.json | 14 +++++++------- example/azure-storage/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) mode change 100755 => 100644 example/azure-storage/package-lock.json mode change 100755 => 100644 example/azure-storage/package.json diff --git a/example/azure-storage/package-lock.json b/example/azure-storage/package-lock.json old mode 100755 new mode 100644 index 4ab81f7..0bffb34 --- a/example/azure-storage/package-lock.json +++ b/example/azure-storage/package-lock.json @@ -34,11 +34,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": { @@ -282,9 +282,9 @@ } }, "lodash": { - "version": "4.17.10", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz", - "integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "md5.js": { "version": "1.3.4", diff --git a/example/azure-storage/package.json b/example/azure-storage/package.json old mode 100755 new mode 100644 index 24809d4..a123c1d --- a/example/azure-storage/package.json +++ b/example/azure-storage/package.json @@ -12,7 +12,7 @@ "license": "ISC", "dependencies": { "assert": "^1.4.1", - "async": "^2.6.1", + "async": "^2.6.4", "azure-storage": "^2.10.0", "request": "^2.87.0" }