Skip to content

Commit

Permalink
fix(deps): update dependency laravel/sanctum to v3.3.2 (#36)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [laravel/sanctum](https://togithub.com/laravel/sanctum) | `3.3.1` ->
`3.3.2` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/laravel%2fsanctum/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/laravel%2fsanctum/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/laravel%2fsanctum/3.3.1/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/laravel%2fsanctum/3.3.1/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>laravel/sanctum (laravel/sanctum)</summary>

###
[`v3.3.2`](https://togithub.com/laravel/sanctum/blob/HEAD/CHANGELOG.md#v332---2023-11-03)

[Compare
Source](https://togithub.com/laravel/sanctum/compare/v3.3.1...v3.3.2)

- Fix typo in config by
[@&#8203;cosmastech](https://togithub.com/cosmastech) in
[laravel/sanctum#476
- Accept null as a parameter for
`Sanctum[@&#8203;getAccessTokenFromRequestUsing](https://togithub.com/getAccessTokenFromRequestUsing)()`
by [@&#8203;cosmastech](https://togithub.com/cosmastech) in
[laravel/sanctum#477

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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/Lapotor/RadioRoster-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 26, 2023
1 parent c437198 commit 1cfa3b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"php": "^8.1",
"guzzlehttp/guzzle": "7.8.0",
"laravel/framework": "10.33.0",
"laravel/sanctum": "3.3.1",
"laravel/sanctum": "3.3.2",
"laravel/tinker": "2.8.2"
},
"require-dev": {
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1cfa3b5

Please sign in to comment.