From ad9d9985bb38c1922e3933a594d8f61f6129855e Mon Sep 17 00:00:00 2001 From: martin veillette Date: Sat, 25 Jul 2026 15:11:42 -0400 Subject: [PATCH] chore(deps-dev): bump fast-uri from 3.1.2 to 3.1.4 Also ignore audit.json so Biome never lints the npm audit artifact. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2a4504d..ac34e85 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,6 @@ Thumbs.db # Claude Code - local settings excluded, hooks tracked .claude/settings.local.json + +# CI / local npm audit artifact (must not be linted) +audit.json