From c53a9a5c7f99560210566a8495de99058eb16417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 12:12:48 +0000 Subject: [PATCH] chore(deps): bump ghauth from 7.0.4 to 7.0.5 Bumps [ghauth](https://github.com/rvagg/ghauth) from 7.0.4 to 7.0.5. - [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.4...v7.0.5) --- updated-dependencies: - dependency-name: ghauth dependency-version: 7.0.5 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 76699a7..1f3d8c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6014,9 +6014,9 @@ } }, "node_modules/ghauth": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/ghauth/-/ghauth-7.0.4.tgz", - "integrity": "sha512-cltwXBs9jGRSF57tiRMOOaSAvOsDdz6/bhxxxA0UuLalyIsuy8+CrqJdIXpe04oGMT4l88xGgJNPhGDFV1qaqg==", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/ghauth/-/ghauth-7.0.5.tgz", + "integrity": "sha512-PJH4Xih2iRMm0TOeaqj61Szj2etFGfBlIcRXJum6sRle8qcQPUkjvoAwkz5UKUmcpHKCZOVrrhxL8JO/SQvI4g==", "license": "MIT", "dependencies": { "ora": "^9.1.0",