diff --git a/composer.json b/composer.json index d60836f7..17cb46da 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "composer/installers": "2.3.0", "google/apiclient": "2.18.3", "nesbot/carbon": "2.72.6", - "erusev/parsedown": "1.7.4", + "erusev/parsedown": "1.8.0", "mexitek/phpcolors": "dev-master", "guzzlehttp/guzzle": "7.9.2", "instituteweb/composer-scripts": "1.1.0" diff --git a/composer.lock b/composer.lock index ddb47d31..9e27ca3f 100644 --- 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": "ca2fdc9d041915ad40cd40025a3d1c4c", + "content-hash": "45b525719fa022c996b2ebadd10ea7c9", "packages": [ { "name": "carbonphp/carbon-doctrine-types", @@ -223,24 +223,24 @@ }, { "name": "erusev/parsedown", - "version": "1.7.4", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/erusev/parsedown.git", - "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3" + "reference": "96baaad00f71ba04d76e45b4620f54d3beabd6f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3", - "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3", + "url": "https://api.github.com/repos/erusev/parsedown/zipball/96baaad00f71ba04d76e45b4620f54d3beabd6f7", + "reference": "96baaad00f71ba04d76e45b4620f54d3beabd6f7", "shasum": "" }, "require": { "ext-mbstring": "*", - "php": ">=5.3.0" + "php": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "^4.8.35" + "phpunit/phpunit": "^7.5|^8.5|^9.6" }, "type": "library", "autoload": { @@ -267,9 +267,15 @@ ], "support": { "issues": "https://github.com/erusev/parsedown/issues", - "source": "https://github.com/erusev/parsedown/tree/1.7.x" + "source": "https://github.com/erusev/parsedown/tree/1.8.0" }, - "time": "2019-12-30T22:54:17+00:00" + "funding": [ + { + "url": "https://github.com/erusev", + "type": "github" + } + ], + "time": "2026-02-16T11:41:01+00:00" }, { "name": "firebase/php-jwt",