Skip to content

Commit

Permalink
npm audit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rhl2401 committed Dec 1, 2022
1 parent d6150f6 commit df3e2d4
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 83 deletions.
4 changes: 4 additions & 0 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
* Restrict output to not include any package marked as private
*/
excludePrivatePackages?: boolean | undefined;
/**
* Exclude modules matching a given regex
*/
excludeRegex?: string | undefined;
/**
* Look for direct dependencies only
*/
Expand Down
166 changes: 83 additions & 83 deletions package-lock.json

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

0 comments on commit df3e2d4

Please sign in to comment.