From 010fe5209e22a05ccf78efd0680c49f7c049a64f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 09:51:32 +0000 Subject: [PATCH] chore(deps): bump ghauth from 5.0.2 to 6.0.0 Bumps [ghauth](/~https://github.com/rvagg/ghauth) from 5.0.2 to 6.0.0. - [Release notes](/~https://github.com/rvagg/ghauth/releases) - [Changelog](/~https://github.com/rvagg/ghauth/blob/master/CHANGELOG.md) - [Commits](/~https://github.com/rvagg/ghauth/compare/v5.0.2...v6.0.0) --- updated-dependencies: - dependency-name: ghauth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23a7afe..dbad790 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "chalk": "^5.3.0", "commit-stream": "^2.1.0", "debug": "^4.3.4", - "ghauth": "^5.0.1", + "ghauth": "^6.0.0", "ghissues": "^1.1.4", "gitexec": "^2.0.1", "minimist": "^1.2.8",