ADD: Actualización de dependencias

This commit is contained in:
Moisés Cortés C. 2025-05-23 13:34:48 -06:00
parent 04c4a6b4ee
commit dcce83efdc
2 changed files with 56 additions and 36 deletions

View File

@ -104,6 +104,14 @@ public function __invoke()
'UPGRADE: Versión minima de PHP a 8.3.', 'UPGRADE: Versión minima de PHP a 8.3.',
'UPGRADE: Actualización general de dependencias.', 'UPGRADE: Actualización general de dependencias.',
] ]
],
[
'version' => '0.9.10',
'date' => '2025-05-23',
'changes' => [
'UPDATE: Los recursos de la aplicación se han movido a un controlador de catálogos. Ya no es necesario declarar los traits, ahora se reconocen dinámicamente.',
'UPDATE: Actualización de dependencias.'
]
] ]
])); ]));
} }

84
composer.lock generated
View File

@ -1418,16 +1418,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v12.13.0", "version": "v12.15.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "52b588bcd8efc6d01bc1493d2d67848f8065f269" "reference": "2ef7fb183f18e547af4eb9f5a55b2ac1011f0b77"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/52b588bcd8efc6d01bc1493d2d67848f8065f269", "url": "https://api.github.com/repos/laravel/framework/zipball/2ef7fb183f18e547af4eb9f5a55b2ac1011f0b77",
"reference": "52b588bcd8efc6d01bc1493d2d67848f8065f269", "reference": "2ef7fb183f18e547af4eb9f5a55b2ac1011f0b77",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1629,7 +1629,7 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2025-05-07T17:29:01+00:00" "time": "2025-05-20T15:10:44+00:00"
}, },
{ {
"name": "laravel/passport", "name": "laravel/passport",
@ -5381,16 +5381,16 @@
}, },
{ {
"name": "spatie/laravel-permission", "name": "spatie/laravel-permission",
"version": "6.17.0", "version": "6.18.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/laravel-permission.git", "url": "https://github.com/spatie/laravel-permission.git",
"reference": "02ada8f638b643713fa2fb543384738e27346ddb" "reference": "3c05f04d12275dfbe462c8b4aae3290e586c2dde"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-permission/zipball/02ada8f638b643713fa2fb543384738e27346ddb", "url": "https://api.github.com/repos/spatie/laravel-permission/zipball/3c05f04d12275dfbe462c8b4aae3290e586c2dde",
"reference": "02ada8f638b643713fa2fb543384738e27346ddb", "reference": "3c05f04d12275dfbe462c8b4aae3290e586c2dde",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5452,7 +5452,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/spatie/laravel-permission/issues", "issues": "https://github.com/spatie/laravel-permission/issues",
"source": "https://github.com/spatie/laravel-permission/tree/6.17.0" "source": "https://github.com/spatie/laravel-permission/tree/6.18.0"
}, },
"funding": [ "funding": [
{ {
@ -5460,7 +5460,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-04-08T15:06:14+00:00" "time": "2025-05-14T03:32:23+00:00"
}, },
{ {
"name": "symfony/clock", "name": "symfony/clock",
@ -7776,16 +7776,16 @@
}, },
{ {
"name": "tightenco/ziggy", "name": "tightenco/ziggy",
"version": "v2.5.2", "version": "v2.5.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/tighten/ziggy.git", "url": "https://github.com/tighten/ziggy.git",
"reference": "d59dbb61dc0a1d9abb2130451b9e5e0f264bfe1c" "reference": "0b3b521d2c55fbdb04b6721532f7f5f49d32f52b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/tighten/ziggy/zipball/d59dbb61dc0a1d9abb2130451b9e5e0f264bfe1c", "url": "https://api.github.com/repos/tighten/ziggy/zipball/0b3b521d2c55fbdb04b6721532f7f5f49d32f52b",
"reference": "d59dbb61dc0a1d9abb2130451b9e5e0f264bfe1c", "reference": "0b3b521d2c55fbdb04b6721532f7f5f49d32f52b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7840,9 +7840,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/tighten/ziggy/issues", "issues": "https://github.com/tighten/ziggy/issues",
"source": "https://github.com/tighten/ziggy/tree/v2.5.2" "source": "https://github.com/tighten/ziggy/tree/v2.5.3"
}, },
"time": "2025-02-27T15:43:52+00:00" "time": "2025-05-17T18:15:19+00:00"
}, },
{ {
"name": "tijsverkoyen/css-to-inline-styles", "name": "tijsverkoyen/css-to-inline-styles",
@ -8448,16 +8448,16 @@
}, },
{ {
"name": "laravel/sail", "name": "laravel/sail",
"version": "v1.42.0", "version": "v1.43.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/sail.git", "url": "https://github.com/laravel/sail.git",
"reference": "2edaaf77f3c07a4099965bb3d7dfee16e801c0f6" "reference": "71a509b14b2621ce58574274a74290f933c687f7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/sail/zipball/2edaaf77f3c07a4099965bb3d7dfee16e801c0f6", "url": "https://api.github.com/repos/laravel/sail/zipball/71a509b14b2621ce58574274a74290f933c687f7",
"reference": "2edaaf77f3c07a4099965bb3d7dfee16e801c0f6", "reference": "71a509b14b2621ce58574274a74290f933c687f7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8507,7 +8507,7 @@
"issues": "https://github.com/laravel/sail/issues", "issues": "https://github.com/laravel/sail/issues",
"source": "https://github.com/laravel/sail" "source": "https://github.com/laravel/sail"
}, },
"time": "2025-04-29T14:26:46+00:00" "time": "2025-05-13T13:34:34+00:00"
}, },
{ {
"name": "laravel/telescope", "name": "laravel/telescope",
@ -9263,16 +9263,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "11.5.20", "version": "11.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "e6bdea63ecb7a8287d2cdab25bdde3126e0cfe6f" "reference": "d565e2cdc21a7db9dc6c399c1fc2083b8010f289"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e6bdea63ecb7a8287d2cdab25bdde3126e0cfe6f", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d565e2cdc21a7db9dc6c399c1fc2083b8010f289",
"reference": "e6bdea63ecb7a8287d2cdab25bdde3126e0cfe6f", "reference": "d565e2cdc21a7db9dc6c399c1fc2083b8010f289",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9295,7 +9295,7 @@
"sebastian/code-unit": "^3.0.3", "sebastian/code-unit": "^3.0.3",
"sebastian/comparator": "^6.3.1", "sebastian/comparator": "^6.3.1",
"sebastian/diff": "^6.0.2", "sebastian/diff": "^6.0.2",
"sebastian/environment": "^7.2.0", "sebastian/environment": "^7.2.1",
"sebastian/exporter": "^6.3.0", "sebastian/exporter": "^6.3.0",
"sebastian/global-state": "^7.0.2", "sebastian/global-state": "^7.0.2",
"sebastian/object-enumerator": "^6.0.1", "sebastian/object-enumerator": "^6.0.1",
@ -9344,7 +9344,7 @@
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues", "issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy", "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.20" "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.21"
}, },
"funding": [ "funding": [
{ {
@ -9368,7 +9368,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-05-11T06:39:52+00:00" "time": "2025-05-21T12:35:00+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",
@ -9747,23 +9747,23 @@
}, },
{ {
"name": "sebastian/environment", "name": "sebastian/environment",
"version": "7.2.0", "version": "7.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/environment.git", "url": "https://github.com/sebastianbergmann/environment.git",
"reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5" "reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/a5c75038693ad2e8d4b6c15ba2403532647830c4",
"reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5", "reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.2" "php": ">=8.2"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^11.0" "phpunit/phpunit": "^11.3"
}, },
"suggest": { "suggest": {
"ext-posix": "*" "ext-posix": "*"
@ -9799,15 +9799,27 @@
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/environment/issues", "issues": "https://github.com/sebastianbergmann/environment/issues",
"security": "https://github.com/sebastianbergmann/environment/security/policy", "security": "https://github.com/sebastianbergmann/environment/security/policy",
"source": "https://github.com/sebastianbergmann/environment/tree/7.2.0" "source": "https://github.com/sebastianbergmann/environment/tree/7.2.1"
}, },
"funding": [ "funding": [
{ {
"url": "https://github.com/sebastianbergmann", "url": "https://github.com/sebastianbergmann",
"type": "github" "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/sebastian/environment",
"type": "tidelift"
} }
], ],
"time": "2024-07-03T04:54:44+00:00" "time": "2025-05-21T11:55:47+00:00"
}, },
{ {
"name": "sebastian/exporter", "name": "sebastian/exporter",