From c104c04e3fc1a142b57bd4be352ea94e8ae29690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 15:18:59 +0000 Subject: [PATCH] Bump mustache/mustache from 2.12.0 to 2.14.1 Bumps [mustache/mustache](https://github.com/bobthecow/mustache.php) from 2.12.0 to 2.14.1. - [Release notes](https://github.com/bobthecow/mustache.php/releases) - [Commits](https://github.com/bobthecow/mustache.php/compare/v2.12.0...v2.14.1) --- updated-dependencies: - dependency-name: mustache/mustache dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 19 ++++++++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) mode change 100755 => 100644 composer.json mode change 100755 => 100644 composer.lock diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 index 3797523..9c8a878 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "require": { "erusev/parsedown": "^1.7", - "mustache/mustache": "2.12.0" + "mustache/mustache": "2.14.1" } } diff --git a/composer.lock b/composer.lock old mode 100755 new mode 100644 index 55f40f4..7b16140 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f0c1c2a59015d1369d0a818f5c523eed", + "content-hash": "d374c560f82d7ce220285d531695421e", "packages": [ { "name": "erusev/parsedown", @@ -54,16 +54,16 @@ }, { "name": "mustache/mustache", - "version": "v2.12.0", + "version": "v2.14.1", "source": { "type": "git", "url": "https://github.com/bobthecow/mustache.php.git", - "reference": "fe8fe72e9d580591854de404cc59a1b83ca4d19e" + "reference": "579ffa5c96e1d292c060b3dd62811ff01ad8c24e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/fe8fe72e9d580591854de404cc59a1b83ca4d19e", - "reference": "fe8fe72e9d580591854de404cc59a1b83ca4d19e", + "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/579ffa5c96e1d292c060b3dd62811ff01ad8c24e", + "reference": "579ffa5c96e1d292c060b3dd62811ff01ad8c24e", "shasum": "" }, "require": { @@ -96,7 +96,11 @@ "mustache", "templating" ], - "time": "2017-07-11T12:54:05+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" } ], "packages-dev": [], @@ -106,5 +110,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.2.0" }