From ea33846078a19f8d605c1cafa43618e15e8475d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 20:52:34 +0000 Subject: [PATCH] Bump erusev/parsedown from 1.6.3 to 1.7.4 in /kirby Bumps [erusev/parsedown](https://github.com/erusev/parsedown) from 1.6.3 to 1.7.4. - [Release notes](https://github.com/erusev/parsedown/releases) - [Commits](https://github.com/erusev/parsedown/compare/1.6.3...1.7.4) --- updated-dependencies: - dependency-name: erusev/parsedown dependency-type: indirect ... Signed-off-by: dependabot[bot] --- kirby/composer.lock | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/kirby/composer.lock b/kirby/composer.lock index ede3dde..7b5b295 100644 --- a/kirby/composer.lock +++ b/kirby/composer.lock @@ -1,29 +1,32 @@ { "_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": "87af614fbec5a02037c7f760956be50e", "content-hash": "a58f35eaa036ed3015b493d3f1c38f5a", "packages": [ { "name": "erusev/parsedown", - "version": "1.6.3", + "version": "1.7.4", "source": { "type": "git", "url": "https://github.com/erusev/parsedown.git", - "reference": "728952b90a333b5c6f77f06ea9422b94b585878d" + "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/erusev/parsedown/zipball/728952b90a333b5c6f77f06ea9422b94b585878d", - "reference": "728952b90a333b5c6f77f06ea9422b94b585878d", + "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3", + "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3", "shasum": "" }, "require": { + "ext-mbstring": "*", "php": ">=5.3.0" }, + "require-dev": { + "phpunit/phpunit": "^4.8.35" + }, "type": "library", "autoload": { "psr-0": { @@ -47,7 +50,11 @@ "markdown", "parser" ], - "time": "2017-05-14 14:47:48" + "support": { + "issues": "https://github.com/erusev/parsedown/issues", + "source": "https://github.com/erusev/parsedown/tree/1.7.x" + }, + "time": "2019-12-30T22:54:17+00:00" }, { "name": "erusev/parsedown-extra", @@ -91,7 +98,7 @@ "parsedown", "parser" ], - "time": "2015-11-01 10:19:22" + "time": "2015-11-01T10:19:22+00:00" }, { "name": "filp/whoops", @@ -152,7 +159,7 @@ "whoops", "zf2" ], - "time": "2017-08-03 18:23:40" + "time": "2017-08-03T18:23:40+00:00" }, { "name": "getkirby/toolkit", @@ -193,7 +200,7 @@ "keywords": [ "toolkit" ], - "time": "2017-08-30 08:31:09" + "time": "2017-08-30T08:31:09+00:00" }, { "name": "michelf/php-smartypants", @@ -243,7 +250,7 @@ "typographer", "typography" ], - "time": "2016-12-13 01:01:17" + "time": "2016-12-13T01:01:17+00:00" }, { "name": "psr/log", @@ -290,7 +297,7 @@ "psr", "psr-3" ], - "time": "2016-10-10 12:19:37" + "time": "2016-10-10T12:19:37+00:00" } ], "packages-dev": [], @@ -304,5 +311,6 @@ "ext-mbstring": "*", "ext-gd": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.2.0" }