From babca38eb436d6be890f9414b15dbd09d9e097e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:34:55 +0000 Subject: [PATCH] chore(deps): bump benjaminhoegh/parsedown-toc from 1.4.3 to 1.5.3 Bumps [benjaminhoegh/parsedown-toc](https://github.com/BenjaminHoegh/ParsedownToc) from 1.4.3 to 1.5.3. - [Release notes](https://github.com/BenjaminHoegh/ParsedownToc/releases) - [Commits](https://github.com/BenjaminHoegh/ParsedownToc/compare/1.4.3...v1.5.3) --- updated-dependencies: - dependency-name: benjaminhoegh/parsedown-toc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/composer.lock b/composer.lock index 3ee837b5b..8d53cba14 100644 --- a/composer.lock +++ b/composer.lock @@ -553,27 +553,35 @@ }, { "name": "benjaminhoegh/parsedown-toc", - "version": "1.4.3", + "version": "v1.5.3", "source": { "type": "git", "url": "https://github.com/BenjaminHoegh/ParsedownToc.git", - "reference": "31550a0c9151a1428b199335e31bea8344745879" + "reference": "1d3fb7b103b3cda137bfe6c8909b81e72916b58d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/BenjaminHoegh/ParsedownToc/zipball/31550a0c9151a1428b199335e31bea8344745879", - "reference": "31550a0c9151a1428b199335e31bea8344745879", + "url": "https://api.github.com/repos/BenjaminHoegh/ParsedownToc/zipball/1d3fb7b103b3cda137bfe6c8909b81e72916b58d", + "reference": "1d3fb7b103b3cda137bfe6c8909b81e72916b58d", "shasum": "" }, "require": { "erusev/parsedown": "^1.7", - "php": ">=7.1.0" + "erusev/parsedown-extra": "^0.8.1", + "php": ">=7.4" + }, + "require-dev": { + "phpunit/phpunit": "9.6.16", + "vimeo/psalm": ">=5.21.1" }, "type": "library", "autoload": { - "files": [ - "ParsedownToc.php" - ] + "psr-0": { + "": [ + "src/", + "tests/" + ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -595,7 +603,7 @@ ], "support": { "issues": "https://github.com/BenjaminHoegh/ParsedownToc/issues", - "source": "https://github.com/BenjaminHoegh/ParsedownToc/tree/1.4.3" + "source": "https://github.com/BenjaminHoegh/ParsedownToc/tree/v1.5.3" }, "funding": [ { @@ -607,7 +615,7 @@ "type": "custom" } ], - "time": "2023-01-18T11:20:41+00:00" + "time": "2024-02-03T19:37:23+00:00" }, { "name": "cecil/resource-watcher",