From 3e12ad54ba5cf769c942e213c42ebca149e2dc6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 11:48:45 +0100 Subject: [PATCH] build: Bump spatie/laravel-permission from 5.10.2 to 5.11.0 (#3219) Bumps [spatie/laravel-permission](https://github.com/spatie/laravel-permission) from 5.10.2 to 5.11.0. - [Release notes](https://github.com/spatie/laravel-permission/releases) - [Changelog](https://github.com/spatie/laravel-permission/blob/main/CHANGELOG.md) - [Commits](https://github.com/spatie/laravel-permission/compare/5.10.2...5.11.0) --- updated-dependencies: - dependency-name: spatie/laravel-permission dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Calum Towers --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 468282d7e5..1f978a2860 100644 --- a/composer.lock +++ b/composer.lock @@ -8997,16 +8997,16 @@ }, { "name": "spatie/laravel-permission", - "version": "5.10.2", + "version": "5.11.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-permission.git", - "reference": "671e46e079cbd4990a98427daaa09f4977b57ca9" + "reference": "0a35e99da4cb6f85b07b3b58b718ff659c39a009" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-permission/zipball/671e46e079cbd4990a98427daaa09f4977b57ca9", - "reference": "671e46e079cbd4990a98427daaa09f4977b57ca9", + "url": "https://api.github.com/repos/spatie/laravel-permission/zipball/0a35e99da4cb6f85b07b3b58b718ff659c39a009", + "reference": "0a35e99da4cb6f85b07b3b58b718ff659c39a009", "shasum": "" }, "require": { @@ -9067,7 +9067,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-permission/issues", - "source": "https://github.com/spatie/laravel-permission/tree/5.10.2" + "source": "https://github.com/spatie/laravel-permission/tree/5.11.0" }, "funding": [ { @@ -9075,7 +9075,7 @@ "type": "github" } ], - "time": "2023-07-04T13:38:13+00:00" + "time": "2023-08-30T23:41:24+00:00" }, { "name": "spatie/laravel-schedule-monitor",