chore: bump dependencies (#833)

This commit is contained in:
Kyrch
2025-06-23 13:14:37 -03:00
committed by GitHub
parent 1eaa7fff9b
commit 286796bc0f
10 changed files with 232 additions and 236 deletions
+10 -11
View File
@@ -31,15 +31,14 @@
"bezhansalleh/filament-exceptions": "^2.1.2",
"cyrildewit/eloquent-viewable": "^7.0.6",
"fakerphp/faker": "^1.24.1",
"filament/filament": "^3.3.20",
"filament/forms": "^3.3.20",
"filament/filament": "^3.3.28",
"flowframe/laravel-trend": ">=0.4",
"guzzlehttp/guzzle": "^7.9.3",
"larastan/larastan": "^3.4.0",
"larastan/larastan": "^3.5.0",
"laravel-notification-channels/discord": "^1.7",
"laravel/fortify": "^1.25.4",
"laravel/framework": "^12.17.0",
"laravel/horizon": "^5.32.1",
"laravel/fortify": "^1.27.0",
"laravel/framework": "^12.19.3",
"laravel/horizon": "^5.33.1",
"laravel/pennant": "^1.17.0",
"laravel/pulse": "^1.4.2",
"laravel/sanctum": "^4.1.1",
@@ -49,10 +48,10 @@
"leandrocfe/filament-apex-charts": "^3.2.0",
"mll-lab/graphql-php-scalars": "^6.4",
"mll-lab/laravel-graphiql": "^3.3.4",
"nuwave/lighthouse": "^6.57.1",
"nuwave/lighthouse": "^6.60.0",
"propaganistas/laravel-disposable-email": "^2.4.15",
"spatie/db-dumper": "^3.8.0",
"spatie/laravel-permission": "^6.19.0",
"spatie/laravel-permission": "^6.20.0",
"staudenmeir/belongs-to-through": "^2.17",
"staudenmeir/laravel-adjacency-list": "^1.25.1",
"symfony/http-client": "^6.4.19",
@@ -61,12 +60,12 @@
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.15.4",
"brianium/paratest": "^7.8.3",
"brianium/paratest": "^7.8.4",
"laravel/pint": "^1.22.1",
"laravel/sail": "^1.43.1",
"mockery/mockery": "^1.6.12",
"nunomaduro/collision": "^8.8",
"phpunit/phpunit": "^11.5.21",
"nunomaduro/collision": "^8.8.1",
"phpunit/phpunit": "^11.5.24",
"predis/predis": "^2.4.0",
"spatie/laravel-ignition": "^2.9.1"
},
Generated
+179 -168
View File
@@ -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": "33b77cec2196cd2005a073dd5d27d162",
"content-hash": "a805db360e94a87581739e7340934555",
"packages": [
{
"name": "anourvalar/eloquent-serialize",
@@ -203,16 +203,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.343.23",
"version": "3.346.2",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "010869992129557cfbf2740d94d82ef3b5228462"
"reference": "d1403b5a39af7ab7af4fc538deb33013c19c8d33"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/010869992129557cfbf2740d94d82ef3b5228462",
"reference": "010869992129557cfbf2740d94d82ef3b5228462",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/d1403b5a39af7ab7af4fc538deb33013c19c8d33",
"reference": "d1403b5a39af7ab7af4fc538deb33013c19c8d33",
"shasum": ""
},
"require": {
@@ -294,9 +294,9 @@
"support": {
"forum": "https://github.com/aws/aws-sdk-php/discussions",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.343.23"
"source": "https://github.com/aws/aws-sdk-php/tree/3.346.2"
},
"time": "2025-06-02T18:04:47+00:00"
"time": "2025-06-20T18:10:21+00:00"
},
{
"name": "babenkoivan/elastic-adapter",
@@ -1464,16 +1464,16 @@
},
{
"name": "doctrine/dbal",
"version": "4.2.3",
"version": "4.2.4",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "33d2d7fe1269b2301640c44cf2896ea607b30e3e"
"reference": "b37d160498ea91a2382a2ebe825c4ea6254fc0ec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/33d2d7fe1269b2301640c44cf2896ea607b30e3e",
"reference": "33d2d7fe1269b2301640c44cf2896ea607b30e3e",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/b37d160498ea91a2382a2ebe825c4ea6254fc0ec",
"reference": "b37d160498ea91a2382a2ebe825c4ea6254fc0ec",
"shasum": ""
},
"require": {
@@ -1483,15 +1483,15 @@
"psr/log": "^1|^2|^3"
},
"require-dev": {
"doctrine/coding-standard": "12.0.0",
"doctrine/coding-standard": "13.0.0",
"fig/log-test": "^1",
"jetbrains/phpstorm-stubs": "2023.2",
"phpstan/phpstan": "2.1.1",
"phpstan/phpstan-phpunit": "2.0.3",
"phpstan/phpstan": "2.1.17",
"phpstan/phpstan-phpunit": "2.0.6",
"phpstan/phpstan-strict-rules": "^2",
"phpunit/phpunit": "10.5.39",
"slevomat/coding-standard": "8.13.1",
"squizlabs/php_codesniffer": "3.10.2",
"phpunit/phpunit": "10.5.46",
"slevomat/coding-standard": "8.16.2",
"squizlabs/php_codesniffer": "3.13.1",
"symfony/cache": "^6.3.8|^7.0",
"symfony/console": "^5.4|^6.3|^7.0"
},
@@ -1550,7 +1550,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/4.2.3"
"source": "https://github.com/doctrine/dbal/tree/4.2.4"
},
"funding": [
{
@@ -1566,7 +1566,7 @@
"type": "tidelift"
}
],
"time": "2025-03-07T18:29:05+00:00"
"time": "2025-06-15T23:15:01+00:00"
},
{
"name": "doctrine/deprecations",
@@ -2151,16 +2151,16 @@
},
{
"name": "filament/actions",
"version": "v3.3.20",
"version": "v3.3.28",
"source": {
"type": "git",
"url": "https://github.com/filamentphp/actions.git",
"reference": "151f776552ee10d70591c2649708bc4b0a7cba91"
"reference": "b23ee30460216f62e2400cbb92a2955620ddf2ef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/filamentphp/actions/zipball/151f776552ee10d70591c2649708bc4b0a7cba91",
"reference": "151f776552ee10d70591c2649708bc4b0a7cba91",
"url": "https://api.github.com/repos/filamentphp/actions/zipball/b23ee30460216f62e2400cbb92a2955620ddf2ef",
"reference": "b23ee30460216f62e2400cbb92a2955620ddf2ef",
"shasum": ""
},
"require": {
@@ -2200,20 +2200,20 @@
"issues": "https://github.com/filamentphp/filament/issues",
"source": "https://github.com/filamentphp/filament"
},
"time": "2025-06-03T06:15:27+00:00"
"time": "2025-06-22T10:41:06+00:00"
},
{
"name": "filament/filament",
"version": "v3.3.20",
"version": "v3.3.28",
"source": {
"type": "git",
"url": "https://github.com/filamentphp/panels.git",
"reference": "94ee92244d2a64666fb8c1ea50cb7315ebceb63b"
"reference": "d46223660158bec6a8ec89eb5548e420cbf945ea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/filamentphp/panels/zipball/94ee92244d2a64666fb8c1ea50cb7315ebceb63b",
"reference": "94ee92244d2a64666fb8c1ea50cb7315ebceb63b",
"url": "https://api.github.com/repos/filamentphp/panels/zipball/d46223660158bec6a8ec89eb5548e420cbf945ea",
"reference": "d46223660158bec6a8ec89eb5548e420cbf945ea",
"shasum": ""
},
"require": {
@@ -2265,20 +2265,20 @@
"issues": "https://github.com/filamentphp/filament/issues",
"source": "https://github.com/filamentphp/filament"
},
"time": "2025-05-27T18:46:23+00:00"
"time": "2025-06-22T10:41:19+00:00"
},
{
"name": "filament/forms",
"version": "v3.3.20",
"version": "v3.3.28",
"source": {
"type": "git",
"url": "https://github.com/filamentphp/forms.git",
"reference": "d73cdda057a4f5bd409eab9573101e73edb404cc"
"reference": "e25e7ac05848ca5d546649f6fcaa3026f13d8e06"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/filamentphp/forms/zipball/d73cdda057a4f5bd409eab9573101e73edb404cc",
"reference": "d73cdda057a4f5bd409eab9573101e73edb404cc",
"url": "https://api.github.com/repos/filamentphp/forms/zipball/e25e7ac05848ca5d546649f6fcaa3026f13d8e06",
"reference": "e25e7ac05848ca5d546649f6fcaa3026f13d8e06",
"shasum": ""
},
"require": {
@@ -2321,20 +2321,20 @@
"issues": "https://github.com/filamentphp/filament/issues",
"source": "https://github.com/filamentphp/filament"
},
"time": "2025-06-03T13:40:37+00:00"
"time": "2025-06-23T10:46:56+00:00"
},
{
"name": "filament/infolists",
"version": "v3.3.20",
"version": "v3.3.28",
"source": {
"type": "git",
"url": "https://github.com/filamentphp/infolists.git",
"reference": "b54ff0fa89f654eca1c14edfd41a7e16ccb8165d"
"reference": "89a3f1f236863e2035be3d7b0c68987508dd06fa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/filamentphp/infolists/zipball/b54ff0fa89f654eca1c14edfd41a7e16ccb8165d",
"reference": "b54ff0fa89f654eca1c14edfd41a7e16ccb8165d",
"url": "https://api.github.com/repos/filamentphp/infolists/zipball/89a3f1f236863e2035be3d7b0c68987508dd06fa",
"reference": "89a3f1f236863e2035be3d7b0c68987508dd06fa",
"shasum": ""
},
"require": {
@@ -2372,11 +2372,11 @@
"issues": "https://github.com/filamentphp/filament/issues",
"source": "https://github.com/filamentphp/filament"
},
"time": "2025-06-02T09:43:23+00:00"
"time": "2025-06-23T10:46:53+00:00"
},
{
"name": "filament/notifications",
"version": "v3.3.20",
"version": "v3.3.28",
"source": {
"type": "git",
"url": "https://github.com/filamentphp/notifications.git",
@@ -2428,16 +2428,16 @@
},
{
"name": "filament/support",
"version": "v3.3.20",
"version": "v3.3.28",
"source": {
"type": "git",
"url": "https://github.com/filamentphp/support.git",
"reference": "4f9793ad3339301ca53ea6f2c984734f7ac38ce7"
"reference": "a85378ff783a278c5db43abacb0dbf4232cbafe9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/filamentphp/support/zipball/4f9793ad3339301ca53ea6f2c984734f7ac38ce7",
"reference": "4f9793ad3339301ca53ea6f2c984734f7ac38ce7",
"url": "https://api.github.com/repos/filamentphp/support/zipball/a85378ff783a278c5db43abacb0dbf4232cbafe9",
"reference": "a85378ff783a278c5db43abacb0dbf4232cbafe9",
"shasum": ""
},
"require": {
@@ -2483,20 +2483,20 @@
"issues": "https://github.com/filamentphp/filament/issues",
"source": "https://github.com/filamentphp/filament"
},
"time": "2025-06-03T06:16:13+00:00"
"time": "2025-06-22T10:41:34+00:00"
},
{
"name": "filament/tables",
"version": "v3.3.20",
"version": "v3.3.28",
"source": {
"type": "git",
"url": "https://github.com/filamentphp/tables.git",
"reference": "1a107a8411549297b97d1142b1f7a5fa7a65e32b"
"reference": "6a19ecf86444ee650afe4cd0457d371e60a24e07"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/filamentphp/tables/zipball/1a107a8411549297b97d1142b1f7a5fa7a65e32b",
"reference": "1a107a8411549297b97d1142b1f7a5fa7a65e32b",
"url": "https://api.github.com/repos/filamentphp/tables/zipball/6a19ecf86444ee650afe4cd0457d371e60a24e07",
"reference": "6a19ecf86444ee650afe4cd0457d371e60a24e07",
"shasum": ""
},
"require": {
@@ -2535,20 +2535,20 @@
"issues": "https://github.com/filamentphp/filament/issues",
"source": "https://github.com/filamentphp/filament"
},
"time": "2025-06-02T09:43:47+00:00"
"time": "2025-06-23T10:46:54+00:00"
},
{
"name": "filament/widgets",
"version": "v3.3.20",
"version": "v3.3.28",
"source": {
"type": "git",
"url": "https://github.com/filamentphp/widgets.git",
"reference": "048c5a4bf0477efbe2910c54a1aeb55c64cf1348"
"reference": "5b956f884aaef479f6091463cb829e7c9f2afc2c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/filamentphp/widgets/zipball/048c5a4bf0477efbe2910c54a1aeb55c64cf1348",
"reference": "048c5a4bf0477efbe2910c54a1aeb55c64cf1348",
"url": "https://api.github.com/repos/filamentphp/widgets/zipball/5b956f884aaef479f6091463cb829e7c9f2afc2c",
"reference": "5b956f884aaef479f6091463cb829e7c9f2afc2c",
"shasum": ""
},
"require": {
@@ -2579,7 +2579,7 @@
"issues": "https://github.com/filamentphp/filament/issues",
"source": "https://github.com/filamentphp/filament"
},
"time": "2025-04-23T06:39:59+00:00"
"time": "2025-06-12T15:11:14+00:00"
},
{
"name": "flowframe/laravel-trend",
@@ -3423,16 +3423,16 @@
},
{
"name": "jaybizzle/crawler-detect",
"version": "v1.3.4",
"version": "v1.3.5",
"source": {
"type": "git",
"url": "https://github.com/JayBizzle/Crawler-Detect.git",
"reference": "d3b7ff28994e1b0de764ab7412fa269a79634ff3"
"reference": "fbf1a3e81d61b088e7af723fb3c7a4ee92ac7e34"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/d3b7ff28994e1b0de764ab7412fa269a79634ff3",
"reference": "d3b7ff28994e1b0de764ab7412fa269a79634ff3",
"url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/fbf1a3e81d61b088e7af723fb3c7a4ee92ac7e34",
"reference": "fbf1a3e81d61b088e7af723fb3c7a4ee92ac7e34",
"shasum": ""
},
"require": {
@@ -3469,9 +3469,9 @@
],
"support": {
"issues": "https://github.com/JayBizzle/Crawler-Detect/issues",
"source": "https://github.com/JayBizzle/Crawler-Detect/tree/v1.3.4"
"source": "https://github.com/JayBizzle/Crawler-Detect/tree/v1.3.5"
},
"time": "2025-03-05T23:12:10+00:00"
"time": "2025-06-11T17:58:05+00:00"
},
{
"name": "kirschbaum-development/eloquent-power-joins",
@@ -3596,16 +3596,16 @@
},
{
"name": "larastan/larastan",
"version": "v3.4.0",
"version": "v3.5.0",
"source": {
"type": "git",
"url": "https://github.com/larastan/larastan.git",
"reference": "1042fa0c2ee490bb6da7381f3323f7292ad68222"
"reference": "e8ccd73008487ba91da9877b373f8c447743f1ce"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/larastan/larastan/zipball/1042fa0c2ee490bb6da7381f3323f7292ad68222",
"reference": "1042fa0c2ee490bb6da7381f3323f7292ad68222",
"url": "https://api.github.com/repos/larastan/larastan/zipball/e8ccd73008487ba91da9877b373f8c447743f1ce",
"reference": "e8ccd73008487ba91da9877b373f8c447743f1ce",
"shasum": ""
},
"require": {
@@ -3673,7 +3673,7 @@
],
"support": {
"issues": "https://github.com/larastan/larastan/issues",
"source": "https://github.com/larastan/larastan/tree/v3.4.0"
"source": "https://github.com/larastan/larastan/tree/v3.5.0"
},
"funding": [
{
@@ -3681,7 +3681,7 @@
"type": "github"
}
],
"time": "2025-04-22T09:44:59+00:00"
"time": "2025-06-19T22:41:50+00:00"
},
{
"name": "laravel-notification-channels/discord",
@@ -3753,16 +3753,16 @@
},
{
"name": "laravel/fortify",
"version": "v1.25.4",
"version": "v1.27.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/fortify.git",
"reference": "f185600e2d3a861834ad00ee3b7863f26ac25d3f"
"reference": "0fb2ec99dfee77ed66884668fc06683acca91ebd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/fortify/zipball/f185600e2d3a861834ad00ee3b7863f26ac25d3f",
"reference": "f185600e2d3a861834ad00ee3b7863f26ac25d3f",
"url": "https://api.github.com/repos/laravel/fortify/zipball/0fb2ec99dfee77ed66884668fc06683acca91ebd",
"reference": "0fb2ec99dfee77ed66884668fc06683acca91ebd",
"shasum": ""
},
"require": {
@@ -3814,20 +3814,20 @@
"issues": "https://github.com/laravel/fortify/issues",
"source": "https://github.com/laravel/fortify"
},
"time": "2025-01-26T19:34:46+00:00"
"time": "2025-06-11T14:30:52+00:00"
},
{
"name": "laravel/framework",
"version": "v12.17.0",
"version": "v12.19.3",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "8729d084510480fdeec9b6ad198180147d4a7f06"
"reference": "4e6ec689ef704bb4bd282f29d9dd658dfb4fb262"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/8729d084510480fdeec9b6ad198180147d4a7f06",
"reference": "8729d084510480fdeec9b6ad198180147d4a7f06",
"url": "https://api.github.com/repos/laravel/framework/zipball/4e6ec689ef704bb4bd282f29d9dd658dfb4fb262",
"reference": "4e6ec689ef704bb4bd282f29d9dd658dfb4fb262",
"shasum": ""
},
"require": {
@@ -4029,20 +4029,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2025-06-03T14:04:18+00:00"
"time": "2025-06-18T12:56:23+00:00"
},
{
"name": "laravel/horizon",
"version": "v5.32.1",
"version": "v5.33.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/horizon.git",
"reference": "e78d9689d85b3d4769dc64def5eb6d94e5776beb"
"reference": "50057bca1f1dcc9fbd5ff6d65143833babd784b3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/horizon/zipball/e78d9689d85b3d4769dc64def5eb6d94e5776beb",
"reference": "e78d9689d85b3d4769dc64def5eb6d94e5776beb",
"url": "https://api.github.com/repos/laravel/horizon/zipball/50057bca1f1dcc9fbd5ff6d65143833babd784b3",
"reference": "50057bca1f1dcc9fbd5ff6d65143833babd784b3",
"shasum": ""
},
"require": {
@@ -4107,9 +4107,9 @@
],
"support": {
"issues": "https://github.com/laravel/horizon/issues",
"source": "https://github.com/laravel/horizon/tree/v5.32.1"
"source": "https://github.com/laravel/horizon/tree/v5.33.1"
},
"time": "2025-05-19T13:13:30+00:00"
"time": "2025-06-16T13:48:30+00:00"
},
{
"name": "laravel/pennant",
@@ -5819,16 +5819,16 @@
},
{
"name": "nesbot/carbon",
"version": "3.9.1",
"version": "3.10.1",
"source": {
"type": "git",
"url": "https://github.com/CarbonPHP/carbon.git",
"reference": "ced71f79398ece168e24f7f7710462f462310d4d"
"reference": "1fd1935b2d90aef2f093c5e35f7ae1257c448d00"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/ced71f79398ece168e24f7f7710462f462310d4d",
"reference": "ced71f79398ece168e24f7f7710462f462310d4d",
"url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/1fd1935b2d90aef2f093c5e35f7ae1257c448d00",
"reference": "1fd1935b2d90aef2f093c5e35f7ae1257c448d00",
"shasum": ""
},
"require": {
@@ -5836,9 +5836,9 @@
"ext-json": "*",
"php": "^8.1",
"psr/clock": "^1.0",
"symfony/clock": "^6.3 || ^7.0",
"symfony/clock": "^6.3.12 || ^7.0",
"symfony/polyfill-mbstring": "^1.0",
"symfony/translation": "^4.4.18 || ^5.2.1|| ^6.0 || ^7.0"
"symfony/translation": "^4.4.18 || ^5.2.1 || ^6.0 || ^7.0"
},
"provide": {
"psr/clock-implementation": "1.0"
@@ -5846,14 +5846,13 @@
"require-dev": {
"doctrine/dbal": "^3.6.3 || ^4.0",
"doctrine/orm": "^2.15.2 || ^3.0",
"friendsofphp/php-cs-fixer": "^3.57.2",
"friendsofphp/php-cs-fixer": "^3.75.0",
"kylekatarnls/multi-tester": "^2.5.3",
"ondrejmirtes/better-reflection": "^6.25.0.4",
"phpmd/phpmd": "^2.15.0",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.11.2",
"phpunit/phpunit": "^10.5.20",
"squizlabs/php_codesniffer": "^3.9.0"
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^2.1.17",
"phpunit/phpunit": "^10.5.46",
"squizlabs/php_codesniffer": "^3.13.0"
},
"bin": [
"bin/carbon"
@@ -5921,7 +5920,7 @@
"type": "tidelift"
}
],
"time": "2025-05-01T19:51:51+00:00"
"time": "2025-06-21T15:19:35+00:00"
},
{
"name": "nette/schema",
@@ -6218,16 +6217,16 @@
},
{
"name": "nuwave/lighthouse",
"version": "v6.57.1",
"version": "v6.60.0",
"source": {
"type": "git",
"url": "https://github.com/nuwave/lighthouse.git",
"reference": "84e43f6ded2c1cad309d939185520e83da13101a"
"reference": "eda1a05e75276da9454cec851227f61f2606ef84"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nuwave/lighthouse/zipball/84e43f6ded2c1cad309d939185520e83da13101a",
"reference": "84e43f6ded2c1cad309d939185520e83da13101a",
"url": "https://api.github.com/repos/nuwave/lighthouse/zipball/eda1a05e75276da9454cec851227f61f2606ef84",
"reference": "eda1a05e75276da9454cec851227f61f2606ef84",
"shasum": ""
},
"require": {
@@ -6345,7 +6344,7 @@
"type": "patreon"
}
],
"time": "2025-05-21T11:50:13+00:00"
"time": "2025-06-20T09:02:46+00:00"
},
{
"name": "open-telemetry/api",
@@ -7548,16 +7547,16 @@
},
{
"name": "psy/psysh",
"version": "v0.12.8",
"version": "v0.12.9",
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
"reference": "85057ceedee50c49d4f6ecaff73ee96adb3b3625"
"reference": "1b801844becfe648985372cb4b12ad6840245ace"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/85057ceedee50c49d4f6ecaff73ee96adb3b3625",
"reference": "85057ceedee50c49d4f6ecaff73ee96adb3b3625",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/1b801844becfe648985372cb4b12ad6840245ace",
"reference": "1b801844becfe648985372cb4b12ad6840245ace",
"shasum": ""
},
"require": {
@@ -7621,9 +7620,9 @@
],
"support": {
"issues": "https://github.com/bobthecow/psysh/issues",
"source": "https://github.com/bobthecow/psysh/tree/v0.12.8"
"source": "https://github.com/bobthecow/psysh/tree/v0.12.9"
},
"time": "2025-03-16T03:05:19+00:00"
"time": "2025-06-23T02:35:06+00:00"
},
{
"name": "ralouphie/getallheaders",
@@ -8526,16 +8525,16 @@
},
{
"name": "spatie/laravel-permission",
"version": "6.19.0",
"version": "6.20.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-permission.git",
"reference": "0cd412dcad066d75caf0b977716809be7e7642fd"
"reference": "31c05679102c73f3b0d05790d2400182745a5615"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-permission/zipball/0cd412dcad066d75caf0b977716809be7e7642fd",
"reference": "0cd412dcad066d75caf0b977716809be7e7642fd",
"url": "https://api.github.com/repos/spatie/laravel-permission/zipball/31c05679102c73f3b0d05790d2400182745a5615",
"reference": "31c05679102c73f3b0d05790d2400182745a5615",
"shasum": ""
},
"require": {
@@ -8597,7 +8596,7 @@
],
"support": {
"issues": "https://github.com/spatie/laravel-permission/issues",
"source": "https://github.com/spatie/laravel-permission/tree/6.19.0"
"source": "https://github.com/spatie/laravel-permission/tree/6.20.0"
},
"funding": [
{
@@ -8605,7 +8604,7 @@
"type": "github"
}
],
"time": "2025-05-31T00:50:27+00:00"
"time": "2025-06-05T07:33:07+00:00"
},
{
"name": "spatie/regex",
@@ -12217,16 +12216,16 @@
},
{
"name": "brianium/paratest",
"version": "v7.8.3",
"version": "v7.8.4",
"source": {
"type": "git",
"url": "https://github.com/paratestphp/paratest.git",
"reference": "a585c346ddf1bec22e51e20b5387607905604a71"
"reference": "130a9bf0e269ee5f5b320108f794ad03e275cad4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paratestphp/paratest/zipball/a585c346ddf1bec22e51e20b5387607905604a71",
"reference": "a585c346ddf1bec22e51e20b5387607905604a71",
"url": "https://api.github.com/repos/paratestphp/paratest/zipball/130a9bf0e269ee5f5b320108f794ad03e275cad4",
"reference": "130a9bf0e269ee5f5b320108f794ad03e275cad4",
"shasum": ""
},
"require": {
@@ -12235,26 +12234,26 @@
"ext-reflection": "*",
"ext-simplexml": "*",
"fidry/cpu-core-counter": "^1.2.0",
"jean85/pretty-package-versions": "^2.1.0",
"jean85/pretty-package-versions": "^2.1.1",
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
"phpunit/php-code-coverage": "^11.0.9 || ^12.0.4",
"phpunit/php-file-iterator": "^5.1.0 || ^6",
"phpunit/php-timer": "^7.0.1 || ^8",
"phpunit/phpunit": "^11.5.11 || ^12.0.6",
"sebastian/environment": "^7.2.0 || ^8",
"symfony/console": "^6.4.17 || ^7.2.1",
"symfony/process": "^6.4.19 || ^7.2.4"
"phpunit/php-code-coverage": "^11.0.10",
"phpunit/php-file-iterator": "^5.1.0",
"phpunit/php-timer": "^7.0.1",
"phpunit/phpunit": "^11.5.24",
"sebastian/environment": "^7.2.1",
"symfony/console": "^6.4.22 || ^7.3.0",
"symfony/process": "^6.4.20 || ^7.3.0"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"ext-pcov": "*",
"ext-posix": "*",
"phpstan/phpstan": "^2.1.6",
"phpstan/phpstan-deprecation-rules": "^2.0.1",
"phpstan/phpstan-phpunit": "^2.0.4",
"phpstan/phpstan-strict-rules": "^2.0.3",
"squizlabs/php_codesniffer": "^3.11.3",
"symfony/filesystem": "^6.4.13 || ^7.2.0"
"phpstan/phpstan": "^2.1.17",
"phpstan/phpstan-deprecation-rules": "^2.0.3",
"phpstan/phpstan-phpunit": "^2.0.6",
"phpstan/phpstan-strict-rules": "^2.0.4",
"squizlabs/php_codesniffer": "^3.13.2",
"symfony/filesystem": "^6.4.13 || ^7.3.0"
},
"bin": [
"bin/paratest",
@@ -12294,7 +12293,7 @@
],
"support": {
"issues": "https://github.com/paratestphp/paratest/issues",
"source": "https://github.com/paratestphp/paratest/tree/v7.8.3"
"source": "https://github.com/paratestphp/paratest/tree/v7.8.4"
},
"funding": [
{
@@ -12306,7 +12305,7 @@
"type": "paypal"
}
],
"time": "2025-03-05T08:29:11+00:00"
"time": "2025-06-23T06:07:21+00:00"
},
{
"name": "fidry/cpu-core-counter",
@@ -12371,16 +12370,16 @@
},
{
"name": "filp/whoops",
"version": "2.18.0",
"version": "2.18.3",
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
"reference": "a7de6c3c6c3c022f5cfc337f8ede6a14460cf77e"
"reference": "59a123a3d459c5a23055802237cb317f609867e5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/filp/whoops/zipball/a7de6c3c6c3c022f5cfc337f8ede6a14460cf77e",
"reference": "a7de6c3c6c3c022f5cfc337f8ede6a14460cf77e",
"url": "https://api.github.com/repos/filp/whoops/zipball/59a123a3d459c5a23055802237cb317f609867e5",
"reference": "59a123a3d459c5a23055802237cb317f609867e5",
"shasum": ""
},
"require": {
@@ -12430,7 +12429,7 @@
],
"support": {
"issues": "https://github.com/filp/whoops/issues",
"source": "https://github.com/filp/whoops/tree/2.18.0"
"source": "https://github.com/filp/whoops/tree/2.18.3"
},
"funding": [
{
@@ -12438,7 +12437,7 @@
"type": "github"
}
],
"time": "2025-03-15T12:00:00+00:00"
"time": "2025-06-16T00:02:10+00:00"
},
{
"name": "hamcrest/hamcrest-php",
@@ -12825,23 +12824,23 @@
},
{
"name": "nunomaduro/collision",
"version": "v8.8.0",
"version": "v8.8.1",
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/collision.git",
"reference": "4cf9f3b47afff38b139fb79ce54fc71799022ce8"
"reference": "44ccb82e3e21efb5446748d2a3c81a030ac22bd5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/4cf9f3b47afff38b139fb79ce54fc71799022ce8",
"reference": "4cf9f3b47afff38b139fb79ce54fc71799022ce8",
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/44ccb82e3e21efb5446748d2a3c81a030ac22bd5",
"reference": "44ccb82e3e21efb5446748d2a3c81a030ac22bd5",
"shasum": ""
},
"require": {
"filp/whoops": "^2.18.0",
"nunomaduro/termwind": "^2.3.0",
"filp/whoops": "^2.18.1",
"nunomaduro/termwind": "^2.3.1",
"php": "^8.2.0",
"symfony/console": "^7.2.5"
"symfony/console": "^7.3.0"
},
"conflict": {
"laravel/framework": "<11.44.2 || >=13.0.0",
@@ -12849,15 +12848,15 @@
},
"require-dev": {
"brianium/paratest": "^7.8.3",
"larastan/larastan": "^3.2",
"laravel/framework": "^11.44.2 || ^12.6",
"laravel/pint": "^1.21.2",
"laravel/sail": "^1.41.0",
"laravel/sanctum": "^4.0.8",
"larastan/larastan": "^3.4.2",
"laravel/framework": "^11.44.2 || ^12.18",
"laravel/pint": "^1.22.1",
"laravel/sail": "^1.43.1",
"laravel/sanctum": "^4.1.1",
"laravel/tinker": "^2.10.1",
"orchestra/testbench-core": "^9.12.0 || ^10.1",
"pestphp/pest": "^3.8.0",
"sebastian/environment": "^7.2.0 || ^8.0"
"orchestra/testbench-core": "^9.12.0 || ^10.4",
"pestphp/pest": "^3.8.2",
"sebastian/environment": "^7.2.1 || ^8.0"
},
"type": "library",
"extra": {
@@ -12920,7 +12919,7 @@
"type": "patreon"
}
],
"time": "2025-04-03T14:33:09+00:00"
"time": "2025-06-11T01:04:21+00:00"
},
{
"name": "phar-io/manifest",
@@ -13112,16 +13111,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": {
@@ -13178,15 +13177,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",
@@ -13435,16 +13446,16 @@
},
{
"name": "phpunit/phpunit",
"version": "11.5.21",
"version": "11.5.24",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "d565e2cdc21a7db9dc6c399c1fc2083b8010f289"
"reference": "6b07ab1047155cf38f82dd691787a277782271dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d565e2cdc21a7db9dc6c399c1fc2083b8010f289",
"reference": "d565e2cdc21a7db9dc6c399c1fc2083b8010f289",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6b07ab1047155cf38f82dd691787a277782271dd",
"reference": "6b07ab1047155cf38f82dd691787a277782271dd",
"shasum": ""
},
"require": {
@@ -13458,7 +13469,7 @@
"phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1",
"php": ">=8.2",
"phpunit/php-code-coverage": "^11.0.9",
"phpunit/php-code-coverage": "^11.0.10",
"phpunit/php-file-iterator": "^5.1.0",
"phpunit/php-invoker": "^5.0.1",
"phpunit/php-text-template": "^4.0.1",
@@ -13516,7 +13527,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.21"
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.24"
},
"funding": [
{
@@ -13540,7 +13551,7 @@
"type": "tidelift"
}
],
"time": "2025-05-21T12:35:00+00:00"
"time": "2025-06-20T11:31:02+00:00"
},
{
"name": "predis/predis",
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -4,6 +4,7 @@ function rt(){}var Hs=function(){let i=0;return function(){return i++}}();functi
/*! Bundled license information:
chart.js/dist/chunks/helpers.segment.mjs:
chart.js/dist/chart.mjs:
(*!
* Chart.js v3.9.1
* https://www.chartjs.org
@@ -18,12 +19,4 @@ chart.js/dist/chunks/helpers.segment.mjs:
* (c) 2022 Jukka Kurkela
* Released under the MIT License
*)
chart.js/dist/chart.mjs:
(*!
* Chart.js v3.9.1
* https://www.chartjs.org
* (c) 2022 Chart.js Contributors
* Released under the MIT License
*)
*/