From b74495ffd34ab6a5bf133819e171a6e3da2a9bef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 15:34:07 +0000 Subject: [PATCH] Bump async from 2.1.5 to 2.6.4 in /Git/Bots/github-bot Bumps [async](https://github.com/caolan/async) from 2.1.5 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.1.5...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Git/Bots/github-bot/package-lock.json | 8 ++++---- Git/Bots/github-bot/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",