From 7f843df673d13ed40afd7255780ab0f345fd795d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 00:56:43 +0000 Subject: [PATCH] Bump erusev/parsedown from 1.6.0 to 1.7.2 in /src Bumps [erusev/parsedown](https://github.com/erusev/parsedown) from 1.6.0 to 1.7.2. - [Release notes](https://github.com/erusev/parsedown/releases) - [Commits](https://github.com/erusev/parsedown/compare/1.6.0...1.7.2) --- updated-dependencies: - dependency-name: erusev/parsedown dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/composer.lock | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/src/composer.lock b/src/composer.lock index 95e4420..958164a 100644 --- a/src/composer.lock +++ b/src/composer.lock @@ -1,10 +1,9 @@ { "_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" ], - "hash": "8ec569014276c42f9fa1c52b41f8c03c", "content-hash": "2f6b5bc73e433833d07616e5e46931c9", "packages": [ { @@ -49,22 +48,29 @@ "coffeescript", "javascript" ], - "time": "2012-08-04 14:44:51" + "time": "2012-08-04T14:44:51+00:00" }, { "name": "erusev/parsedown", - "version": "1.6.0", + "version": "v1.7.2", "source": { "type": "git", "url": "https://github.com/erusev/parsedown.git", - "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7" + "reference": "d60bcdc46978357759ecb13cb4b078da783f8faf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/erusev/parsedown/zipball/3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7", - "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7", + "url": "https://api.github.com/repos/erusev/parsedown/zipball/d60bcdc46978357759ecb13cb4b078da783f8faf", + "reference": "d60bcdc46978357759ecb13cb4b078da783f8faf", "shasum": "" }, + "require": { + "ext-mbstring": "*", + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35" + }, "type": "library", "autoload": { "psr-0": { @@ -88,7 +94,11 @@ "markdown", "parser" ], - "time": "2015-10-04 16:44:32" + "support": { + "issues": "https://github.com/erusev/parsedown/issues", + "source": "https://github.com/erusev/parsedown/tree/1.7.x" + }, + "time": "2019-03-17T17:19:46+00:00" }, { "name": "mthaml/mthaml", @@ -159,7 +169,7 @@ "keywords": [ "HAML" ], - "time": "2015-12-17 09:48:00" + "time": "2015-12-17T09:48:00+00:00" } ], "packages-dev": [], @@ -169,5 +179,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.2.0" }