From 05cf9b98c2e09235b08cff2a060fc8895de267a0 Mon Sep 17 00:00:00 2001 From: marius-kilocode Date: Fri, 15 May 2026 16:25:28 +0200 Subject: [PATCH] fix: allow vetted mermaid security release --- bunfig.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/bunfig.toml b/bunfig.toml index 0fde17500d..9d00c83052 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -1,6 +1,7 @@ [install] exact = true minimumReleaseAge = 410520 # seconds (~4.75 days / ~114 hours) +minimumReleaseAgeExcludes = ["mermaid@11.15.0", "@mermaid-js/parser@1.1.1"] [test] root = "./do-not-run-tests-from-root"