From 35091db938e00d21cbf236d8c8919d814f251458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 12:12:37 +0000 Subject: [PATCH] chore(deps): bump ghauth from 7.0.1 to 7.0.3 Bumps [ghauth](https://github.com/rvagg/ghauth) from 7.0.1 to 7.0.3. - [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/v7.0.1...v7.0.3) --- updated-dependencies: - dependency-name: ghauth dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7da945c..7339e2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6042,9 +6042,9 @@ } }, "node_modules/ghauth": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/ghauth/-/ghauth-7.0.1.tgz", - "integrity": "sha512-yGqhD2tS6A78O3oVr7oA2SWe0zTqU9oCAzTVV3U2vx31OJ+KEiF5vgNPf4pI5437Lvr50maBjo6rM9GyTGpRzQ==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/ghauth/-/ghauth-7.0.3.tgz", + "integrity": "sha512-M8arw5Rabxb3I8nbDIZPRTmBPDVdEELcHd794D9/ljgCUMEWQQsEQ58+If9O0h/tvA4amAzmOW4Y3RQ7tY5N/Q==", "license": "MIT", "dependencies": { "ora": "^9.1.0",