From e768d82d8ad4aff5ebc96636049b5aecc1c8a89b Mon Sep 17 00:00:00 2001 From: Benjamin Nussbaum Date: Wed, 12 Mar 2025 22:24:42 +0100 Subject: [PATCH] chore: update dependencies --- composer.lock | 55 +++++++++++++++++++++++++++------------------------ 1 file changed, 29 insertions(+), 26 deletions(-) diff --git a/composer.lock b/composer.lock index 015729a..cc7a360 100644 --- a/composer.lock +++ b/composer.lock @@ -1279,16 +1279,16 @@ }, { "name": "laravel/framework", - "version": "v12.1.1", + "version": "v12.2.0", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "9be5738f1ca1530055bb9d6db81f909a7ed34842" + "reference": "2fb06941bc69ea92f28b2888535ab144ee006889" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/9be5738f1ca1530055bb9d6db81f909a7ed34842", - "reference": "9be5738f1ca1530055bb9d6db81f909a7ed34842", + "url": "https://api.github.com/repos/laravel/framework/zipball/2fb06941bc69ea92f28b2888535ab144ee006889", + "reference": "2fb06941bc69ea92f28b2888535ab144ee006889", "shasum": "" }, "require": { @@ -1490,7 +1490,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2025-03-05T15:31:19+00:00" + "time": "2025-03-12T14:38:20+00:00" }, { "name": "laravel/prompts", @@ -2295,16 +2295,16 @@ }, { "name": "livewire/flux", - "version": "v2.0.5", + "version": "v2.0.6", "source": { "type": "git", "url": "https://github.com/livewire/flux.git", - "reference": "a635c8440199e1838ba800a82279e6729a9e5e8c" + "reference": "afd046a72c7a10e6ff56f3e9c16eb390c3db0cc5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/livewire/flux/zipball/a635c8440199e1838ba800a82279e6729a9e5e8c", - "reference": "a635c8440199e1838ba800a82279e6729a9e5e8c", + "url": "https://api.github.com/repos/livewire/flux/zipball/afd046a72c7a10e6ff56f3e9c16eb390c3db0cc5", + "reference": "afd046a72c7a10e6ff56f3e9c16eb390c3db0cc5", "shasum": "" }, "require": { @@ -2352,22 +2352,22 @@ ], "support": { "issues": "https://github.com/livewire/flux/issues", - "source": "https://github.com/livewire/flux/tree/v2.0.5" + "source": "https://github.com/livewire/flux/tree/v2.0.6" }, - "time": "2025-03-09T19:33:12+00:00" + "time": "2025-03-12T20:53:07+00:00" }, { "name": "livewire/livewire", - "version": "v3.6.1", + "version": "v3.6.2", "source": { "type": "git", "url": "https://github.com/livewire/livewire.git", - "reference": "0df0a762698176d714e42e2dfed92b6b9e24b8e4" + "reference": "8f8914731f5eb43b6bb145d87c8d5a9edfc89313" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/livewire/livewire/zipball/0df0a762698176d714e42e2dfed92b6b9e24b8e4", - "reference": "0df0a762698176d714e42e2dfed92b6b9e24b8e4", + "url": "https://api.github.com/repos/livewire/livewire/zipball/8f8914731f5eb43b6bb145d87c8d5a9edfc89313", + "reference": "8f8914731f5eb43b6bb145d87c8d5a9edfc89313", "shasum": "" }, "require": { @@ -2422,7 +2422,7 @@ "description": "A front-end framework for Laravel.", "support": { "issues": "https://github.com/livewire/livewire/issues", - "source": "https://github.com/livewire/livewire/tree/v3.6.1" + "source": "https://github.com/livewire/livewire/tree/v3.6.2" }, "funding": [ { @@ -2430,7 +2430,7 @@ "type": "github" } ], - "time": "2025-03-04T21:48:52+00:00" + "time": "2025-03-12T20:24:15+00:00" }, { "name": "livewire/volt", @@ -3914,25 +3914,28 @@ }, { "name": "spatie/pest-expectations", - "version": "1.3.0", + "version": "1.10.1", "source": { "type": "git", "url": "https://github.com/spatie/pest-expectations.git", - "reference": "e7e7be733f315157da97a44988099374edeffc23" + "reference": "e498ebd92a1a9fb786656edf77fa569e9b39210e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/pest-expectations/zipball/e7e7be733f315157da97a44988099374edeffc23", - "reference": "e7e7be733f315157da97a44988099374edeffc23", + "url": "https://api.github.com/repos/spatie/pest-expectations/zipball/e498ebd92a1a9fb786656edf77fa569e9b39210e", + "reference": "e498ebd92a1a9fb786656edf77fa569e9b39210e", "shasum": "" }, "require": { - "php": "^8.1" + "illuminate/database": "^10.7|^11.0|^12.0", + "php": "^8.2" }, "require-dev": { - "illuminate/contracts": "^9.47|^10.0", + "illuminate/contracts": "^10.0|^11.0|^12.0", "laravel/pint": "^1.2", - "pestphp/pest": "^1.20|^2.0", + "orchestra/testbench": "^8.3|^9.0|^10.0", + "pestphp/pest": "^3.0", + "spatie/laravel-json-api-paginate": "^1.14", "spatie/ray": "^1.28" }, "type": "library", @@ -3964,7 +3967,7 @@ ], "support": { "issues": "https://github.com/spatie/pest-expectations/issues", - "source": "https://github.com/spatie/pest-expectations/tree/1.3.0" + "source": "https://github.com/spatie/pest-expectations/tree/1.10.1" }, "funding": [ { @@ -3972,7 +3975,7 @@ "type": "github" } ], - "time": "2023-04-05T17:19:05+00:00" + "time": "2025-03-12T19:34:55+00:00" }, { "name": "spatie/temporary-directory",