Merge pull request #7901 from firefly-iii/dependabot/composer/develop/laravel/sanctum-3.2.6

This commit is contained in:
James Cole 2023-08-28 05:49:57 +02:00 committed by GitHub
commit 0c5b4f7f64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
composer.lock generated
View File

@ -2265,16 +2265,16 @@
}, },
{ {
"name": "laravel/sanctum", "name": "laravel/sanctum",
"version": "v3.2.5", "version": "v3.2.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/sanctum.git", "url": "https://github.com/laravel/sanctum.git",
"reference": "8ebda85d59d3c414863a7f4d816ef8302faad876" "reference": "217e8a2bc5aa6a827ced97fcb76504029d3115d7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/sanctum/zipball/8ebda85d59d3c414863a7f4d816ef8302faad876", "url": "https://api.github.com/repos/laravel/sanctum/zipball/217e8a2bc5aa6a827ced97fcb76504029d3115d7",
"reference": "8ebda85d59d3c414863a7f4d816ef8302faad876", "reference": "217e8a2bc5aa6a827ced97fcb76504029d3115d7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2287,9 +2287,9 @@
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.0", "mockery/mockery": "^1.0",
"orchestra/testbench": "^7.0|^8.0", "orchestra/testbench": "^7.28.2|^8.8.3",
"phpstan/phpstan": "^1.10", "phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.3" "phpunit/phpunit": "^9.6"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -2327,7 +2327,7 @@
"issues": "https://github.com/laravel/sanctum/issues", "issues": "https://github.com/laravel/sanctum/issues",
"source": "https://github.com/laravel/sanctum" "source": "https://github.com/laravel/sanctum"
}, },
"time": "2023-05-01T19:39:51+00:00" "time": "2023-08-22T13:21:11+00:00"
}, },
{ {
"name": "laravel/serializable-closure", "name": "laravel/serializable-closure",