From 323efe190a7f8bf3134c8b8237bb2360323b5d26 Mon Sep 17 00:00:00 2001 From: martin veillette Date: Sat, 25 Jul 2026 15:13:12 -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