From 578abedba7a357e16a80912e5b0c70c8a81bc724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 12:12:50 +0000 Subject: [PATCH] chore(deps): bump ghauth from 7.0.5 to 7.0.7 Bumps [ghauth](https://github.com/rvagg/ghauth) from 7.0.5 to 7.0.7. - [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.5...v7.0.7) --- updated-dependencies: - dependency-name: ghauth dependency-version: 7.0.7 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 4131040..a2c212f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6014,9 +6014,9 @@ } }, "node_modules/ghauth": { - "version": "7.0.5", - "resolved": "https://registry.npmjs.org/ghauth/-/ghauth-7.0.5.tgz", - "integrity": "sha512-PJH4Xih2iRMm0TOeaqj61Szj2etFGfBlIcRXJum6sRle8qcQPUkjvoAwkz5UKUmcpHKCZOVrrhxL8JO/SQvI4g==", + "version": "7.0.7", + "resolved": "https://registry.npmjs.org/ghauth/-/ghauth-7.0.7.tgz", + "integrity": "sha512-mYf0STQkvvgz6jqeVSWqoQqLNR4rsTwlQTLT4uXwsNHpCjodR/uBVKQcVhqwMVNQp3fvKy2ylqXnzP9+OxUFBA==", "license": "MIT", "dependencies": { "ora": "^9.1.0",