Skip to content

Commit

Permalink
- Batch update December 2023 (#174)
Browse files Browse the repository at this point in the history
* - (php) Bump spatie/laravel-permission from 5.11.1 to 6.1.0

Bumps [spatie/laravel-permission](https://github.com/spatie/laravel-permission) from 5.11.1 to 6.1.0.
- [Release notes](https://github.com/spatie/laravel-permission/releases)
- [Changelog](https://github.com/spatie/laravel-permission/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-permission@5.11.1...6.1.0)

---
updated-dependencies:
- dependency-name: spatie/laravel-permission
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* batch update

* fix pivotPermission

* fix typo

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aleksandra Kozubal <[email protected]>
  • Loading branch information
dependabot[bot] and AleksandraKozubal authored Dec 11, 2023
1 parent db32a1b commit cb4fdf7
Show file tree
Hide file tree
Showing 8 changed files with 437 additions and 357 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
restore-keys: ${{ runner.os }}-npm-dependencies

- name: Set up node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20

Expand Down
2 changes: 1 addition & 1 deletion app/Http/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
use Illuminate\Session\Middleware\AuthenticateSession;
use Illuminate\Session\Middleware\StartSession;
use Illuminate\View\Middleware\ShareErrorsFromSession;
use Spatie\Permission\Middlewares\RoleMiddleware;
use Spatie\Permission\Middleware\RoleMiddleware;

class Kernel extends HttpKernel
{
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"laravel/sanctum": "^3.2.5",
"laravel/tinker": "^2.8.1",
"sentry/sentry-laravel": "^3.7",
"spatie/laravel-permission": "^5.10",
"spatie/laravel-permission": "^6.1",
"stichoza/google-translate-php": "^5.1",
"symfony/dom-crawler": "^6.3",
"ext-dom": "*"
Expand Down
Loading

0 comments on commit cb4fdf7

Please sign in to comment.