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" } }