Skip to content

Commit

Permalink
fix: build break due to low severity deps issues
Browse files Browse the repository at this point in the history
  • Loading branch information
abose authored and charlypa committed Oct 7, 2024
1 parent 219c49c commit d076779
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 53 deletions.
92 changes: 40 additions & 52 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
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"printReportsLink": "echo Detailed unit test coverage report: file:///$(pwd)/coverage-unit/index.html && echo Detailed integration test coverage report: file:///$(pwd)/coverage-integration/index.html",
"cover": "npm run cover:unit",
"cover:unit": "c8 -c .nycrc.unit.json npm run test:unit && npm run --silent printReportsLink",
"vulnerabilityCheck": "echo Scanning for npm vulnarabilities && npm audit --prod",
"vulnerabilityCheck": "echo Scanning for npm vulnarabilities && npm audit --prod --audit-level=high",
"build": "npm run cover && npm run createJSDocs && npm run vulnerabilityCheck",
"createJSDocs": "node build/jsDocGenerate.js src docs/generatedApiDocs && git add docs",
"bumpPatchVersion": "npm --no-git-tag-version version patch",
Expand Down

0 comments on commit d076779

Please sign in to comment.