Skip to content

Commit

Permalink
Merge 23c0be0 into 7d4a5cd
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 15, 2023
2 parents 7d4a5cd + 23c0be0 commit 9ffc8fd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -55,7 +55,7 @@
]
},
"dependencies": {
"@html-validate/stylish": "3.0.1",
"@html-validate/stylish": "4.0.0",
"argparse": "2.0.1",
"execa": "5.1.1",
"find-up": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -5,7 +5,7 @@ import path from "path";
import { ArgumentParser } from "argparse";
import findUp from "find-up";
import tmp from "tmp";
import stylish from "@html-validate/stylish";
import { stylish } from "@html-validate/stylish";
import { setupBlacklist } from "./blacklist";
import { verify, VerifyOptions } from "./verify";
import PackageJson from "./types/package-json";
Expand Down

0 comments on commit 9ffc8fd

Please sign in to comment.