From 5648f729a0ada30a7ae8b91db70c11cbb8509dd2 Mon Sep 17 00:00:00 2001 From: Jacob Nielsen Date: Wed, 3 Apr 2024 10:55:06 +0200 Subject: [PATCH] Bump livewire to fix CVE-2024-21504 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2e8ad53c..8de2dd66 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "illuminate/routing": "^10.48.4|^11.0.8", "illuminate/support": "^10.48.4|^11.0.8", "illuminate/view": "^10.48.4|^11.0.8", - "livewire/livewire": "^3.2", + "livewire/livewire": "^3.4.9", "symfony/console": "^6.0|^7.0", "nesbot/carbon": "^2.67|^3.0" },