diff --git a/composer.json b/composer.json index e6c1426..dc8aa6f 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "htmlmin/htmlmin": "dev-master", "kelvinmo/simplejwt": "0.9.2", "laravel/framework": "11.34.2", - "laravel/horizon": "5.29.3", + "laravel/horizon": "5.29.4", "laravel/pint": "1.18.2", "laravel/sanctum": "4.0.4", "laravel/slack-notification-channel": "3.4.0", diff --git a/composer.lock b/composer.lock index f5151bf..43fe466 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": "e0d8a834ea859c85e0c63c0a9d8d9994", + "content-hash": "ece1020b5cb12a28639a8ecd4cfc0450", "packages": [ { "name": "ans-group/laravel-health-check", @@ -2201,16 +2201,16 @@ }, { "name": "laravel/horizon", - "version": "v5.29.3", + "version": "v5.29.4", "source": { "type": "git", "url": "https://github.com/laravel/horizon.git", - "reference": "a48d242759704e598242074daf0060bbeb6ed46d" + "reference": "c0a7087afd93e7707850cdc7ee3ff3f2eaebce98" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/horizon/zipball/a48d242759704e598242074daf0060bbeb6ed46d", - "reference": "a48d242759704e598242074daf0060bbeb6ed46d", + "url": "https://api.github.com/repos/laravel/horizon/zipball/c0a7087afd93e7707850cdc7ee3ff3f2eaebce98", + "reference": "c0a7087afd93e7707850cdc7ee3ff3f2eaebce98", "shasum": "" }, "require": { @@ -2241,16 +2241,16 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "5.x-dev" - }, "laravel": { - "providers": [ - "Laravel\\Horizon\\HorizonServiceProvider" - ], "aliases": { "Horizon": "Laravel\\Horizon\\Horizon" - } + }, + "providers": [ + "Laravel\\Horizon\\HorizonServiceProvider" + ] + }, + "branch-alias": { + "dev-master": "5.x-dev" } }, "autoload": { @@ -2275,9 +2275,9 @@ ], "support": { "issues": "https://github.com/laravel/horizon/issues", - "source": "https://github.com/laravel/horizon/tree/v5.29.3" + "source": "https://github.com/laravel/horizon/tree/v5.29.4" }, - "time": "2024-11-07T21:51:45+00:00" + "time": "2024-11-21T15:06:10+00:00" }, { "name": "laravel/pint",