From 970c115143d94aceec0393aaabb3a349f6b6567e Mon Sep 17 00:00:00 2001 From: stuartmorgan-g Date: Fri, 14 Nov 2025 10:05:58 -0500 Subject: [PATCH] [ci] Remove mustache_template from allowed external deps mustache_template was moved into this repository, so is no longer an external dependency that requires an exception. --- script/configs/allowed_pinned_deps.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/script/configs/allowed_pinned_deps.yaml b/script/configs/allowed_pinned_deps.yaml index c022abb857e..a2477212661 100644 --- a/script/configs/allowed_pinned_deps.yaml +++ b/script/configs/allowed_pinned_deps.yaml @@ -19,7 +19,3 @@ # audited before passing them on to clients as transitive updates, to mitigated # the risk of the package being compromised. - xml - -# Already used by flutter_tools, so doesn't add any additional team-level -# maintenance risk. Could require forking in the future. -- mustache_template