diff --git a/composer.json b/composer.json index 03aa826f..62351fd4 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "embed/embed": "^4.4", "guzzlehttp/guzzle": "^7.9", "hafael/azure-mailer-driver": "^7.2.0", - "inertiajs/inertia-laravel": "^3.0", + "inertiajs/inertia-laravel": "^3.2", "intervention/image-laravel": "^1.5", "kalnoy/nestedset": "^6.0", "laravel/framework": "^12.53", diff --git a/composer.lock b/composer.lock index ae39fea0..4e1367ea 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "25a744b78f938560e10ca972d82f0f43", + "content-hash": "cc7537007782398c3de9ba6fda3178a5", "packages": [ { "name": "andreiio/blade-remix-icon", @@ -2234,21 +2234,21 @@ }, { "name": "inertiajs/inertia-laravel", - "version": "v3.1.0", + "version": "v3.2.1", "source": { "type": "git", "url": "https://github.com/inertiajs/inertia-laravel.git", - "reference": "f588ce4a5beb25d166f4e372bac0c7f46a4f52ac" + "reference": "e6ad31fbafb3c8d1c269c93ab12da3712c077744" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/inertiajs/inertia-laravel/zipball/f588ce4a5beb25d166f4e372bac0c7f46a4f52ac", - "reference": "f588ce4a5beb25d166f4e372bac0c7f46a4f52ac", + "url": "https://api.github.com/repos/inertiajs/inertia-laravel/zipball/e6ad31fbafb3c8d1c269c93ab12da3712c077744", + "reference": "e6ad31fbafb3c8d1c269c93ab12da3712c077744", "shasum": "" }, "require": { "ext-json": "*", - "laravel/framework": "^11.0|^12.0|^13.0", + "laravel/framework": "^11.35|^12.0|^13.0", "php": "^8.2.0", "symfony/console": "^7.0|^8.0" }, @@ -2256,13 +2256,12 @@ "laravel/boost": "<2.2.0" }, "require-dev": { - "guzzlehttp/guzzle": "^7.2", + "guzzlehttp/guzzle": "^7.15.2|^8.0", "larastan/larastan": "^3.0", "laravel/pint": "^1.16", "mockery/mockery": "^1.3.3", "orchestra/testbench": "^9.2|^10.0|^11.0", - "phpunit/phpunit": "^11.5|^12.0", - "roave/security-advisories": "dev-master" + "phpunit/phpunit": "^11.5|^12.0" }, "suggest": { "ext-pcntl": "Recommended when running the Inertia SSR server via the `inertia:start-ssr` artisan command." @@ -2301,9 +2300,9 @@ ], "support": { "issues": "https://github.com/inertiajs/inertia-laravel/issues", - "source": "https://github.com/inertiajs/inertia-laravel/tree/v3.1.0" + "source": "https://github.com/inertiajs/inertia-laravel/tree/v3.2.1" }, - "time": "2026-04-30T15:30:29+00:00" + "time": "2026-07-29T09:10:23+00:00" }, { "name": "intervention/gif",