From 978bf8c07c25a5cfda898d6ac300f4204d8e5af8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:13:57 +0000 Subject: [PATCH] Chore(deps): Update spatie/laravel-activitylog requirement Updates the requirements on [spatie/laravel-activitylog](https://github.com/spatie/activitylog) to permit the latest version. - [Release notes](https://github.com/spatie/activitylog/releases) - [Changelog](https://github.com/spatie/activitylog/blob/master/CHANGELOG.md) - [Commits](https://github.com/spatie/activitylog/commits) --- updated-dependencies: - dependency-name: spatie/laravel-activitylog dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 779f4b6..f92383a 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "mallardduck/blade-lucide-icons": "^1.23", "mcamara/laravel-localization": "^2.3", "secondnetwork/blade-tabler-icons": "^3.33", - "spatie/laravel-activitylog": "^4.10", + "spatie/laravel-activitylog": "^5.0", "spatie/laravel-package-tools": "^1.16" }, "require-dev": {