diff --git a/Git/Bots/github-bot/package-lock.json b/Git/Bots/github-bot/package-lock.json index 484ff03ba2..4cfc8581dc 100644 --- a/Git/Bots/github-bot/package-lock.json +++ b/Git/Bots/github-bot/package-lock.json @@ -375,11 +375,11 @@ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" }, "async": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/async/-/async-2.1.5.tgz", - "integrity": "sha1-5YfGhYCZSsZ/xW/4bTrFa9voELw=", + "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" } }, "async-hook-domain": { diff --git a/Git/Bots/github-bot/package.json b/Git/Bots/github-bot/package.json index 4ddc0983cc..be24180239 100644 --- a/Git/Bots/github-bot/package.json +++ b/Git/Bots/github-bot/package.json @@ -13,7 +13,7 @@ "private": true, "license": "MIT", "dependencies": { - "async": "2.1.5", + "async": "2.6.4", "basic-auth": "^1.0.4", "body-parser": "^1.15.0", "bunyan": "^1.8.1",