Skip to content

Commit

Permalink
Try yargs import (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnturner committed Jul 3, 2024
1 parent 6b1df3f commit aa1f792
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import jju from "jju";
// eslint-disable-next-line unicorn/import-style
import * as path from "path";
import { hideBin } from "yargs/helpers";
import yargs from "yargs/yargs";
import yargs from "yargs";
import Allowlist, { type AllowlistRecord } from "./allowlist.js";
import {
mapVulnerabilityLevelInput,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "audit-ci",
"version": "7.0.1",
"version": "7.1.0",
"description": "Audits NPM, Yarn, and PNPM projects in CI environments",
"license": "Apache-2.0",
"type": "module",
Expand Down Expand Up @@ -92,4 +92,4 @@
"typescript": "^5.4.5",
"vitest": "^1.6.0"
}
}
}

0 comments on commit aa1f792

Please sign in to comment.