Skip to content

Commit

Permalink
fix: lock the npm license chacking library version (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyalai-aws authored Sep 2, 2024
1 parent 9786a77 commit 27ab698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-licenses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as path from 'path';
import { parse, stringify } from 'csv/sync';
import * as glob from 'glob';

const NPM_LICENSE_CHECKER_TOOL = 'license-checker-rseidelsohn';
const NPM_LICENSE_CHECKER_TOOL = 'license-checker-rseidelsohn@4.3.0';
const PYTHON_LICENSE_CHECKER_TOOL = 'pip-licenses';

// 5 min timeout
Expand Down

0 comments on commit 27ab698

Please sign in to comment.