From c84c64a1c213dba5207dc49fe6e15711e37a8665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 05:51:09 +0000 Subject: [PATCH] Bump laravel/sanctum from 3.2.0 to 3.2.1 Bumps [laravel/sanctum](https://github.com/laravel/sanctum) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/laravel/sanctum/releases) - [Changelog](https://github.com/laravel/sanctum/blob/3.x/CHANGELOG.md) - [Commits](https://github.com/laravel/sanctum/compare/v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: laravel/sanctum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 0e4679203e..97ce38573f 100644 --- a/composer.json +++ b/composer.json @@ -90,7 +90,7 @@ "jc5/recovery": "^2", "laravel/framework": "^9", "laravel/passport": "11.*", - "laravel/sanctum": "^3.0", + "laravel/sanctum": "^3.2", "laravel/slack-notification-channel": "^2.4", "laravel/ui": "^4.1", "laravelcollective/html": "6.*", diff --git a/composer.lock b/composer.lock index 66f80f1e5a..6210c24c44 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": "1db41c712e0c6b535f06b37afd03c651", + "content-hash": "581e0863eb409791dd91d28405ab8452", "packages": [ { "name": "bacon/bacon-qr-code", @@ -2122,16 +2122,16 @@ }, { "name": "laravel/sanctum", - "version": "v3.2.0", + "version": "v3.2.1", "source": { "type": "git", "url": "https://github.com/laravel/sanctum.git", - "reference": "bf5cb6c256d19a108bdfaca121b2594da063fbd5" + "reference": "d09d69bac55708fcd4a3b305d760e673d888baf9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/sanctum/zipball/bf5cb6c256d19a108bdfaca121b2594da063fbd5", - "reference": "bf5cb6c256d19a108bdfaca121b2594da063fbd5", + "url": "https://api.github.com/repos/laravel/sanctum/zipball/d09d69bac55708fcd4a3b305d760e673d888baf9", + "reference": "d09d69bac55708fcd4a3b305d760e673d888baf9", "shasum": "" }, "require": { @@ -2183,7 +2183,7 @@ "issues": "https://github.com/laravel/sanctum/issues", "source": "https://github.com/laravel/sanctum" }, - "time": "2023-01-06T15:43:53+00:00" + "time": "2023-01-13T15:41:49+00:00" }, { "name": "laravel/serializable-closure",