Skip to content

Commit ae85e8e

Browse files
chore(deps): bump ghauth from 6.0.19 to 7.0.1 (#1051)
Bumps [ghauth](https://github.com/rvagg/ghauth) from 6.0.19 to 7.0.1. - [Release notes](https://github.com/rvagg/ghauth/releases) - [Changelog](https://github.com/rvagg/ghauth/blob/master/CHANGELOG.md) - [Commits](rvagg/ghauth@v6.0.19...v7.0.1) --- updated-dependencies: - dependency-name: ghauth dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 72e8772 commit ae85e8e

File tree

3 files changed

+344
-235
lines changed

3 files changed

+344
-235
lines changed

lib/auth.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import fs from 'node:fs';
22
import { ClientRequest } from 'node:http';
33

4+
// eslint-disable-next-line import/no-unresolved
45
import ghauth from 'ghauth';
56

67
import { clearCachedConfig, encryptValue, getMergedConfig, getNcurcPath } from './config.js';

0 commit comments

Comments
 (0)