From 624b62e3650befd84493becbe331cd5be1c1dddb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 04:41:43 +0000 Subject: [PATCH] fix(deps): update dependency spatie/laravel-permission to v6.3.0 (#101) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [spatie/laravel-permission](https://togithub.com/spatie/laravel-permission) | `6.2.0` -> `6.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/spatie%2flaravel-permission/6.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/spatie%2flaravel-permission/6.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/spatie%2flaravel-permission/6.2.0/6.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/spatie%2flaravel-permission/6.2.0/6.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
spatie/laravel-permission (spatie/laravel-permission) ### [`v6.3.0`](https://togithub.com/spatie/laravel-permission/blob/HEAD/CHANGELOG.md#630---2023-12-24) [Compare Source](https://togithub.com/spatie/laravel-permission/compare/6.2.0...6.3.0) ##### What's Changed - Octane Fix: Clear wildcard permissions on Tick in [https://github.com/spatie/laravel-permission/pull/2583](https://togithub.com/spatie/laravel-permission/pull/2583) **Full Changelog**: https://github.com/spatie/laravel-permission/compare/6.2.0...6.3.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/RadioRoster/backend). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index de9f9d97..5c707267 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "laravel/framework": "10.33.0", "laravel/sanctum": "3.3.3", "laravel/tinker": "2.8.2", - "spatie/laravel-permission": "6.2.0" + "spatie/laravel-permission": "6.3.0" }, "require-dev": { "fakerphp/faker": "1.23.1", diff --git a/composer.lock b/composer.lock index 3155e64c..fdd29436 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": "830cf1b3257e861ea4fd0f0e8f4a720b", + "content-hash": "eca96b0b687f0b3bedbf2f500882f967", "packages": [ { "name": "brick/math", @@ -3185,16 +3185,16 @@ }, { "name": "spatie/laravel-permission", - "version": "6.2.0", + "version": "6.3.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-permission.git", - "reference": "299dd2c9bce700ea641021c1aea0dfece25e541d" + "reference": "4d119986c862ac0168b77338c85d8236bb559a88" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-permission/zipball/299dd2c9bce700ea641021c1aea0dfece25e541d", - "reference": "299dd2c9bce700ea641021c1aea0dfece25e541d", + "url": "https://api.github.com/repos/spatie/laravel-permission/zipball/4d119986c862ac0168b77338c85d8236bb559a88", + "reference": "4d119986c862ac0168b77338c85d8236bb559a88", "shasum": "" }, "require": { @@ -3255,7 +3255,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-permission/issues", - "source": "https://github.com/spatie/laravel-permission/tree/6.2.0" + "source": "https://github.com/spatie/laravel-permission/tree/6.3.0" }, "funding": [ { @@ -3263,7 +3263,7 @@ "type": "github" } ], - "time": "2023-12-09T01:40:07+00:00" + "time": "2023-12-24T06:58:02+00:00" }, { "name": "symfony/console",