From 47fec7c3625c3967b2662d8d98a34a0f122c403e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:02:07 +0000 Subject: [PATCH] Bump laravel/horizon from 5.29.4 to 5.30.1 Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.29.4 to 5.30.1. - [Release notes](https://github.com/laravel/horizon/releases) - [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md) - [Commits](https://github.com/laravel/horizon/compare/v5.29.4...v5.30.1) --- updated-dependencies: - dependency-name: laravel/horizon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index d41f0fb5b..27cea6568 100644 --- a/composer.lock +++ b/composer.lock @@ -2390,16 +2390,16 @@ }, { "name": "laravel/horizon", - "version": "v5.29.4", + "version": "v5.30.1", "source": { "type": "git", "url": "https://github.com/laravel/horizon.git", - "reference": "c0a7087afd93e7707850cdc7ee3ff3f2eaebce98" + "reference": "77177646679ef2f2acf71d4d4b16036d18002040" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/horizon/zipball/c0a7087afd93e7707850cdc7ee3ff3f2eaebce98", - "reference": "c0a7087afd93e7707850cdc7ee3ff3f2eaebce98", + "url": "https://api.github.com/repos/laravel/horizon/zipball/77177646679ef2f2acf71d4d4b16036d18002040", + "reference": "77177646679ef2f2acf71d4d4b16036d18002040", "shasum": "" }, "require": { @@ -2430,16 +2430,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": { @@ -2464,9 +2464,9 @@ ], "support": { "issues": "https://github.com/laravel/horizon/issues", - "source": "https://github.com/laravel/horizon/tree/v5.29.4" + "source": "https://github.com/laravel/horizon/tree/v5.30.1" }, - "time": "2024-11-21T15:06:10+00:00" + "time": "2024-12-13T14:08:51+00:00" }, { "name": "laravel/nova",