From ec396d51873ebb03a25aadd5283fe4375d82771a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 15:18:12 +0000 Subject: [PATCH] Bump mustache/mustache in /collections/apps/collections Bumps [mustache/mustache](https://github.com/bobthecow/mustache.php) from 2.11.1 to 2.14.1. - [Release notes](https://github.com/bobthecow/mustache.php/releases) - [Commits](https://github.com/bobthecow/mustache.php/compare/v2.11.1...v2.14.1) --- updated-dependencies: - dependency-name: mustache/mustache dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- collections/apps/collections/composer.lock | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) mode change 100755 => 100644 collections/apps/collections/composer.lock diff --git a/collections/apps/collections/composer.lock b/collections/apps/collections/composer.lock old mode 100755 new mode 100644 index 6af5463..55de4aa --- a/collections/apps/collections/composer.lock +++ b/collections/apps/collections/composer.lock @@ -1,7 +1,7 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "69a028ee07966d65eaafe07f0d996770", @@ -74,16 +74,16 @@ }, { "name": "mustache/mustache", - "version": "v2.11.1", + "version": "v2.14.1", "source": { "type": "git", "url": "https://github.com/bobthecow/mustache.php.git", - "reference": "a3f6d55996dd28b58f3a909d474189a3c1aa693f" + "reference": "579ffa5c96e1d292c060b3dd62811ff01ad8c24e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/a3f6d55996dd28b58f3a909d474189a3c1aa693f", - "reference": "a3f6d55996dd28b58f3a909d474189a3c1aa693f", + "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/579ffa5c96e1d292c060b3dd62811ff01ad8c24e", + "reference": "579ffa5c96e1d292c060b3dd62811ff01ad8c24e", "shasum": "" }, "require": { @@ -116,7 +116,11 @@ "mustache", "templating" ], - "time": "2016-07-31T06:18:27+00:00" + "support": { + "issues": "https://github.com/bobthecow/mustache.php/issues", + "source": "https://github.com/bobthecow/mustache.php/tree/v2.14.1" + }, + "time": "2022-01-21T06:08:36+00:00" }, { "name": "sabre/uri", @@ -1491,5 +1495,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.2.0" }