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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-17 03:02:05 +00:00 committed by GitHub
parent 6f3826a6ff
commit 5764d9756c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View File

@ -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.*",

20
composer.lock generated
View File

@ -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",