From 20949a769f0bea7b9a98c334483cbfcb0e91e01f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 14:28:18 +0000 Subject: [PATCH] build(deps): Bump spatie/laravel-markdown from 2.4.2 to 2.5.0 Bumps [spatie/laravel-markdown](https://github.com/spatie/laravel-markdown) from 2.4.2 to 2.5.0. - [Release notes](https://github.com/spatie/laravel-markdown/releases) - [Changelog](https://github.com/spatie/laravel-markdown/blob/main/CHANGELOG.md) - [Commits](https://github.com/spatie/laravel-markdown/compare/2.4.2...2.5.0) --- updated-dependencies: - dependency-name: spatie/laravel-markdown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 109 +++++++++++++++++++++++++------------------------- 1 file changed, 55 insertions(+), 54 deletions(-) diff --git a/composer.lock b/composer.lock index 06a66b6a4..e0ac5447b 100644 --- a/composer.lock +++ b/composer.lock @@ -2453,16 +2453,16 @@ }, { "name": "laravel/framework", - "version": "v10.48.3", + "version": "v10.48.4", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "5791c052b41c6b593556adc687076bfbdd13c501" + "reference": "7e0701bf59cb76a51f7c1f7bea51c0c0c29c0b72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/5791c052b41c6b593556adc687076bfbdd13c501", - "reference": "5791c052b41c6b593556adc687076bfbdd13c501", + "url": "https://api.github.com/repos/laravel/framework/zipball/7e0701bf59cb76a51f7c1f7bea51c0c0c29c0b72", + "reference": "7e0701bf59cb76a51f7c1f7bea51c0c0c29c0b72", "shasum": "" }, "require": { @@ -2567,7 +2567,7 @@ "league/flysystem-sftp-v3": "^3.0", "mockery/mockery": "^1.5.1", "nyholm/psr7": "^1.2", - "orchestra/testbench-core": "^8.18", + "orchestra/testbench-core": "^8.23.4", "pda/pheanstalk": "^4.0", "phpstan/phpstan": "^1.4.7", "phpunit/phpunit": "^10.0.7", @@ -2656,7 +2656,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-03-15T10:17:07+00:00" + "time": "2024-03-21T13:36:36+00:00" }, { "name": "laravel/horizon", @@ -3382,16 +3382,16 @@ }, { "name": "league/flysystem", - "version": "3.25.1", + "version": "3.26.0", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "abbd664eb4381102c559d358420989f835208f18" + "reference": "072735c56cc0da00e10716dd90d5a7f7b40b36be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/abbd664eb4381102c559d358420989f835208f18", - "reference": "abbd664eb4381102c559d358420989f835208f18", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/072735c56cc0da00e10716dd90d5a7f7b40b36be", + "reference": "072735c56cc0da00e10716dd90d5a7f7b40b36be", "shasum": "" }, "require": { @@ -3456,7 +3456,7 @@ ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/3.25.1" + "source": "https://github.com/thephpleague/flysystem/tree/3.26.0" }, "funding": [ { @@ -3468,7 +3468,7 @@ "type": "github" } ], - "time": "2024-03-16T12:53:19+00:00" + "time": "2024-03-25T11:49:53+00:00" }, { "name": "league/flysystem-local", @@ -7090,26 +7090,26 @@ }, { "name": "spatie/commonmark-shiki-highlighter", - "version": "2.1.1", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/spatie/commonmark-shiki-highlighter.git", - "reference": "52528a02f61d84030b313b5c7b0c4dd8edca7187" + "reference": "7d7c4f5f1b387bc3144f7757a85eef6820776929" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/commonmark-shiki-highlighter/zipball/52528a02f61d84030b313b5c7b0c4dd8edca7187", - "reference": "52528a02f61d84030b313b5c7b0c4dd8edca7187", + "url": "https://api.github.com/repos/spatie/commonmark-shiki-highlighter/zipball/7d7c4f5f1b387bc3144f7757a85eef6820776929", + "reference": "7d7c4f5f1b387bc3144f7757a85eef6820776929", "shasum": "" }, "require": { - "league/commonmark": "^2.0", + "league/commonmark": "^2.4.2", "php": "^8.0", - "spatie/shiki-php": "^1.1.1", - "symfony/process": "^5.3|^6.0" + "spatie/shiki-php": "^2.0", + "symfony/process": "^6.0|^7.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.19", + "friendsofphp/php-cs-fixer": "^2.19|^v3.49.0", "phpunit/phpunit": "^9.5", "spatie/phpunit-snapshot-assertions": "^4.2.7", "spatie/ray": "^1.28" @@ -7138,7 +7138,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/commonmark-shiki-highlighter/tree/2.1.1" + "source": "https://github.com/spatie/commonmark-shiki-highlighter/tree/2.3.0" }, "funding": [ { @@ -7146,7 +7146,7 @@ "type": "github" } ], - "time": "2022-11-28T08:03:04+00:00" + "time": "2024-02-19T09:14:06+00:00" }, { "name": "spatie/invade", @@ -7307,26 +7307,26 @@ }, { "name": "spatie/laravel-markdown", - "version": "2.4.2", + "version": "2.5.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-markdown.git", - "reference": "7f23584b545d7ec66e6114d9b25c3ec3ddffbb76" + "reference": "76b0d5fe809c61bb4c2208df3f1115a5db0ceb3b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-markdown/zipball/7f23584b545d7ec66e6114d9b25c3ec3ddffbb76", - "reference": "7f23584b545d7ec66e6114d9b25c3ec3ddffbb76", + "url": "https://api.github.com/repos/spatie/laravel-markdown/zipball/76b0d5fe809c61bb4c2208df3f1115a5db0ceb3b", + "reference": "76b0d5fe809c61bb4c2208df3f1115a5db0ceb3b", "shasum": "" }, "require": { - "illuminate/cache": "^8.49|^9.0|^10.0|^11.0", - "illuminate/contracts": "^8.37|^9.0|^10.0|^11.0", - "illuminate/support": "^8.49|^9.0|^10.0|^11.0", - "illuminate/view": "^8.49|^9.0|^10.0|^11.0", - "league/commonmark": "^2.2", - "php": "^8.0", - "spatie/commonmark-shiki-highlighter": "^2.0", + "illuminate/cache": "^9.0|^10.0|^11.0", + "illuminate/contracts": "^9.0|^10.0|^11.0", + "illuminate/support": "^9.0|^10.0|^11.0", + "illuminate/view": "^9.0|^10.0|^11.0", + "league/commonmark": "^2.4.2", + "php": "^8.1", + "spatie/commonmark-shiki-highlighter": "^2.3", "spatie/laravel-package-tools": "^1.4.3" }, "require-dev": { @@ -7371,7 +7371,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/laravel-markdown/tree/2.4.2" + "source": "https://github.com/spatie/laravel-markdown/tree/2.5.0" }, "funding": [ { @@ -7379,20 +7379,20 @@ "type": "github" } ], - "time": "2024-01-11T08:43:31+00:00" + "time": "2024-02-26T14:24:08+00:00" }, { "name": "spatie/laravel-package-tools", - "version": "1.16.3", + "version": "1.16.4", "source": { "type": "git", "url": "https://github.com/spatie/laravel-package-tools.git", - "reference": "59db18c2e20d49a0b6d447bb1c654f6c123beb9e" + "reference": "ddf678e78d7f8b17e5cdd99c0c3413a4a6592e53" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/59db18c2e20d49a0b6d447bb1c654f6c123beb9e", - "reference": "59db18c2e20d49a0b6d447bb1c654f6c123beb9e", + "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/ddf678e78d7f8b17e5cdd99c0c3413a4a6592e53", + "reference": "ddf678e78d7f8b17e5cdd99c0c3413a4a6592e53", "shasum": "" }, "require": { @@ -7431,7 +7431,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-package-tools/issues", - "source": "https://github.com/spatie/laravel-package-tools/tree/1.16.3" + "source": "https://github.com/spatie/laravel-package-tools/tree/1.16.4" }, "funding": [ { @@ -7439,7 +7439,7 @@ "type": "github" } ], - "time": "2024-03-07T07:35:57+00:00" + "time": "2024-03-20T07:29:11+00:00" }, { "name": "spatie/laravel-schedule-monitor", @@ -7522,19 +7522,20 @@ }, { "name": "spatie/shiki-php", - "version": "1.3.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/spatie/shiki-php.git", - "reference": "34fe61405b405c735c82a9c56feffd3f7c5544ff" + "reference": "b4bd54222c40b44800aabce0a4382e0c463b5901" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/shiki-php/zipball/34fe61405b405c735c82a9c56feffd3f7c5544ff", - "reference": "34fe61405b405c735c82a9c56feffd3f7c5544ff", + "url": "https://api.github.com/repos/spatie/shiki-php/zipball/b4bd54222c40b44800aabce0a4382e0c463b5901", + "reference": "b4bd54222c40b44800aabce0a4382e0c463b5901", "shasum": "" }, "require": { + "ext-json": "*", "php": "^7.4|^8.0" }, "require-dev": { @@ -7573,7 +7574,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/shiki-php/tree/1.3.0" + "source": "https://github.com/spatie/shiki-php/tree/2.0.0" }, "funding": [ { @@ -7581,7 +7582,7 @@ "type": "github" } ], - "time": "2022-06-01T11:28:41+00:00" + "time": "2024-02-19T09:00:59+00:00" }, { "name": "symfony/console", @@ -10870,16 +10871,16 @@ }, { "name": "mockery/mockery", - "version": "1.6.7", + "version": "1.6.11", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06" + "reference": "81a161d0b135df89951abd52296adf97deb0723d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06", - "reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06", + "url": "https://api.github.com/repos/mockery/mockery/zipball/81a161d0b135df89951abd52296adf97deb0723d", + "reference": "81a161d0b135df89951abd52296adf97deb0723d", "shasum": "" }, "require": { @@ -10891,8 +10892,8 @@ "phpunit/phpunit": "<8.0" }, "require-dev": { - "phpunit/phpunit": "^8.5 || ^9.6.10", - "symplify/easy-coding-standard": "^12.0.8" + "phpunit/phpunit": "^8.5 || ^9.6.17", + "symplify/easy-coding-standard": "^12.1.14" }, "type": "library", "autoload": { @@ -10949,7 +10950,7 @@ "security": "https://github.com/mockery/mockery/security/advisories", "source": "https://github.com/mockery/mockery" }, - "time": "2023-12-10T02:24:34+00:00" + "time": "2024-03-21T18:34:15+00:00" }, { "name": "myclabs/deep-copy",