Security updates

This commit is contained in:
2026-02-18 12:04:39 +01:00
parent fca4e0ce3e
commit 3c122332dd
2 changed files with 139 additions and 138 deletions

255
composer.lock generated
View File

@@ -8,16 +8,16 @@
"packages": [ "packages": [
{ {
"name": "brick/math", "name": "brick/math",
"version": "0.14.5", "version": "0.14.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/brick/math.git", "url": "https://github.com/brick/math.git",
"reference": "618a8077b3c326045e10d5788ed713b341fcfe40" "reference": "63422359a44b7f06cae63c3b429b59e8efcc0629"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/brick/math/zipball/618a8077b3c326045e10d5788ed713b341fcfe40", "url": "https://api.github.com/repos/brick/math/zipball/63422359a44b7f06cae63c3b429b59e8efcc0629",
"reference": "618a8077b3c326045e10d5788ed713b341fcfe40", "reference": "63422359a44b7f06cae63c3b429b59e8efcc0629",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -56,7 +56,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/brick/math/issues", "issues": "https://github.com/brick/math/issues",
"source": "https://github.com/brick/math/tree/0.14.5" "source": "https://github.com/brick/math/tree/0.14.8"
}, },
"funding": [ "funding": [
{ {
@@ -64,7 +64,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2026-02-03T18:06:51+00:00" "time": "2026-02-10T14:33:43+00:00"
}, },
{ {
"name": "carbonphp/carbon-doctrine-types", "name": "carbonphp/carbon-doctrine-types",
@@ -1054,16 +1054,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v12.49.0", "version": "v12.52.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "4bde4530545111d8bdd1de6f545fa8824039fcb5" "reference": "d5511fa74f4608dbb99864198b1954042aa8d5a7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/4bde4530545111d8bdd1de6f545fa8824039fcb5", "url": "https://api.github.com/repos/laravel/framework/zipball/d5511fa74f4608dbb99864198b1954042aa8d5a7",
"reference": "4bde4530545111d8bdd1de6f545fa8824039fcb5", "reference": "d5511fa74f4608dbb99864198b1954042aa8d5a7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1272,34 +1272,34 @@
"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": "2026-01-28T03:40:49+00:00" "time": "2026-02-17T17:07:04+00:00"
}, },
{ {
"name": "laravel/prompts", "name": "laravel/prompts",
"version": "v0.3.11", "version": "v0.3.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/prompts.git", "url": "https://github.com/laravel/prompts.git",
"reference": "dd2a2ed95acacbcccd32fd98dee4c946ae7a7217" "reference": "ed8c466571b37e977532fb2fd3c272c784d7050d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/prompts/zipball/dd2a2ed95acacbcccd32fd98dee4c946ae7a7217", "url": "https://api.github.com/repos/laravel/prompts/zipball/ed8c466571b37e977532fb2fd3c272c784d7050d",
"reference": "dd2a2ed95acacbcccd32fd98dee4c946ae7a7217", "reference": "ed8c466571b37e977532fb2fd3c272c784d7050d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer-runtime-api": "^2.2", "composer-runtime-api": "^2.2",
"ext-mbstring": "*", "ext-mbstring": "*",
"php": "^8.1", "php": "^8.1",
"symfony/console": "^6.2|^7.0" "symfony/console": "^6.2|^7.0|^8.0"
}, },
"conflict": { "conflict": {
"illuminate/console": ">=10.17.0 <10.25.0", "illuminate/console": ">=10.17.0 <10.25.0",
"laravel/framework": ">=10.17.0 <10.25.0" "laravel/framework": ">=10.17.0 <10.25.0"
}, },
"require-dev": { "require-dev": {
"illuminate/collections": "^10.0|^11.0|^12.0", "illuminate/collections": "^10.0|^11.0|^12.0|^13.0",
"mockery/mockery": "^1.5", "mockery/mockery": "^1.5",
"pestphp/pest": "^2.3|^3.4|^4.0", "pestphp/pest": "^2.3|^3.4|^4.0",
"phpstan/phpstan": "^1.12.28", "phpstan/phpstan": "^1.12.28",
@@ -1329,33 +1329,33 @@
"description": "Add beautiful and user-friendly forms to your command-line applications.", "description": "Add beautiful and user-friendly forms to your command-line applications.",
"support": { "support": {
"issues": "https://github.com/laravel/prompts/issues", "issues": "https://github.com/laravel/prompts/issues",
"source": "https://github.com/laravel/prompts/tree/v0.3.11" "source": "https://github.com/laravel/prompts/tree/v0.3.13"
}, },
"time": "2026-01-27T02:55:06+00:00" "time": "2026-02-06T12:17:10+00:00"
}, },
{ {
"name": "laravel/serializable-closure", "name": "laravel/serializable-closure",
"version": "v2.0.8", "version": "v2.0.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/serializable-closure.git", "url": "https://github.com/laravel/serializable-closure.git",
"reference": "7581a4407012f5f53365e11bafc520fd7f36bc9b" "reference": "8f631589ab07b7b52fead814965f5a800459cb3e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/7581a4407012f5f53365e11bafc520fd7f36bc9b", "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/8f631589ab07b7b52fead814965f5a800459cb3e",
"reference": "7581a4407012f5f53365e11bafc520fd7f36bc9b", "reference": "8f631589ab07b7b52fead814965f5a800459cb3e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^8.1" "php": "^8.1"
}, },
"require-dev": { "require-dev": {
"illuminate/support": "^10.0|^11.0|^12.0", "illuminate/support": "^10.0|^11.0|^12.0|^13.0",
"nesbot/carbon": "^2.67|^3.0", "nesbot/carbon": "^2.67|^3.0",
"pestphp/pest": "^2.36|^3.0|^4.0", "pestphp/pest": "^2.36|^3.0|^4.0",
"phpstan/phpstan": "^2.0", "phpstan/phpstan": "^2.0",
"symfony/var-dumper": "^6.2.0|^7.0.0" "symfony/var-dumper": "^6.2.0|^7.0.0|^8.0.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -1392,20 +1392,20 @@
"issues": "https://github.com/laravel/serializable-closure/issues", "issues": "https://github.com/laravel/serializable-closure/issues",
"source": "https://github.com/laravel/serializable-closure" "source": "https://github.com/laravel/serializable-closure"
}, },
"time": "2026-01-08T16:22:46+00:00" "time": "2026-02-03T06:55:34+00:00"
}, },
{ {
"name": "laravel/tinker", "name": "laravel/tinker",
"version": "v2.11.0", "version": "v2.11.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/tinker.git", "url": "https://github.com/laravel/tinker.git",
"reference": "3d34b97c9a1747a81a3fde90482c092bd8b66468" "reference": "c9f80cc835649b5c1842898fb043f8cc098dd741"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/tinker/zipball/3d34b97c9a1747a81a3fde90482c092bd8b66468", "url": "https://api.github.com/repos/laravel/tinker/zipball/c9f80cc835649b5c1842898fb043f8cc098dd741",
"reference": "3d34b97c9a1747a81a3fde90482c092bd8b66468", "reference": "c9f80cc835649b5c1842898fb043f8cc098dd741",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1456,9 +1456,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/laravel/tinker/issues", "issues": "https://github.com/laravel/tinker/issues",
"source": "https://github.com/laravel/tinker/tree/v2.11.0" "source": "https://github.com/laravel/tinker/tree/v2.11.1"
}, },
"time": "2025-12-19T19:16:45+00:00" "time": "2026-02-06T14:12:35+00:00"
}, },
{ {
"name": "league/commonmark", "name": "league/commonmark",
@@ -2229,16 +2229,16 @@
}, },
{ {
"name": "nette/schema", "name": "nette/schema",
"version": "v1.3.3", "version": "v1.3.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nette/schema.git", "url": "https://github.com/nette/schema.git",
"reference": "2befc2f42d7c715fd9d95efc31b1081e5d765004" "reference": "086497a2f34b82fede9b5a41cc8e131d087cd8f7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nette/schema/zipball/2befc2f42d7c715fd9d95efc31b1081e5d765004", "url": "https://api.github.com/repos/nette/schema/zipball/086497a2f34b82fede9b5a41cc8e131d087cd8f7",
"reference": "2befc2f42d7c715fd9d95efc31b1081e5d765004", "reference": "086497a2f34b82fede9b5a41cc8e131d087cd8f7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2246,8 +2246,8 @@
"php": "8.1 - 8.5" "php": "8.1 - 8.5"
}, },
"require-dev": { "require-dev": {
"nette/tester": "^2.5.2", "nette/tester": "^2.6",
"phpstan/phpstan-nette": "^2.0@stable", "phpstan/phpstan": "^2.0@stable",
"tracy/tracy": "^2.8" "tracy/tracy": "^2.8"
}, },
"type": "library", "type": "library",
@@ -2288,22 +2288,22 @@
], ],
"support": { "support": {
"issues": "https://github.com/nette/schema/issues", "issues": "https://github.com/nette/schema/issues",
"source": "https://github.com/nette/schema/tree/v1.3.3" "source": "https://github.com/nette/schema/tree/v1.3.4"
}, },
"time": "2025-10-30T22:57:59+00:00" "time": "2026-02-08T02:54:00+00:00"
}, },
{ {
"name": "nette/utils", "name": "nette/utils",
"version": "v4.1.2", "version": "v4.1.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nette/utils.git", "url": "https://github.com/nette/utils.git",
"reference": "f76b5dc3d6c6d3043c8d937df2698515b99cbaf5" "reference": "bb3ea637e3d131d72acc033cfc2746ee893349fe"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nette/utils/zipball/f76b5dc3d6c6d3043c8d937df2698515b99cbaf5", "url": "https://api.github.com/repos/nette/utils/zipball/bb3ea637e3d131d72acc033cfc2746ee893349fe",
"reference": "f76b5dc3d6c6d3043c8d937df2698515b99cbaf5", "reference": "bb3ea637e3d131d72acc033cfc2746ee893349fe",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2315,8 +2315,10 @@
}, },
"require-dev": { "require-dev": {
"jetbrains/phpstorm-attributes": "^1.2", "jetbrains/phpstorm-attributes": "^1.2",
"nette/phpstan-rules": "^1.0",
"nette/tester": "^2.5", "nette/tester": "^2.5",
"phpstan/phpstan": "^2.0@stable", "phpstan/extension-installer": "^1.4@stable",
"phpstan/phpstan": "^2.1@stable",
"tracy/tracy": "^2.9" "tracy/tracy": "^2.9"
}, },
"suggest": { "suggest": {
@@ -2377,9 +2379,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/nette/utils/issues", "issues": "https://github.com/nette/utils/issues",
"source": "https://github.com/nette/utils/tree/v4.1.2" "source": "https://github.com/nette/utils/tree/v4.1.3"
}, },
"time": "2026-02-03T17:21:09+00:00" "time": "2026-02-13T03:05:33+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
@@ -2441,31 +2443,31 @@
}, },
{ {
"name": "nunomaduro/termwind", "name": "nunomaduro/termwind",
"version": "v2.3.3", "version": "v2.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nunomaduro/termwind.git", "url": "https://github.com/nunomaduro/termwind.git",
"reference": "6fb2a640ff502caace8e05fd7be3b503a7e1c017" "reference": "712a31b768f5daea284c2169a7d227031001b9a8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nunomaduro/termwind/zipball/6fb2a640ff502caace8e05fd7be3b503a7e1c017", "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/712a31b768f5daea284c2169a7d227031001b9a8",
"reference": "6fb2a640ff502caace8e05fd7be3b503a7e1c017", "reference": "712a31b768f5daea284c2169a7d227031001b9a8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-mbstring": "*", "ext-mbstring": "*",
"php": "^8.2", "php": "^8.2",
"symfony/console": "^7.3.6" "symfony/console": "^7.4.4 || ^8.0.4"
}, },
"require-dev": { "require-dev": {
"illuminate/console": "^11.46.1", "illuminate/console": "^11.47.0",
"laravel/pint": "^1.25.1", "laravel/pint": "^1.27.1",
"mockery/mockery": "^1.6.12", "mockery/mockery": "^1.6.12",
"pestphp/pest": "^2.36.0 || ^3.8.4 || ^4.1.3", "pestphp/pest": "^2.36.0 || ^3.8.4 || ^4.3.2",
"phpstan/phpstan": "^1.12.32", "phpstan/phpstan": "^1.12.32",
"phpstan/phpstan-strict-rules": "^1.6.2", "phpstan/phpstan-strict-rules": "^1.6.2",
"symfony/var-dumper": "^7.3.5", "symfony/var-dumper": "^7.3.5 || ^8.0.4",
"thecodingmachine/phpstan-strict-rules": "^1.0.0" "thecodingmachine/phpstan-strict-rules": "^1.0.0"
}, },
"type": "library", "type": "library",
@@ -2497,7 +2499,7 @@
"email": "enunomaduro@gmail.com" "email": "enunomaduro@gmail.com"
} }
], ],
"description": "Its like Tailwind CSS, but for the console.", "description": "It's like Tailwind CSS, but for the console.",
"keywords": [ "keywords": [
"cli", "cli",
"console", "console",
@@ -2508,7 +2510,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/nunomaduro/termwind/issues", "issues": "https://github.com/nunomaduro/termwind/issues",
"source": "https://github.com/nunomaduro/termwind/tree/v2.3.3" "source": "https://github.com/nunomaduro/termwind/tree/v2.4.0"
}, },
"funding": [ "funding": [
{ {
@@ -2524,7 +2526,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-11-20T02:34:59+00:00" "time": "2026-02-16T23:10:27+00:00"
}, },
{ {
"name": "phpoption/phpoption", "name": "phpoption/phpoption",
@@ -3015,16 +3017,16 @@
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
"version": "v0.12.19", "version": "v0.12.20",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
"reference": "a4f766e5c5b6773d8399711019bb7d90875a50ee" "reference": "19678eb6b952a03b8a1d96ecee9edba518bb0373"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/a4f766e5c5b6773d8399711019bb7d90875a50ee", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/19678eb6b952a03b8a1d96ecee9edba518bb0373",
"reference": "a4f766e5c5b6773d8399711019bb7d90875a50ee", "reference": "19678eb6b952a03b8a1d96ecee9edba518bb0373",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3088,9 +3090,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/bobthecow/psysh/issues", "issues": "https://github.com/bobthecow/psysh/issues",
"source": "https://github.com/bobthecow/psysh/tree/v0.12.19" "source": "https://github.com/bobthecow/psysh/tree/v0.12.20"
}, },
"time": "2026-01-30T17:33:13+00:00" "time": "2026-02-11T15:05:28+00:00"
}, },
{ {
"name": "ralouphie/getallheaders", "name": "ralouphie/getallheaders",
@@ -6220,37 +6222,38 @@
}, },
{ {
"name": "laravel/pail", "name": "laravel/pail",
"version": "v1.2.4", "version": "v1.2.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/pail.git", "url": "https://github.com/laravel/pail.git",
"reference": "49f92285ff5d6fc09816e976a004f8dec6a0ea30" "reference": "aa71a01c309e7f66bc2ec4fb1a59291b82eb4abf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/pail/zipball/49f92285ff5d6fc09816e976a004f8dec6a0ea30", "url": "https://api.github.com/repos/laravel/pail/zipball/aa71a01c309e7f66bc2ec4fb1a59291b82eb4abf",
"reference": "49f92285ff5d6fc09816e976a004f8dec6a0ea30", "reference": "aa71a01c309e7f66bc2ec4fb1a59291b82eb4abf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-mbstring": "*", "ext-mbstring": "*",
"illuminate/console": "^10.24|^11.0|^12.0", "illuminate/console": "^10.24|^11.0|^12.0|^13.0",
"illuminate/contracts": "^10.24|^11.0|^12.0", "illuminate/contracts": "^10.24|^11.0|^12.0|^13.0",
"illuminate/log": "^10.24|^11.0|^12.0", "illuminate/log": "^10.24|^11.0|^12.0|^13.0",
"illuminate/process": "^10.24|^11.0|^12.0", "illuminate/process": "^10.24|^11.0|^12.0|^13.0",
"illuminate/support": "^10.24|^11.0|^12.0", "illuminate/support": "^10.24|^11.0|^12.0|^13.0",
"nunomaduro/termwind": "^1.15|^2.0", "nunomaduro/termwind": "^1.15|^2.0",
"php": "^8.2", "php": "^8.2",
"symfony/console": "^6.0|^7.0" "symfony/console": "^6.0|^7.0|^8.0"
}, },
"require-dev": { "require-dev": {
"laravel/framework": "^10.24|^11.0|^12.0", "laravel/framework": "^10.24|^11.0|^12.0|^13.0",
"laravel/pint": "^1.13", "laravel/pint": "^1.13",
"orchestra/testbench-core": "^8.13|^9.17|^10.8", "orchestra/testbench-core": "^8.13|^9.17|^10.8|^11.0",
"pestphp/pest": "^2.20|^3.0|^4.0", "pestphp/pest": "^2.20|^3.0|^4.0",
"pestphp/pest-plugin-type-coverage": "^2.3|^3.0|^4.0", "pestphp/pest-plugin-type-coverage": "^2.3|^3.0|^4.0",
"phpstan/phpstan": "^1.12.27", "phpstan/phpstan": "^1.12.27",
"symfony/var-dumper": "^6.3|^7.0" "symfony/var-dumper": "^6.3|^7.0|^8.0",
"symfony/yaml": "^6.3|^7.0|^8.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -6295,20 +6298,20 @@
"issues": "https://github.com/laravel/pail/issues", "issues": "https://github.com/laravel/pail/issues",
"source": "https://github.com/laravel/pail" "source": "https://github.com/laravel/pail"
}, },
"time": "2025-11-20T16:29:35+00:00" "time": "2026-02-09T13:44:54+00:00"
}, },
{ {
"name": "laravel/pint", "name": "laravel/pint",
"version": "v1.27.0", "version": "v1.27.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/pint.git", "url": "https://github.com/laravel/pint.git",
"reference": "c67b4195b75491e4dfc6b00b1c78b68d86f54c90" "reference": "54cca2de13790570c7b6f0f94f37896bee4abcb5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/pint/zipball/c67b4195b75491e4dfc6b00b1c78b68d86f54c90", "url": "https://api.github.com/repos/laravel/pint/zipball/54cca2de13790570c7b6f0f94f37896bee4abcb5",
"reference": "c67b4195b75491e4dfc6b00b1c78b68d86f54c90", "reference": "54cca2de13790570c7b6f0f94f37896bee4abcb5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -6319,13 +6322,13 @@
"php": "^8.2.0" "php": "^8.2.0"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^3.92.4", "friendsofphp/php-cs-fixer": "^3.93.1",
"illuminate/view": "^12.44.0", "illuminate/view": "^12.51.0",
"larastan/larastan": "^3.8.1", "larastan/larastan": "^3.9.2",
"laravel-zero/framework": "^12.0.4", "laravel-zero/framework": "^12.0.5",
"mockery/mockery": "^1.6.12", "mockery/mockery": "^1.6.12",
"nunomaduro/termwind": "^2.3.3", "nunomaduro/termwind": "^2.3.3",
"pestphp/pest": "^3.8.4" "pestphp/pest": "^3.8.5"
}, },
"bin": [ "bin": [
"builds/pint" "builds/pint"
@@ -6362,7 +6365,7 @@
"issues": "https://github.com/laravel/pint/issues", "issues": "https://github.com/laravel/pint/issues",
"source": "https://github.com/laravel/pint" "source": "https://github.com/laravel/pint"
}, },
"time": "2026-01-05T16:49:17+00:00" "time": "2026-02-10T20:00:20+00:00"
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",
@@ -6509,39 +6512,36 @@
}, },
{ {
"name": "nunomaduro/collision", "name": "nunomaduro/collision",
"version": "v8.8.3", "version": "v8.9.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nunomaduro/collision.git", "url": "https://github.com/nunomaduro/collision.git",
"reference": "1dc9e88d105699d0fee8bb18890f41b274f6b4c4" "reference": "a1ed3fa530fd60bc515f9303e8520fcb7d4bd935"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/1dc9e88d105699d0fee8bb18890f41b274f6b4c4", "url": "https://api.github.com/repos/nunomaduro/collision/zipball/a1ed3fa530fd60bc515f9303e8520fcb7d4bd935",
"reference": "1dc9e88d105699d0fee8bb18890f41b274f6b4c4", "reference": "a1ed3fa530fd60bc515f9303e8520fcb7d4bd935",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"filp/whoops": "^2.18.1", "filp/whoops": "^2.18.4",
"nunomaduro/termwind": "^2.3.1", "nunomaduro/termwind": "^2.4.0",
"php": "^8.2.0", "php": "^8.2.0",
"symfony/console": "^7.3.0" "symfony/console": "^7.4.4 || ^8.0.4"
}, },
"conflict": { "conflict": {
"laravel/framework": "<11.44.2 || >=13.0.0", "laravel/framework": "<11.48.0 || >=14.0.0",
"phpunit/phpunit": "<11.5.15 || >=13.0.0" "phpunit/phpunit": "<11.5.50 || >=14.0.0"
}, },
"require-dev": { "require-dev": {
"brianium/paratest": "^7.8.3", "brianium/paratest": "^7.8.5",
"larastan/larastan": "^3.4.2", "larastan/larastan": "^3.9.2",
"laravel/framework": "^11.44.2 || ^12.18", "laravel/framework": "^11.48.0 || ^12.52.0",
"laravel/pint": "^1.22.1", "laravel/pint": "^1.27.1",
"laravel/sail": "^1.43.1", "orchestra/testbench-core": "^9.12.0 || ^10.9.0",
"laravel/sanctum": "^4.1.1", "pestphp/pest": "^3.8.5 || ^4.4.1 || ^5.0.0",
"laravel/tinker": "^2.10.1", "sebastian/environment": "^7.2.1 || ^8.0.3 || ^9.0.0"
"orchestra/testbench-core": "^9.12.0 || ^10.4",
"pestphp/pest": "^3.8.2 || ^4.0.0",
"sebastian/environment": "^7.2.1 || ^8.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -6604,7 +6604,7 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2025-11-20T02:55:25+00:00" "time": "2026-02-17T17:33:08+00:00"
}, },
{ {
"name": "phar-io/manifest", "name": "phar-io/manifest",
@@ -6726,11 +6726,11 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "2.1.38", "version": "2.1.39",
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/dfaf1f530e1663aa167bc3e52197adb221582629", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c6f73a2af4cbcd99c931d0fb8f08548cc0fa8224",
"reference": "dfaf1f530e1663aa167bc3e52197adb221582629", "reference": "c6f73a2af4cbcd99c931d0fb8f08548cc0fa8224",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -6775,7 +6775,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2026-01-30T17:12:46+00:00" "time": "2026-02-11T14:48:56+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@@ -7126,16 +7126,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "11.5.50", "version": "11.5.54",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "fdfc727f0fcacfeb8fcb30c7e5da173125b58be3" "reference": "eb7d132e95d824bbfd728eb2c8589191424f178a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fdfc727f0fcacfeb8fcb30c7e5da173125b58be3", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/eb7d132e95d824bbfd728eb2c8589191424f178a",
"reference": "fdfc727f0fcacfeb8fcb30c7e5da173125b58be3", "reference": "eb7d132e95d824bbfd728eb2c8589191424f178a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -7150,7 +7150,7 @@
"phar-io/version": "^3.2.1", "phar-io/version": "^3.2.1",
"php": ">=8.2", "php": ">=8.2",
"phpunit/php-code-coverage": "^11.0.12", "phpunit/php-code-coverage": "^11.0.12",
"phpunit/php-file-iterator": "^5.1.0", "phpunit/php-file-iterator": "^5.1.1",
"phpunit/php-invoker": "^5.0.1", "phpunit/php-invoker": "^5.0.1",
"phpunit/php-text-template": "^4.0.1", "phpunit/php-text-template": "^4.0.1",
"phpunit/php-timer": "^7.0.1", "phpunit/php-timer": "^7.0.1",
@@ -7162,6 +7162,7 @@
"sebastian/exporter": "^6.3.2", "sebastian/exporter": "^6.3.2",
"sebastian/global-state": "^7.0.2", "sebastian/global-state": "^7.0.2",
"sebastian/object-enumerator": "^6.0.1", "sebastian/object-enumerator": "^6.0.1",
"sebastian/recursion-context": "^6.0.3",
"sebastian/type": "^5.1.3", "sebastian/type": "^5.1.3",
"sebastian/version": "^5.0.2", "sebastian/version": "^5.0.2",
"staabm/side-effects-detector": "^1.0.5" "staabm/side-effects-detector": "^1.0.5"
@@ -7207,7 +7208,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.50" "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.54"
}, },
"funding": [ "funding": [
{ {
@@ -7231,25 +7232,25 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-01-27T05:59:18+00:00" "time": "2026-02-18T08:57:05+00:00"
}, },
{ {
"name": "rector/rector", "name": "rector/rector",
"version": "2.3.5", "version": "2.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rectorphp/rector.git", "url": "https://github.com/rectorphp/rector.git",
"reference": "9442f4037de6a5347ae157fe8e6c7cda9d909070" "reference": "ca9ebb81d280cd362ea39474dabd42679e32ca6b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/9442f4037de6a5347ae157fe8e6c7cda9d909070", "url": "https://api.github.com/repos/rectorphp/rector/zipball/ca9ebb81d280cd362ea39474dabd42679e32ca6b",
"reference": "9442f4037de6a5347ae157fe8e6c7cda9d909070", "reference": "ca9ebb81d280cd362ea39474dabd42679e32ca6b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.4|^8.0", "php": "^7.4|^8.0",
"phpstan/phpstan": "^2.1.36" "phpstan/phpstan": "^2.1.38"
}, },
"conflict": { "conflict": {
"rector/rector-doctrine": "*", "rector/rector-doctrine": "*",
@@ -7283,7 +7284,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/rectorphp/rector/issues", "issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/2.3.5" "source": "https://github.com/rectorphp/rector/tree/2.3.6"
}, },
"funding": [ "funding": [
{ {
@@ -7291,7 +7292,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2026-01-28T15:22:48+00:00" "time": "2026-02-06T14:25:06+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",

22
package-lock.json generated
View File

@@ -960,14 +960,14 @@
} }
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.12.2", "version": "1.13.5",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz",
"integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==", "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.6", "follow-redirects": "^1.15.11",
"form-data": "^4.0.4", "form-data": "^4.0.5",
"proxy-from-env": "^1.1.0" "proxy-from-env": "^1.1.0"
} }
}, },
@@ -1416,9 +1416,9 @@
} }
}, },
"node_modules/follow-redirects": { "node_modules/follow-redirects": {
"version": "1.15.9", "version": "1.15.11",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
"integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@@ -1454,9 +1454,9 @@
} }
}, },
"node_modules/form-data": { "node_modules/form-data": {
"version": "4.0.4", "version": "4.0.5",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz", "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
"integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==", "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {