Skip to content

Commit 2823a8c

Browse files
Copilotjbampton
andauthored
chore: move npm audit level config to .npmrc (#396)
Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/4a619581-fdfb-4ce4-85ed-de4e8eed9c62 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com>
1 parent f4f7658 commit 2823a8c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
audit-level=high

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repos:
4646
- id: npm-audit
4747
name: run npm-audit
4848
description: Run npm audit
49-
entry: npm audit --audit-level=high
49+
entry: npm audit
5050
language: system
5151
pass_filenames: false
5252

0 commit comments

Comments
 (0)