From 5764d9756c1e3e17a5dbf78effccc94dd31e1751 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 03:02:05 +0000 Subject: [PATCH] Bump laravel/sanctum from 2.13.0 to 2.14.0 Bumps [laravel/sanctum](https://github.com/laravel/sanctum) from 2.13.0 to 2.14.0. - [Release notes](https://github.com/laravel/sanctum/releases) - [Changelog](https://github.com/laravel/sanctum/blob/2.x/CHANGELOG.md) - [Commits](https://github.com/laravel/sanctum/compare/v2.13.0...v2.14.0) --- updated-dependencies: - dependency-name: laravel/sanctum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index e8636186d0..ee3c6bcdb8 100644 --- a/composer.json +++ b/composer.json @@ -96,7 +96,7 @@ "jc5/recovery": "^2", "laravel/framework": "^8.77", "laravel/passport": "10.*", - "laravel/sanctum": "^2.13", + "laravel/sanctum": "^2.14", "laravel/ui": "^3.4", "laravelcollective/html": "6.*", "league/commonmark": "2.*", diff --git a/composer.lock b/composer.lock index c2504e3197..216a3a701f 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": "d57f5378a4e27336dc46055f45383de3", + "content-hash": "b0f789f15ee4e1157e9e03f3718cd6da", "packages": [ { "name": "bacon/bacon-qr-code", @@ -2093,28 +2093,28 @@ }, { "name": "laravel/sanctum", - "version": "v2.13.0", + "version": "v2.14.0", "source": { "type": "git", "url": "https://github.com/laravel/sanctum.git", - "reference": "b4c07d0014b78430a3c827064217f811f0708eaa" + "reference": "0647a87140c7522e75826cffcadb3ad6e01f71e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/sanctum/zipball/b4c07d0014b78430a3c827064217f811f0708eaa", - "reference": "b4c07d0014b78430a3c827064217f811f0708eaa", + "url": "https://api.github.com/repos/laravel/sanctum/zipball/0647a87140c7522e75826cffcadb3ad6e01f71e9", + "reference": "0647a87140c7522e75826cffcadb3ad6e01f71e9", "shasum": "" }, "require": { "ext-json": "*", - "illuminate/contracts": "^6.9|^7.0|^8.0", - "illuminate/database": "^6.9|^7.0|^8.0", - "illuminate/support": "^6.9|^7.0|^8.0", + "illuminate/contracts": "^6.9|^7.0|^8.0|^9.0", + "illuminate/database": "^6.9|^7.0|^8.0|^9.0", + "illuminate/support": "^6.9|^7.0|^8.0|^9.0", "php": "^7.2|^8.0" }, "require-dev": { "mockery/mockery": "^1.0", - "orchestra/testbench": "^4.0|^5.0|^6.0", + "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0", "phpunit/phpunit": "^8.0|^9.3" }, "type": "library", @@ -2153,7 +2153,7 @@ "issues": "https://github.com/laravel/sanctum/issues", "source": "https://github.com/laravel/sanctum" }, - "time": "2021-12-14T17:49:47+00:00" + "time": "2022-01-12T15:07:43+00:00" }, { "name": "laravel/serializable-closure",