diff --git a/package-lock.json b/package-lock.json index e42be4b..02ef87d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,11 +40,18 @@ "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" }, "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.14.0" + "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==" + } } }, "bluebird": { diff --git a/package.json b/package.json index 318c5e7..a7b68f4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dependencies": { "angular-filter": "^0.5.11", "angular-ui-router": "^0.3.1", - "async": "^2.6.0", + "async": "^2.6.4", "body-parser": "^1.18.2", "cookie-parser": "^1.4.3", "ejs": "^2.5.7",