Skip to content

Commit 726e933

Browse files
romanlutzCopilot
andauthored
MAINT: Harden frontend npm config (npm audit + min-release-age) (microsoft#2103)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 368f91c commit 726e933

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,6 @@ doc/_autosummary/
201201

202202
# Custom user instructions
203203
.github/instructions/user-custom.instructions.md
204+
205+
# Impeccable skill local cache
206+
.impeccable/

frontend/.npmrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Pin npm registry — satisfies CSSC CFS0001 (sibling .npmrc required).
22
registry=https://registry.npmjs.org/
33
legacy-peer-deps=true
4+
5+
min-release-age=7
6+
audit=true
7+
audit-level=high

0 commit comments

Comments
 (0)