Skip to content

Commit

Permalink
Merge pull request #445 from docupike/update-toolchain/2024/34
Browse files Browse the repository at this point in the history
fix(chore): Updated toolchain
  • Loading branch information
patfeiler authored Aug 14, 2024
2 parents dc8d0e7 + 2a234bd commit fbc43bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@cyclonedx/cyclonedx-npm": "1.19.3",
"@prantlf/jsonlint": "16.0.0",
"alex": "11.0.1",
"cloc": "2.11.0",
"cloc": "2.2.0-cloc",
"cspell": "8.13.3",
"husky": "9.1.4",
"jscpd": "4.0.5",
Expand Down Expand Up @@ -67,7 +67,7 @@
"system:npm:doctor": "npm doctor",
"system:npm:outdated": "npm outdated",
"system:pip": "run-s system:pip:*",
"system:pip:audit": "pip-audit --requirement requirements.txt --progress-spinner off --strict",
"system:pip:audit": "mkdir _tmpdir && TMPDIR=_tmpdir/ pip-audit --requirement requirements.txt --progress-spinner off --strict && rm -rf _tmpdir/",
"system:pip:outdated": "pip list --outdated",
"test": "run-s test:*",
"test:markdown": "remark --rc-path .config/remark.json --ignore-path .gitignore .",
Expand Down

0 comments on commit fbc43bb

Please sign in to comment.