From 8696c3d3876c220dc99be471ff0a91a22ea8f3b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 03:21:32 +0000 Subject: [PATCH] Bump async from 2.6.0 to 2.6.4 in /nodeSample 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] --- nodeSample/package-lock.json | 14 +++++++------- nodeSample/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/nodeSample/package-lock.json b/nodeSample/package-lock.json index efa8c2b..f5ea613 100644 --- a/nodeSample/package-lock.json +++ b/nodeSample/package-lock.json @@ -5,11 +5,11 @@ "requires": true, "dependencies": { "async": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz", - "integrity": "sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", "requires": { - "lodash": "4.17.4" + "lodash": "^4.17.14" } }, "babel-runtime": { @@ -60,9 +60,9 @@ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" }, "lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "process-nextick-args": { "version": "1.0.7", diff --git a/nodeSample/package.json b/nodeSample/package.json index 404aa1c..29c7d76 100644 --- a/nodeSample/package.json +++ b/nodeSample/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "async": "^2.6.0", + "async": "^2.6.4", "tedious": "^2.1.5" } }