From 1cfa3b5a95c916f42dccd0b649a9c981d1a5644f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Nov 2023 00:19:12 +0000 Subject: [PATCH] fix(deps): update dependency laravel/sanctum to v3.3.2 (#36) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
laravel/sanctum (laravel/sanctum) ### [`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 [@​cosmastech](https://togithub.com/cosmastech) in [https://github.com/laravel/sanctum/pull/476](https://togithub.com/laravel/sanctum/pull/476) - Accept null as a parameter for `Sanctum[@​getAccessTokenFromRequestUsing](https://togithub.com/getAccessTokenFromRequestUsing)()` by [@​cosmastech](https://togithub.com/cosmastech) in [https://github.com/laravel/sanctum/pull/477](https://togithub.com/laravel/sanctum/pull/477)
--- ### 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/Lapotor/RadioRoster-api). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index ee3fb28b..06c4f323 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/composer.lock b/composer.lock index ed59f688..aa91a5f0 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": "f6d28272561df256db0baa832f067d67", + "content-hash": "1d9d9b74ad7504cee6016688304b7056", "packages": [ { "name": "brick/math", @@ -1231,16 +1231,16 @@ }, { "name": "laravel/sanctum", - "version": "v3.3.1", + "version": "v3.3.2", "source": { "type": "git", "url": "https://github.com/laravel/sanctum.git", - "reference": "338f633e6487e76b255470d3373fbc29228aa971" + "reference": "e1a272893bec13cf135627f7e156030b3afe1e60" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/sanctum/zipball/338f633e6487e76b255470d3373fbc29228aa971", - "reference": "338f633e6487e76b255470d3373fbc29228aa971", + "url": "https://api.github.com/repos/laravel/sanctum/zipball/e1a272893bec13cf135627f7e156030b3afe1e60", + "reference": "e1a272893bec13cf135627f7e156030b3afe1e60", "shasum": "" }, "require": { @@ -1293,7 +1293,7 @@ "issues": "https://github.com/laravel/sanctum/issues", "source": "https://github.com/laravel/sanctum" }, - "time": "2023-09-07T15:46:33+00:00" + "time": "2023-11-03T13:42:14+00:00" }, { "name": "laravel/serializable-closure",