From 0d72315cae58dd743e0f45db3a3f5359980901b5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 05:15:40 +0000 Subject: [PATCH] chore: move npm audit level config to .npmrc Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/4a619581-fdfb-4ce4-85ed-de4e8eed9c62 Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com> --- .npmrc | 1 + .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..dc0b3a41 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +audit-level=high diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c8ef88cd..a35b2b98 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