From dcf3bf7c6700af660d5ecdec8e73d0de768fbe1f Mon Sep 17 00:00:00 2001 From: Benjamin Nussbaum Date: Wed, 18 Jun 2025 16:08:56 +0200 Subject: [PATCH] chore: update dependencies --- composer.lock | 46 +++++++++++++++++++++++++++++----------------- 1 file changed, 29 insertions(+), 17 deletions(-) diff --git a/composer.lock b/composer.lock index 07a5677..db12241 100644 --- a/composer.lock +++ b/composer.lock @@ -1625,16 +1625,16 @@ }, { "name": "laravel/framework", - "version": "v12.19.0", + "version": "v12.19.3", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "dc96bb635385a7f139afe39b339a36e87ec72770" + "reference": "4e6ec689ef704bb4bd282f29d9dd658dfb4fb262" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/dc96bb635385a7f139afe39b339a36e87ec72770", - "reference": "dc96bb635385a7f139afe39b339a36e87ec72770", + "url": "https://api.github.com/repos/laravel/framework/zipball/4e6ec689ef704bb4bd282f29d9dd658dfb4fb262", + "reference": "4e6ec689ef704bb4bd282f29d9dd658dfb4fb262", "shasum": "" }, "require": { @@ -1836,7 +1836,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2025-06-17T17:02:22+00:00" + "time": "2025-06-18T12:56:23+00:00" }, { "name": "laravel/prompts", @@ -2641,16 +2641,16 @@ }, { "name": "livewire/flux", - "version": "v2.2.0", + "version": "v2.2.1", "source": { "type": "git", "url": "https://github.com/livewire/flux.git", - "reference": "82fdc074f2546ba1ac41a0276559899800dc12fa" + "reference": "3621bf6faaa73b560ce17d4e52c65f2303493a12" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/livewire/flux/zipball/82fdc074f2546ba1ac41a0276559899800dc12fa", - "reference": "82fdc074f2546ba1ac41a0276559899800dc12fa", + "url": "https://api.github.com/repos/livewire/flux/zipball/3621bf6faaa73b560ce17d4e52c65f2303493a12", + "reference": "3621bf6faaa73b560ce17d4e52c65f2303493a12", "shasum": "" }, "require": { @@ -2698,9 +2698,9 @@ ], "support": { "issues": "https://github.com/livewire/flux/issues", - "source": "https://github.com/livewire/flux/tree/v2.2.0" + "source": "https://github.com/livewire/flux/tree/v2.2.1" }, - "time": "2025-06-16T19:11:19+00:00" + "time": "2025-06-18T02:02:40+00:00" }, { "name": "livewire/livewire", @@ -9015,16 +9015,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "11.0.9", + "version": "11.0.10", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "14d63fbcca18457e49c6f8bebaa91a87e8e188d7" + "reference": "1a800a7446add2d79cc6b3c01c45381810367d76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/14d63fbcca18457e49c6f8bebaa91a87e8e188d7", - "reference": "14d63fbcca18457e49c6f8bebaa91a87e8e188d7", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1a800a7446add2d79cc6b3c01c45381810367d76", + "reference": "1a800a7446add2d79cc6b3c01c45381810367d76", "shasum": "" }, "require": { @@ -9081,15 +9081,27 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.9" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/show" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" + }, + { + "url": "https://liberapay.com/sebastianbergmann", + "type": "liberapay" + }, + { + "url": "https://thanks.dev/u/gh/sebastianbergmann", + "type": "thanks_dev" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpunit/php-code-coverage", + "type": "tidelift" } ], - "time": "2025-02-25T13:26:39+00:00" + "time": "2025-06-18T08:56:18+00:00" }, { "name": "phpunit/php-file-iterator",