diff --git a/composer.json b/composer.json index 60cbf7f..a42ec51 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "htmlmin/htmlmin": "dev-master", "kelvinmo/simplejwt": "0.9.0", "laravel/framework": "11.6.0", - "laravel/horizon": "5.24.2", + "laravel/horizon": "5.24.3", "laravel/pint": "1.15.1", "laravel/sanctum": "4.0.2", "laravel/slack-notification-channel": "3.2.0", diff --git a/composer.lock b/composer.lock index 291b442..34bae87 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": "96f0e5ea329621911d1fe233e0e1a9e3", + "content-hash": "4ab0caa81b09883048b03a52e786f978", "packages": [ { "name": "ans-group/laravel-health-check", @@ -2182,16 +2182,16 @@ }, { "name": "laravel/horizon", - "version": "v5.24.2", + "version": "v5.24.3", "source": { "type": "git", "url": "https://github.com/laravel/horizon.git", - "reference": "6667681e5462e080d73d3f75de70e63e38afe2d1" + "reference": "01fd607c57f238507cac4c055f3c54e5e23002ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/horizon/zipball/6667681e5462e080d73d3f75de70e63e38afe2d1", - "reference": "6667681e5462e080d73d3f75de70e63e38afe2d1", + "url": "https://api.github.com/repos/laravel/horizon/zipball/01fd607c57f238507cac4c055f3c54e5e23002ac", + "reference": "01fd607c57f238507cac4c055f3c54e5e23002ac", "shasum": "" }, "require": { @@ -2255,9 +2255,9 @@ ], "support": { "issues": "https://github.com/laravel/horizon/issues", - "source": "https://github.com/laravel/horizon/tree/v5.24.2" + "source": "https://github.com/laravel/horizon/tree/v5.24.3" }, - "time": "2024-04-17T08:18:07+00:00" + "time": "2024-04-22T15:17:18+00:00" }, { "name": "laravel/pint", diff --git a/config/enlightn.php b/config/enlightn.php index f06d87d..5357c10 100644 --- a/config/enlightn.php +++ b/config/enlightn.php @@ -125,6 +125,7 @@ \Enlightn\Enlightn\Analyzers\Security\VulnerableDependencyAnalyzer::class, \Enlightn\Enlightn\Analyzers\Security\LoginThrottlingAnalyzer::class, \Enlightn\Enlightn\Analyzers\Performance\UnusedGlobalMiddlewareAnalyzer::class, + \Enlightn\Enlightn\Analyzers\Performance\MinificationAnalyzer::class, ], /*