Skip to content

Commit

Permalink
build(deps): lock file maintenance (#306)
Browse files Browse the repository at this point in the history
* build(deps): lock file maintenance

* Run npm run lint:fix

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Keegan Campbell <me@kfcampbell.com>
  • Loading branch information
renovate[bot] and kfcampbell committed Sep 8, 2023
1 parent e80fc12 commit 1c71e71
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 52 deletions.
182 changes: 131 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion test/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ import { createRequire } from "module";
const require = createRequire(import.meta.url);

function getScenarioFixture(name) {
return require(`@octokit/fixtures/scenarios/api.github.com/${name}/normalized-fixture.json`);
return require(
`@octokit/fixtures/scenarios/api.github.com/${name}/normalized-fixture.json`,
);
}

0 comments on commit 1c71e71

Please sign in to comment.