[AAE-46514] - npmrc should be versioned to enforce the audit

This commit is contained in:
VitoAlbano
2026-06-04 09:26:32 +01:00
parent fcc873e137
commit 90673df4f7
2 changed files with 5 additions and 1 deletions
-1
View File
@@ -8,7 +8,6 @@ bundles
dist dist
tmp tmp
temp temp
*.npmrc
.history .history
.ng_pkg_build/ .ng_pkg_build/
coverage/ coverage/
+5
View File
@@ -0,0 +1,5 @@
# Fail on high severity vulnerabilities during audit
audit-level=high
# Use exact versions to prevent unexpected updates
save-exact=true