From 021fd6d4a3289361a812c5bd90436895fd7dd1dc Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Fri, 21 Jan 2022 11:24:44 -0600 Subject: [PATCH] Force the use of Musatche 2.14.1 security fix --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fbd0dd0f5b..662d4ffaca 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "require": { "php": "^5.6 || ^7.0 || ^8.0", "ext-curl": "*", - "mustache/mustache": "^2.14", + "mustache/mustache": "^2.14.1", "rmccue/requests": "^1.8", "symfony/finder": ">2.7", "wp-cli/mustangostang-spyc": "^0.6.3",