diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..dc0b3a4 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +audit-level=high diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c8ef88c..a35b2b9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,7 +46,7 @@ repos: - id: npm-audit name: run npm-audit description: Run npm audit - entry: npm audit --audit-level=high + entry: npm audit language: system pass_filenames: false