Skip to content

Commit f523b46

Browse files
committed
fix(deps): patch npm dependency vulnerabilities
Update picomatch (2.3.1→2.3.2, 4.0.3→4.0.4), yaml (1.10.2→1.10.3), diff (→8.0.4), and rollup (→4.60.0) to address CVE-2026-33671, CVE-2026-33672, CVE-2026-33532, CVE-2026-27606, and GHSA-73rr-hh4g-fpgx. Also fix lefthook biome glob to exclude lockfiles, which caused false failures when only lockfiles were staged.
1 parent f8a59b9 commit f523b46

3 files changed

Lines changed: 43 additions & 25 deletions

File tree

claude-code/smartem-frontend/skills/playwright/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lefthook.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ pre-commit:
66
commands:
77
biome:
88
root: webui/
9-
glob: "*.{ts,tsx,js,jsx,json}"
9+
glob: "*.{ts,tsx,js,jsx,json,jsonc}"
10+
exclude: "*lock*"
1011
run: npx @biomejs/biome check --write {staged_files}
1112
stage_fixed: true
1213
prettier:

webui/package-lock.json

Lines changed: 38 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)