Skip to content

Commit

Permalink
fix(sarif): add colors as dependency to sarif reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
kucherenko committed May 28, 2024
1 parent 9456837 commit cc27990
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@
"devDependencies": {
"@changesets/cli": "^2.27.4",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"turbo": "^1.13.3"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"readmeFilename": "README.md"
}
3 changes: 2 additions & 1 deletion packages/sarif-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@
"url": "https://github.com/kucherenko/jscpd/issues"
},
"dependencies": {
"colors": "^1.4.0",
"fs-extra": "^11.2.0",
"node-sarif-builder": "^2.0.3"
},
"devDependencies": {
"@jscpd/finder": "workspace:*",
"@jscpd/core": "workspace:*",
"@jscpd/finder": "workspace:*",
"@jscpd/tsconfig": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.12",
Expand Down
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit cc27990

Please sign in to comment.