From 8f0603c163a9e539a37d7bde7909c0d7a5bb723e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 20:49:31 +0000 Subject: [PATCH] Bump erusev/parsedown from 1.6.3 to 1.7.2 Bumps [erusev/parsedown](https://github.com/erusev/parsedown) from 1.6.3 to 1.7.2. - [Release notes](https://github.com/erusev/parsedown/releases) - [Commits](https://github.com/erusev/parsedown/compare/1.6.3...1.7.2) --- updated-dependencies: - dependency-name: erusev/parsedown dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.lock | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 063b647..73183e3 100644 --- a/composer.lock +++ b/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": "550adaab2ad1daea868cb5568ccbe19d", @@ -239,21 +239,25 @@ }, { "name": "erusev/parsedown", - "version": "1.6.3", + "version": "v1.7.2", "source": { "type": "git", "url": "https://github.com/erusev/parsedown.git", - "reference": "728952b90a333b5c6f77f06ea9422b94b585878d" + "reference": "d60bcdc46978357759ecb13cb4b078da783f8faf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/erusev/parsedown/zipball/728952b90a333b5c6f77f06ea9422b94b585878d", - "reference": "728952b90a333b5c6f77f06ea9422b94b585878d", + "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": { @@ -277,7 +281,11 @@ "markdown", "parser" ], - "time": "2017-05-14T14:47:48+00:00" + "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": "erusev/parsedown-extra", @@ -3425,5 +3433,6 @@ "ext-curl": "*", "ext-zip": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.2.0" }