Skip to content

Commit aa1f792

Browse files
authored
Try yargs import (#341)
1 parent 6b1df3f commit aa1f792

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lib/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import jju from "jju";
33
// eslint-disable-next-line unicorn/import-style
44
import * as path from "path";
55
import { hideBin } from "yargs/helpers";
6-
import yargs from "yargs/yargs";
6+
import yargs from "yargs";
77
import Allowlist, { type AllowlistRecord } from "./allowlist.js";
88
import {
99
mapVulnerabilityLevelInput,

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "audit-ci",
3-
"version": "7.0.1",
3+
"version": "7.1.0",
44
"description": "Audits NPM, Yarn, and PNPM projects in CI environments",
55
"license": "Apache-2.0",
66
"type": "module",
@@ -92,4 +92,4 @@
9292
"typescript": "^5.4.5",
9393
"vitest": "^1.6.0"
9494
}
95-
}
95+
}

0 commit comments

Comments
 (0)