diff --git a/package-lock.json b/package-lock.json index 539b6c6..769dfd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,13 @@ "integrity": "sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw==", "requires": { "lodash": "4.17.4" + }, + "dependencies": { + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=" + } } }, "balanced-match": { @@ -34,7 +41,8 @@ } }, "circuit-breaker": { - "version": "git://github.com/Tinder/circuit-breaker.git#60bb3fbb21440aa32679ee36fc7a2ebf1f2cfeb8" + "version": "git://github.com/Tinder/circuit-breaker.git#60bb3fbb21440aa32679ee36fc7a2ebf1f2cfeb8", + "from": "git://github.com/Tinder/circuit-breaker.git#60bb3fbb21440aa32679ee36fc7a2ebf1f2cfeb8" }, "colors": { "version": "1.1.2", @@ -162,9 +170,9 @@ } }, "lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=" + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "merge-descriptors": { "version": "1.0.1", diff --git a/package.json b/package.json index 432b911..ffb4071 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "async": "2.6.0", "circuit-breaker": "git://github.com/Tinder/circuit-breaker", "hiredis": "0.5.0", - "lodash": "4.17.4", + "lodash": "4.17.19", "redis": "2.8.0" }, "devDependencies": {