diff --git a/composer.json b/composer.json index c87219762..4d26eef05 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "kiritokatklian/nova-permission": "4.0.10", "laravel/framework": "11.10.0", "laravel/horizon": "5.24.5", - "laravel/nova": "4.34.2", + "laravel/nova": "4.34.3", "laravel/passport": "12.2.0", "laravel/scout": "10.9.0", "laravel/slack-notification-channel": "3.2.0", diff --git a/composer.lock b/composer.lock index 80f5e6f43..1c61f0658 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": "7e1cc71318678276055024460059d1e0", + "content-hash": "e7e07379d4d9c91aeced5aad3f51e08a", "packages": [ { "name": "ans-group/laravel-health-check", @@ -1049,16 +1049,16 @@ }, { "name": "doctrine/dbal", - "version": "4.0.2", + "version": "4.0.3", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "61d79c6e379a39dc1fea6b4e50a23dfc3cd2076a" + "reference": "8edbce73bc1aa2251ba8c754fc440f8e02c661bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/61d79c6e379a39dc1fea6b4e50a23dfc3cd2076a", - "reference": "61d79c6e379a39dc1fea6b4e50a23dfc3cd2076a", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/8edbce73bc1aa2251ba8c754fc440f8e02c661bc", + "reference": "8edbce73bc1aa2251ba8c754fc440f8e02c661bc", "shasum": "" }, "require": { @@ -1071,16 +1071,16 @@ "doctrine/coding-standard": "12.0.0", "fig/log-test": "^1", "jetbrains/phpstorm-stubs": "2023.2", - "phpstan/phpstan": "1.10.58", - "phpstan/phpstan-phpunit": "1.3.15", - "phpstan/phpstan-strict-rules": "^1.5", - "phpunit/phpunit": "10.5.9", - "psalm/plugin-phpunit": "0.18.4", + "phpstan/phpstan": "1.11.1", + "phpstan/phpstan-phpunit": "1.4.0", + "phpstan/phpstan-strict-rules": "^1.6", + "phpunit/phpunit": "10.5.20", + "psalm/plugin-phpunit": "0.19.0", "slevomat/coding-standard": "8.13.1", - "squizlabs/php_codesniffer": "3.9.0", + "squizlabs/php_codesniffer": "3.9.2", "symfony/cache": "^6.3.8|^7.0", "symfony/console": "^5.4|^6.3|^7.0", - "vimeo/psalm": "5.21.1" + "vimeo/psalm": "5.24.0" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." @@ -1137,7 +1137,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/4.0.2" + "source": "https://github.com/doctrine/dbal/tree/4.0.3" }, "funding": [ { @@ -1153,7 +1153,7 @@ "type": "tidelift" } ], - "time": "2024-04-25T08:29:52+00:00" + "time": "2024-06-12T06:58:42+00:00" }, { "name": "doctrine/deprecations", @@ -3282,17 +3282,17 @@ }, { "name": "laravel/nova", - "version": "4.34.2", + "version": "4.34.3", "source": { "type": "git", "url": "git@github.com:laravel/nova.git", - "reference": "4e85f31d46b70291f24ccf2162096db87e82e8b2" + "reference": "3c4188b09b1fb7364e60eafc8b28fc2f73e19c21" }, "dist": { "type": "zip", - "url": "https://nova.laravel.com/dist/laravel/nova/laravel-nova-4e85f31d46b70291f24ccf2162096db87e82e8b2-zip-023aa4.zip", - "reference": "4e85f31d46b70291f24ccf2162096db87e82e8b2", - "shasum": "ad0981b85da448ecf8ffe38ef0d49c342734708e" + "url": "https://nova.laravel.com/dist/laravel/nova/laravel-nova-3c4188b09b1fb7364e60eafc8b28fc2f73e19c21-zip-6ad76c.zip", + "reference": "3c4188b09b1fb7364e60eafc8b28fc2f73e19c21", + "shasum": "0d6b99f7d9dc8e4577d66d06b71164a6326e2e15" }, "require": { "brick/money": "^0.5|^0.6|^0.7|^0.8|^0.9", @@ -3402,9 +3402,9 @@ "laravel" ], "support": { - "source": "https://github.com/laravel/nova/tree/v4.34.2" + "source": "https://github.com/laravel/nova/tree/v4.34.3" }, - "time": "2024-05-23T15:59:51+00:00" + "time": "2024-06-12T16:57:44+00:00" }, { "name": "laravel/passport",