diff --git a/api/composer.json b/api/composer.json
index 745fced9f..6c7bbf959 100644
--- a/api/composer.json
+++ b/api/composer.json
@@ -5,9 +5,9 @@
"php": ">=8.3",
"ext-ctype": "*",
"ext-iconv": "*",
- "api-platform/doctrine-orm": "^4.0.18",
- "api-platform/graphql": "^4.0.18",
- "api-platform/symfony": "^4.0.18",
+ "api-platform/doctrine-orm": "^4.1",
+ "api-platform/graphql": "^4.1",
+ "api-platform/symfony": "^4.1",
"doctrine/common": "^3.4",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/doctrine-fixtures-bundle": "^4.0",
@@ -50,7 +50,7 @@
"phpstan/phpstan-doctrine": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-symfony": "^2.0",
- "phpunit/phpunit": "^11.3",
+ "phpunit/phpunit": "^12.0",
"symfony/browser-kit": "7.2.*",
"symfony/css-selector": "7.2.*",
"symfony/debug-bundle": "7.2.*",
diff --git a/api/composer.lock b/api/composer.lock
index d15bdef3b..69c3f960f 100644
--- a/api/composer.lock
+++ b/api/composer.lock
@@ -4,25 +4,25 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "371036b37f576e6797ebba88272aeb38",
+ "content-hash": "bdad3b4765193ca025cdce413947c7b3",
"packages": [
{
"name": "api-platform/doctrine-common",
- "version": "v4.0.18",
+ "version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/api-platform/doctrine-common.git",
- "reference": "eb82d8531ed9a4b59ea0028f3429c464d0530bc4"
+ "reference": "1e36938544c5804ef865cf6b560c63b786a1af8d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/doctrine-common/zipball/eb82d8531ed9a4b59ea0028f3429c464d0530bc4",
- "reference": "eb82d8531ed9a4b59ea0028f3429c464d0530bc4",
+ "url": "https://api.github.com/repos/api-platform/doctrine-common/zipball/1e36938544c5804ef865cf6b560c63b786a1af8d",
+ "reference": "1e36938544c5804ef865cf6b560c63b786a1af8d",
"shasum": ""
},
"require": {
- "api-platform/metadata": "^3.4 || ^4.0",
- "api-platform/state": "^3.4 || ^4.0",
+ "api-platform/metadata": "^4.1",
+ "api-platform/state": "^4.1",
"doctrine/collections": "^2.1",
"doctrine/common": "^3.2.2",
"doctrine/persistence": "^3.2",
@@ -32,7 +32,7 @@
"doctrine/persistence": "<1.3"
},
"require-dev": {
- "doctrine/mongodb-odm": "^2.6",
+ "doctrine/mongodb-odm": "^2.10",
"doctrine/orm": "^2.17 || ^3.0",
"phpspec/prophecy-phpunit": "^2.2",
"phpunit/phpunit": "^11.2"
@@ -56,7 +56,7 @@
},
"branch-alias": {
"dev-3.4": "3.4.x-dev",
- "dev-main": "4.0.x-dev"
+ "dev-main": "4.2.x-dev"
}
},
"autoload": {
@@ -89,36 +89,36 @@
"rest"
],
"support": {
- "source": "https://github.com/api-platform/doctrine-common/tree/v4.0.18"
+ "source": "https://github.com/api-platform/doctrine-common/tree/v4.1.0"
},
- "time": "2024-09-21T11:01:16+00:00"
+ "time": "2025-02-28T10:08:08+00:00"
},
{
"name": "api-platform/doctrine-orm",
- "version": "v4.0.18",
+ "version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/api-platform/doctrine-orm.git",
- "reference": "b7c1b0aa7c3fa0c43ce068e52a6ca3256ca8aa3a"
+ "reference": "5aa5047c514de3b147b4909bcabf0848a8ddd0c8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/doctrine-orm/zipball/b7c1b0aa7c3fa0c43ce068e52a6ca3256ca8aa3a",
- "reference": "b7c1b0aa7c3fa0c43ce068e52a6ca3256ca8aa3a",
+ "url": "https://api.github.com/repos/api-platform/doctrine-orm/zipball/5aa5047c514de3b147b4909bcabf0848a8ddd0c8",
+ "reference": "5aa5047c514de3b147b4909bcabf0848a8ddd0c8",
"shasum": ""
},
"require": {
- "api-platform/doctrine-common": "^3.4 || ^4.0",
- "api-platform/metadata": "^3.4 || ^4.0",
- "api-platform/state": "^3.4 || ^4.0",
+ "api-platform/doctrine-common": "^4.1",
+ "api-platform/metadata": "^4.1",
+ "api-platform/state": "^4.1",
"doctrine/orm": "^2.17 || ^3.0",
"php": ">=8.2",
- "symfony/property-info": "^6.4 || ^7.0"
+ "symfony/property-info": "^6.4 || ^7.1"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.11",
- "phpspec/prophecy-phpunit": "^2.0",
- "phpunit/phpunit": "^10.0",
+ "phpspec/prophecy-phpunit": "^2.2",
+ "phpunit/phpunit": "^11.2",
"ramsey/uuid": "^4.7",
"ramsey/uuid-doctrine": "^2.0",
"symfony/cache": "^6.4 || ^7.0",
@@ -140,7 +140,7 @@
},
"branch-alias": {
"dev-3.4": "3.4.x-dev",
- "dev-main": "4.0.x-dev"
+ "dev-main": "4.2.x-dev"
}
},
"autoload": {
@@ -173,26 +173,26 @@
"rest"
],
"support": {
- "source": "https://github.com/api-platform/doctrine-orm/tree/v4.0.18"
+ "source": "https://github.com/api-platform/doctrine-orm/tree/v4.1.0"
},
- "time": "2024-12-13T13:34:25+00:00"
+ "time": "2025-02-28T10:08:08+00:00"
},
{
"name": "api-platform/documentation",
- "version": "v4.0.18",
+ "version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/api-platform/documentation.git",
- "reference": "e0fef856ccf0af34d7bcc8f789c521f9ace3fcf7"
+ "reference": "20334b3b29dca992e3520685f33f75f7fcba8da6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/documentation/zipball/e0fef856ccf0af34d7bcc8f789c521f9ace3fcf7",
- "reference": "e0fef856ccf0af34d7bcc8f789c521f9ace3fcf7",
+ "url": "https://api.github.com/repos/api-platform/documentation/zipball/20334b3b29dca992e3520685f33f75f7fcba8da6",
+ "reference": "20334b3b29dca992e3520685f33f75f7fcba8da6",
"shasum": ""
},
"require": {
- "api-platform/metadata": "^3.4 || ^4.0",
+ "api-platform/metadata": "^4.1",
"php": ">=8.2"
},
"require-dev": {
@@ -209,7 +209,7 @@
},
"branch-alias": {
"dev-3.4": "3.4.x-dev",
- "dev-main": "4.0.x-dev"
+ "dev-main": "4.2.x-dev"
}
},
"autoload": {
@@ -234,36 +234,36 @@
],
"description": "API Platform documentation controller.",
"support": {
- "source": "https://github.com/api-platform/documentation/tree/v4.1.0-beta.2"
+ "source": "https://github.com/api-platform/documentation/tree/v4.1.0"
},
- "time": "2024-09-21T11:01:16+00:00"
+ "time": "2025-02-28T10:08:08+00:00"
},
{
"name": "api-platform/graphql",
- "version": "v4.0.18",
+ "version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/api-platform/graphql.git",
- "reference": "c18cf5df9936084c41cdd86cb8398897cdf44952"
+ "reference": "a6e387c73c447b7605e546394ea31171ae9017d5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/graphql/zipball/c18cf5df9936084c41cdd86cb8398897cdf44952",
- "reference": "c18cf5df9936084c41cdd86cb8398897cdf44952",
+ "url": "https://api.github.com/repos/api-platform/graphql/zipball/a6e387c73c447b7605e546394ea31171ae9017d5",
+ "reference": "a6e387c73c447b7605e546394ea31171ae9017d5",
"shasum": ""
},
"require": {
- "api-platform/metadata": "^3.4 || ^4.0",
- "api-platform/serializer": "^3.4 || ^4.0",
- "api-platform/state": "^3.4 || ^4.0",
+ "api-platform/metadata": "^4.1",
+ "api-platform/serializer": "^4.1",
+ "api-platform/state": "^4.1",
"php": ">=8.2",
- "symfony/property-info": "^6.4 || ^7.0",
+ "symfony/property-info": "^6.4 || ^7.1",
"symfony/serializer": "^6.4 || ^7.0",
"webonyx/graphql-php": "^15.0",
"willdurand/negotiation": "^3.1"
},
"require-dev": {
- "api-platform/validator": "^3.4 || ^4.0",
+ "api-platform/validator": "^4.1",
"phpspec/prophecy-phpunit": "^2.2",
"phpunit/phpunit": "^11.2",
"symfony/mercure-bundle": "*",
@@ -286,7 +286,7 @@
},
"branch-alias": {
"dev-3.4": "3.4.x-dev",
- "dev-main": "4.0.x-dev"
+ "dev-main": "4.2.x-dev"
}
},
"autoload": {
@@ -319,27 +319,27 @@
"graphql"
],
"support": {
- "source": "https://github.com/api-platform/graphql/tree/v4.0.18"
+ "source": "https://github.com/api-platform/graphql/tree/v4.1.0"
},
- "time": "2025-01-10T10:30:13+00:00"
+ "time": "2025-02-28T10:08:08+00:00"
},
{
"name": "api-platform/http-cache",
- "version": "v4.0.18",
+ "version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/api-platform/http-cache.git",
- "reference": "b21433319d93e90ae7b1df098cd604dc8555b632"
+ "reference": "118b11f9a14bc25e2fe3d745d91a1eb258e24126"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/http-cache/zipball/b21433319d93e90ae7b1df098cd604dc8555b632",
- "reference": "b21433319d93e90ae7b1df098cd604dc8555b632",
+ "url": "https://api.github.com/repos/api-platform/http-cache/zipball/118b11f9a14bc25e2fe3d745d91a1eb258e24126",
+ "reference": "118b11f9a14bc25e2fe3d745d91a1eb258e24126",
"shasum": ""
},
"require": {
- "api-platform/metadata": "^3.4 || ^4.0",
- "api-platform/state": "^3.4 || ^4.0",
+ "api-platform/metadata": "^4.1",
+ "api-platform/state": "^4.1",
"php": ">=8.2",
"symfony/http-foundation": "^6.4 || ^7.0"
},
@@ -361,7 +361,7 @@
},
"branch-alias": {
"dev-3.4": "3.4.x-dev",
- "dev-main": "4.0.x-dev"
+ "dev-main": "4.2.x-dev"
}
},
"autoload": {
@@ -396,38 +396,38 @@
"rest"
],
"support": {
- "source": "https://github.com/api-platform/http-cache/tree/v4.1.0-beta.2"
+ "source": "https://github.com/api-platform/http-cache/tree/v4.1.0"
},
- "time": "2024-10-28T09:21:17+00:00"
+ "time": "2025-02-28T10:08:08+00:00"
},
{
"name": "api-platform/hydra",
- "version": "v4.0.18",
+ "version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/api-platform/hydra.git",
- "reference": "cc9501891225d8cdfc00d7c877a50e70e858c6cf"
+ "reference": "6403f4153a4ae40ab0f02437236415763d1ac363"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/hydra/zipball/cc9501891225d8cdfc00d7c877a50e70e858c6cf",
- "reference": "cc9501891225d8cdfc00d7c877a50e70e858c6cf",
+ "url": "https://api.github.com/repos/api-platform/hydra/zipball/6403f4153a4ae40ab0f02437236415763d1ac363",
+ "reference": "6403f4153a4ae40ab0f02437236415763d1ac363",
"shasum": ""
},
"require": {
- "api-platform/documentation": "^3.4 || ^4.0",
- "api-platform/json-schema": "^3.4 || ^4.0",
- "api-platform/jsonld": "^3.4 || ^4.0",
- "api-platform/metadata": "^3.4 || ^4.0",
- "api-platform/serializer": "^3.4 || ^4.0",
- "api-platform/state": "^3.4 || ^4.0",
+ "api-platform/documentation": "^4.1",
+ "api-platform/json-schema": "^4.1",
+ "api-platform/jsonld": "^4.1",
+ "api-platform/metadata": "^4.1",
+ "api-platform/serializer": "^4.1",
+ "api-platform/state": "^4.1",
"php": ">=8.2",
"symfony/web-link": "^6.4 || ^7.0"
},
"require-dev": {
- "api-platform/doctrine-common": "^3.4 || ^4.0",
- "api-platform/doctrine-odm": "^3.4 || ^4.0",
- "api-platform/doctrine-orm": "^3.4 || ^4.0",
+ "api-platform/doctrine-common": "^4.1",
+ "api-platform/doctrine-odm": "^4.1",
+ "api-platform/doctrine-orm": "^4.1",
"phpspec/prophecy": "^1.19",
"phpspec/prophecy-phpunit": "^2.2",
"phpunit/phpunit": "^11.2"
@@ -443,7 +443,7 @@
},
"branch-alias": {
"dev-3.4": "3.4.x-dev",
- "dev-main": "4.0.x-dev"
+ "dev-main": "4.2.x-dev"
}
},
"autoload": {
@@ -480,29 +480,29 @@
"rest"
],
"support": {
- "source": "https://github.com/api-platform/hydra/tree/v4.0.18"
+ "source": "https://github.com/api-platform/hydra/tree/v4.1.0"
},
- "time": "2024-11-06T10:50:57+00:00"
+ "time": "2025-02-28T10:08:08+00:00"
},
{
"name": "api-platform/json-schema",
- "version": "v4.0.18",
+ "version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/api-platform/json-schema.git",
- "reference": "aa9a6774a1cc3b02b7713466d5809e024a019e5c"
+ "reference": "2855669b064c60c27058705bfe45bb4312f9d127"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/json-schema/zipball/aa9a6774a1cc3b02b7713466d5809e024a019e5c",
- "reference": "aa9a6774a1cc3b02b7713466d5809e024a019e5c",
+ "url": "https://api.github.com/repos/api-platform/json-schema/zipball/2855669b064c60c27058705bfe45bb4312f9d127",
+ "reference": "2855669b064c60c27058705bfe45bb4312f9d127",
"shasum": ""
},
"require": {
- "api-platform/metadata": "^3.4 || ^4.0",
+ "api-platform/metadata": "^4.1",
"php": ">=8.2",
"symfony/console": "^6.4 || ^7.0",
- "symfony/property-info": "^6.4 || ^7.0",
+ "symfony/property-info": "^6.4 || ^7.1",
"symfony/serializer": "^6.4 || ^7.0",
"symfony/uid": "^6.4 || ^7.0"
},
@@ -521,7 +521,7 @@
},
"branch-alias": {
"dev-3.4": "3.4.x-dev",
- "dev-main": "4.0.x-dev"
+ "dev-main": "4.2.x-dev"
}
},
"autoload": {
@@ -558,28 +558,28 @@
"swagger"
],
"support": {
- "source": "https://github.com/api-platform/json-schema/tree/v4.1.0-alpha.2"
+ "source": "https://github.com/api-platform/json-schema/tree/v4.1.0"
},
- "time": "2025-01-17T09:55:19+00:00"
+ "time": "2025-02-28T10:08:08+00:00"
},
{
"name": "api-platform/jsonld",
- "version": "v4.0.18",
+ "version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/api-platform/jsonld.git",
- "reference": "f4123465689e3f853ea6ce9ca70265a78aa5603e"
+ "reference": "0f5e67e3bbbc8f7522ec3d4df3e72c0762711aed"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/jsonld/zipball/f4123465689e3f853ea6ce9ca70265a78aa5603e",
- "reference": "f4123465689e3f853ea6ce9ca70265a78aa5603e",
+ "url": "https://api.github.com/repos/api-platform/jsonld/zipball/0f5e67e3bbbc8f7522ec3d4df3e72c0762711aed",
+ "reference": "0f5e67e3bbbc8f7522ec3d4df3e72c0762711aed",
"shasum": ""
},
"require": {
- "api-platform/metadata": "^3.4 || ^4.0",
- "api-platform/serializer": "^3.4 || ^4.0",
- "api-platform/state": "^3.4 || ^4.0",
+ "api-platform/metadata": "^4.1",
+ "api-platform/serializer": "^4.1",
+ "api-platform/state": "^4.1",
"php": ">=8.2"
},
"require-dev": {
@@ -596,7 +596,7 @@
},
"branch-alias": {
"dev-3.4": "3.4.x-dev",
- "dev-main": "4.0.x-dev"
+ "dev-main": "4.2.x-dev"
}
},
"autoload": {
@@ -635,22 +635,22 @@
"rest"
],
"support": {
- "source": "https://github.com/api-platform/jsonld/tree/v4.1.0-beta.2"
+ "source": "https://github.com/api-platform/jsonld/tree/v4.1.0"
},
- "time": "2024-12-19T16:01:35+00:00"
+ "time": "2025-02-28T10:08:08+00:00"
},
{
"name": "api-platform/metadata",
- "version": "v4.0.18",
+ "version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/api-platform/metadata.git",
- "reference": "e5cefc3717c1348dc4b359c2cc854c0d8c983bc6"
+ "reference": "822b7bcab65fce8c1f7c318bb5ec49137c7a51b5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/metadata/zipball/e5cefc3717c1348dc4b359c2cc854c0d8c983bc6",
- "reference": "e5cefc3717c1348dc4b359c2cc854c0d8c983bc6",
+ "url": "https://api.github.com/repos/api-platform/metadata/zipball/822b7bcab65fce8c1f7c318bb5ec49137c7a51b5",
+ "reference": "822b7bcab65fce8c1f7c318bb5ec49137c7a51b5",
"shasum": ""
},
"require": {
@@ -658,16 +658,16 @@
"php": ">=8.2",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
- "symfony/property-info": "^6.4 || ^7.0",
+ "symfony/property-info": "^6.4 || ^7.1",
"symfony/string": "^6.4 || ^7.0",
"symfony/type-info": "^7.1"
},
"require-dev": {
- "api-platform/json-schema": "^3.4 || ^4.0",
- "api-platform/openapi": "^3.4 || ^4.0",
- "api-platform/state": "^3.4 || ^4.0",
+ "api-platform/json-schema": "^4.1",
+ "api-platform/openapi": "^4.1",
+ "api-platform/state": "^4.1",
"phpspec/prophecy-phpunit": "^2.2",
- "phpstan/phpdoc-parser": "^1.13",
+ "phpstan/phpdoc-parser": "^1.29 || ^2.0",
"phpunit/phpunit": "^11.2",
"symfony/config": "^6.4 || ^7.0",
"symfony/routing": "^6.4 || ^7.0",
@@ -691,7 +691,7 @@
},
"branch-alias": {
"dev-3.4": "3.4.x-dev",
- "dev-main": "4.0.x-dev"
+ "dev-main": "4.2.x-dev"
}
},
"autoload": {
@@ -731,37 +731,37 @@
"swagger"
],
"support": {
- "source": "https://github.com/api-platform/metadata/tree/v4.0.18"
+ "source": "https://github.com/api-platform/metadata/tree/v4.1.0"
},
- "time": "2025-02-07T15:44:47+00:00"
+ "time": "2025-02-28T10:08:08+00:00"
},
{
"name": "api-platform/openapi",
- "version": "v4.0.18",
+ "version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/api-platform/openapi.git",
- "reference": "9d96b31ad3eb524a2cb6f89f835deca858beacd0"
+ "reference": "c5a5c861924c837f60eadd2806adfad84a0bad68"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/openapi/zipball/9d96b31ad3eb524a2cb6f89f835deca858beacd0",
- "reference": "9d96b31ad3eb524a2cb6f89f835deca858beacd0",
+ "url": "https://api.github.com/repos/api-platform/openapi/zipball/c5a5c861924c837f60eadd2806adfad84a0bad68",
+ "reference": "c5a5c861924c837f60eadd2806adfad84a0bad68",
"shasum": ""
},
"require": {
- "api-platform/json-schema": "^3.4 || ^4.0",
- "api-platform/metadata": "^3.4 || ^4.0",
- "api-platform/state": "^3.4 || ^4.0",
+ "api-platform/json-schema": "^4.1",
+ "api-platform/metadata": "^4.1",
+ "api-platform/state": "^4.1",
"php": ">=8.2",
"symfony/console": "^6.4 || ^7.0",
"symfony/property-access": "^6.4 || ^7.0",
"symfony/serializer": "^6.4 || ^7.0"
},
"require-dev": {
- "api-platform/doctrine-common": "^3.4 || ^4.0",
- "api-platform/doctrine-odm": "^3.4 || ^4.0",
- "api-platform/doctrine-orm": "^3.4 || ^4.0",
+ "api-platform/doctrine-common": "^4.1",
+ "api-platform/doctrine-odm": "^4.1",
+ "api-platform/doctrine-orm": "^4.1",
"phpspec/prophecy-phpunit": "^2.2",
"phpunit/phpunit": "^11.2"
},
@@ -776,7 +776,7 @@
},
"branch-alias": {
"dev-3.4": "3.4.x-dev",
- "dev-main": "4.0.x-dev"
+ "dev-main": "4.2.x-dev"
}
},
"autoload": {
@@ -816,39 +816,39 @@
"swagger"
],
"support": {
- "source": "https://github.com/api-platform/openapi/tree/v4.0.18"
+ "source": "https://github.com/api-platform/openapi/tree/v4.1.0"
},
- "time": "2025-02-21T09:07:11+00:00"
+ "time": "2025-02-28T10:08:08+00:00"
},
{
"name": "api-platform/serializer",
- "version": "v4.0.18",
+ "version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/api-platform/serializer.git",
- "reference": "8cf841eb5224f71bf8cb5c02f78e09d974ce5789"
+ "reference": "5931533b3405e174a547f9f56e35257e8b83159a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/serializer/zipball/8cf841eb5224f71bf8cb5c02f78e09d974ce5789",
- "reference": "8cf841eb5224f71bf8cb5c02f78e09d974ce5789",
+ "url": "https://api.github.com/repos/api-platform/serializer/zipball/5931533b3405e174a547f9f56e35257e8b83159a",
+ "reference": "5931533b3405e174a547f9f56e35257e8b83159a",
"shasum": ""
},
"require": {
- "api-platform/metadata": "^3.4 || ^4.0",
- "api-platform/state": "^3.4 || ^4.0",
+ "api-platform/metadata": "^4.1",
+ "api-platform/state": "^4.1",
"php": ">=8.2",
"symfony/property-access": "^6.4 || ^7.0",
- "symfony/property-info": "^6.4 || ^7.0",
+ "symfony/property-info": "^6.4 || ^7.1",
"symfony/serializer": "^6.4 || ^7.0",
"symfony/validator": "^6.4 || ^7.0"
},
"require-dev": {
- "api-platform/doctrine-common": "^3.4 || ^4.0",
- "api-platform/doctrine-odm": "^3.4 || ^4.0",
- "api-platform/doctrine-orm": "^3.4 || ^4.0",
- "api-platform/json-schema": "^3.4 || ^4.0",
- "api-platform/openapi": "^3.4 || ^4.0",
+ "api-platform/doctrine-common": "^4.1",
+ "api-platform/doctrine-odm": "^4.1",
+ "api-platform/doctrine-orm": "^4.1",
+ "api-platform/json-schema": "^4.1",
+ "api-platform/openapi": "^4.1",
"doctrine/collections": "^2.1",
"phpspec/prophecy-phpunit": "^2.2",
"phpunit/phpunit": "^11.2",
@@ -871,7 +871,7 @@
},
"branch-alias": {
"dev-3.4": "3.4.x-dev",
- "dev-main": "4.0.x-dev"
+ "dev-main": "4.2.x-dev"
}
},
"autoload": {
@@ -906,33 +906,33 @@
"serializer"
],
"support": {
- "source": "https://github.com/api-platform/serializer/tree/v4.1.0-beta.2"
+ "source": "https://github.com/api-platform/serializer/tree/v4.1.0"
},
- "time": "2025-02-06T09:32:58+00:00"
+ "time": "2025-02-28T10:08:08+00:00"
},
{
"name": "api-platform/state",
- "version": "v4.0.18",
+ "version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/api-platform/state.git",
- "reference": "07310ba69b1f402155a6d214835625325748d150"
+ "reference": "4f1b56fc30e20a644edce1278f07fa76d73a7e48"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/state/zipball/07310ba69b1f402155a6d214835625325748d150",
- "reference": "07310ba69b1f402155a6d214835625325748d150",
+ "url": "https://api.github.com/repos/api-platform/state/zipball/4f1b56fc30e20a644edce1278f07fa76d73a7e48",
+ "reference": "4f1b56fc30e20a644edce1278f07fa76d73a7e48",
"shasum": ""
},
"require": {
- "api-platform/metadata": "^3.4 || ^4.0",
+ "api-platform/metadata": "^4.1",
"php": ">=8.2",
"psr/container": "^1.0 || ^2.0",
"symfony/http-kernel": "^6.4 || ^7.0"
},
"require-dev": {
- "api-platform/serializer": "^3.4 || ^4.0",
- "api-platform/validator": "^3.4 || ^4.0",
+ "api-platform/serializer": "^4.1",
+ "api-platform/validator": "^4.1",
"phpunit/phpunit": "^11.2",
"symfony/http-foundation": "^6.4 || ^7.0",
"symfony/web-link": "^6.4 || ^7.0",
@@ -956,7 +956,7 @@
},
"branch-alias": {
"dev-3.4": "3.4.x-dev",
- "dev-main": "4.0.x-dev"
+ "dev-main": "4.2.x-dev"
}
},
"autoload": {
@@ -996,48 +996,48 @@
"swagger"
],
"support": {
- "source": "https://github.com/api-platform/state/tree/v4.0.18"
+ "source": "https://github.com/api-platform/state/tree/v4.1.0"
},
- "time": "2025-01-13T10:20:09+00:00"
+ "time": "2025-02-28T10:08:08+00:00"
},
{
"name": "api-platform/symfony",
- "version": "v4.0.18",
+ "version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/api-platform/symfony.git",
- "reference": "83bae6046fc3aaa7ebc0f78f91ce2e4143b5840d"
+ "reference": "d42de358d9c7f7b00a356b9ee145b7e39ed13633"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/symfony/zipball/83bae6046fc3aaa7ebc0f78f91ce2e4143b5840d",
- "reference": "83bae6046fc3aaa7ebc0f78f91ce2e4143b5840d",
+ "url": "https://api.github.com/repos/api-platform/symfony/zipball/d42de358d9c7f7b00a356b9ee145b7e39ed13633",
+ "reference": "d42de358d9c7f7b00a356b9ee145b7e39ed13633",
"shasum": ""
},
"require": {
- "api-platform/documentation": "^3.4 || ^4.0",
- "api-platform/http-cache": "^3.4 || ^4.0",
- "api-platform/hydra": "^3.4 || ^4.0",
- "api-platform/json-schema": "^3.4 || ^4.0",
- "api-platform/jsonld": "^3.4 || ^4.0",
- "api-platform/metadata": "^3.4 || ^4.0",
- "api-platform/openapi": "^3.4 || ^4.0",
- "api-platform/serializer": "^3.4 || ^4.0",
- "api-platform/state": "^3.4 || ^4.0",
- "api-platform/validator": "^3.4 || ^4.0",
+ "api-platform/documentation": "^4.1",
+ "api-platform/http-cache": "^4.1",
+ "api-platform/hydra": "^4.1",
+ "api-platform/json-schema": "^4.1",
+ "api-platform/jsonld": "^4.1",
+ "api-platform/metadata": "^4.1",
+ "api-platform/openapi": "^4.1",
+ "api-platform/serializer": "^4.1",
+ "api-platform/state": "^4.1",
+ "api-platform/validator": "^4.1",
"php": ">=8.2",
"symfony/property-access": "^6.4 || ^7.0",
- "symfony/property-info": "^6.4 || ^7.0",
+ "symfony/property-info": "^6.4 || ^7.1",
"symfony/security-core": "^6.4 || ^7.0",
"symfony/serializer": "^6.4 || ^7.0",
"willdurand/negotiation": "^3.1"
},
"require-dev": {
- "api-platform/doctrine-common": "^3.4 || ^4.0",
- "api-platform/doctrine-odm": "^3.4 || ^4.0",
- "api-platform/doctrine-orm": "^3.4 || ^4.0",
- "api-platform/elasticsearch": "^3.4 || ^4.0",
- "api-platform/graphql": "^3.4 || ^4.0",
+ "api-platform/doctrine-common": "^4.1",
+ "api-platform/doctrine-odm": "^4.1",
+ "api-platform/doctrine-orm": "^4.1",
+ "api-platform/elasticsearch": "^4.1",
+ "api-platform/graphql": "^4.1",
"api-platform/parameter-validator": "^3.1",
"phpspec/prophecy-phpunit": "^2.2",
"phpunit/phpunit": "^11.2",
@@ -1078,7 +1078,7 @@
},
"branch-alias": {
"dev-3.4": "3.4.x-dev",
- "dev-main": "4.0.x-dev"
+ "dev-main": "4.2.x-dev"
}
},
"autoload": {
@@ -1119,26 +1119,26 @@
"symfony"
],
"support": {
- "source": "https://github.com/api-platform/symfony/tree/v4.0.18"
+ "source": "https://github.com/api-platform/symfony/tree/v4.1.0"
},
- "time": "2025-02-14T09:53:32+00:00"
+ "time": "2025-02-28T10:08:08+00:00"
},
{
"name": "api-platform/validator",
- "version": "v4.0.18",
+ "version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/api-platform/validator.git",
- "reference": "095b76546a16c3826441d93f63458b441fefffcb"
+ "reference": "23fd67f2f909b6d0bdefe7b055bf0c46cb26d5e9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/api-platform/validator/zipball/095b76546a16c3826441d93f63458b441fefffcb",
- "reference": "095b76546a16c3826441d93f63458b441fefffcb",
+ "url": "https://api.github.com/repos/api-platform/validator/zipball/23fd67f2f909b6d0bdefe7b055bf0c46cb26d5e9",
+ "reference": "23fd67f2f909b6d0bdefe7b055bf0c46cb26d5e9",
"shasum": ""
},
"require": {
- "api-platform/metadata": "^3.4 || ^4.0",
+ "api-platform/metadata": "^4.1",
"php": ">=8.2",
"symfony/web-link": "^6.4 || ^7.0"
},
@@ -1160,7 +1160,7 @@
},
"branch-alias": {
"dev-3.4": "3.4.x-dev",
- "dev-main": "4.0.x-dev"
+ "dev-main": "4.2.x-dev"
}
},
"autoload": {
@@ -1192,22 +1192,22 @@
"validator"
],
"support": {
- "source": "https://github.com/api-platform/validator/tree/v4.1.0-alpha.1"
+ "source": "https://github.com/api-platform/validator/tree/v4.1.0"
},
- "time": "2024-11-04T14:21:40+00:00"
+ "time": "2025-02-28T10:08:08+00:00"
},
{
"name": "brick/math",
- "version": "0.12.1",
+ "version": "0.12.2",
"source": {
"type": "git",
"url": "https://github.com/brick/math.git",
- "reference": "f510c0a40911935b77b86859eb5223d58d660df1"
+ "reference": "901eddb1e45a8e0f689302e40af871c181ecbe40"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1",
- "reference": "f510c0a40911935b77b86859eb5223d58d660df1",
+ "url": "https://api.github.com/repos/brick/math/zipball/901eddb1e45a8e0f689302e40af871c181ecbe40",
+ "reference": "901eddb1e45a8e0f689302e40af871c181ecbe40",
"shasum": ""
},
"require": {
@@ -1216,7 +1216,7 @@
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^10.1",
- "vimeo/psalm": "5.16.0"
+ "vimeo/psalm": "6.8.8"
},
"type": "library",
"autoload": {
@@ -1246,7 +1246,7 @@
],
"support": {
"issues": "https://github.com/brick/math/issues",
- "source": "https://github.com/brick/math/tree/0.12.1"
+ "source": "https://github.com/brick/math/tree/0.12.2"
},
"funding": [
{
@@ -1254,7 +1254,7 @@
"type": "github"
}
],
- "time": "2023-11-29T23:19:16+00:00"
+ "time": "2025-02-26T10:21:45+00:00"
},
{
"name": "doctrine/cache",
@@ -1437,20 +1437,20 @@
},
{
"name": "doctrine/common",
- "version": "3.4.5",
+ "version": "3.5.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
- "reference": "6c8fef961f67b8bc802ce3e32e3ebd1022907286"
+ "reference": "d9ea4a54ca2586db781f0265d36bea731ac66ec5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/common/zipball/6c8fef961f67b8bc802ce3e32e3ebd1022907286",
- "reference": "6c8fef961f67b8bc802ce3e32e3ebd1022907286",
+ "url": "https://api.github.com/repos/doctrine/common/zipball/d9ea4a54ca2586db781f0265d36bea731ac66ec5",
+ "reference": "d9ea4a54ca2586db781f0265d36bea731ac66ec5",
"shasum": ""
},
"require": {
- "doctrine/persistence": "^2.0 || ^3.0",
+ "doctrine/persistence": "^2.0 || ^3.0 || ^4.0",
"php": "^7.1 || ^8.0"
},
"require-dev": {
@@ -1508,7 +1508,7 @@
],
"support": {
"issues": "https://github.com/doctrine/common/issues",
- "source": "https://github.com/doctrine/common/tree/3.4.5"
+ "source": "https://github.com/doctrine/common/tree/3.5.0"
},
"funding": [
{
@@ -1524,24 +1524,24 @@
"type": "tidelift"
}
],
- "time": "2024-10-08T15:53:43+00:00"
+ "time": "2025-01-01T22:12:03+00:00"
},
{
"name": "doctrine/data-fixtures",
- "version": "2.0.1",
+ "version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/data-fixtures.git",
- "reference": "2ae45139f148c9272c49a521d82cc50491355a99"
+ "reference": "f7f1e12d6bceb58c204b3e77210a103c1c57601e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/2ae45139f148c9272c49a521d82cc50491355a99",
- "reference": "2ae45139f148c9272c49a521d82cc50491355a99",
+ "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/f7f1e12d6bceb58c204b3e77210a103c1c57601e",
+ "reference": "f7f1e12d6bceb58c204b3e77210a103c1c57601e",
"shasum": ""
},
"require": {
- "doctrine/persistence": "^3.1",
+ "doctrine/persistence": "^3.1 || ^4.0",
"php": "^8.1",
"psr/log": "^1.1 || ^2 || ^3"
},
@@ -1591,7 +1591,7 @@
],
"support": {
"issues": "https://github.com/doctrine/data-fixtures/issues",
- "source": "https://github.com/doctrine/data-fixtures/tree/2.0.1"
+ "source": "https://github.com/doctrine/data-fixtures/tree/2.0.2"
},
"funding": [
{
@@ -1607,20 +1607,20 @@
"type": "tidelift"
}
],
- "time": "2024-12-10T07:03:23+00:00"
+ "time": "2025-01-21T13:21:31+00:00"
},
{
"name": "doctrine/dbal",
- "version": "4.2.1",
+ "version": "4.2.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
- "reference": "dadd35300837a3a2184bd47d403333b15d0a9bd0"
+ "reference": "19a2b7deb5fe8c2df0ff817ecea305e50acb62ec"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/dbal/zipball/dadd35300837a3a2184bd47d403333b15d0a9bd0",
- "reference": "dadd35300837a3a2184bd47d403333b15d0a9bd0",
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/19a2b7deb5fe8c2df0ff817ecea305e50acb62ec",
+ "reference": "19a2b7deb5fe8c2df0ff817ecea305e50acb62ec",
"shasum": ""
},
"require": {
@@ -1633,16 +1633,14 @@
"doctrine/coding-standard": "12.0.0",
"fig/log-test": "^1",
"jetbrains/phpstorm-stubs": "2023.2",
- "phpstan/phpstan": "1.12.6",
- "phpstan/phpstan-phpunit": "1.4.0",
- "phpstan/phpstan-strict-rules": "^1.6",
- "phpunit/phpunit": "10.5.30",
- "psalm/plugin-phpunit": "0.19.0",
+ "phpstan/phpstan": "2.1.1",
+ "phpstan/phpstan-phpunit": "2.0.3",
+ "phpstan/phpstan-strict-rules": "^2",
+ "phpunit/phpunit": "10.5.39",
"slevomat/coding-standard": "8.13.1",
"squizlabs/php_codesniffer": "3.10.2",
"symfony/cache": "^6.3.8|^7.0",
- "symfony/console": "^5.4|^6.3|^7.0",
- "vimeo/psalm": "5.25.0"
+ "symfony/console": "^5.4|^6.3|^7.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
@@ -1699,7 +1697,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
- "source": "https://github.com/doctrine/dbal/tree/4.2.1"
+ "source": "https://github.com/doctrine/dbal/tree/4.2.2"
},
"funding": [
{
@@ -1715,7 +1713,7 @@
"type": "tidelift"
}
],
- "time": "2024-10-10T18:01:27+00:00"
+ "time": "2025-01-16T08:40:56+00:00"
},
{
"name": "doctrine/deprecations",
@@ -1764,16 +1762,16 @@
},
{
"name": "doctrine/doctrine-bundle",
- "version": "2.13.1",
+ "version": "2.13.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git",
- "reference": "2740ad8b8739b39ab37d409c972b092f632b025a"
+ "reference": "2363c43d9815a11657e452625cd64172d5587486"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/2740ad8b8739b39ab37d409c972b092f632b025a",
- "reference": "2740ad8b8739b39ab37d409c972b092f632b025a",
+ "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/2363c43d9815a11657e452625cd64172d5587486",
+ "reference": "2363c43d9815a11657e452625cd64172d5587486",
"shasum": ""
},
"require": {
@@ -1787,7 +1785,7 @@
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
"symfony/deprecation-contracts": "^2.1 || ^3",
- "symfony/doctrine-bridge": "^5.4.46 || ^6.4.3 || ^7.0.3",
+ "symfony/doctrine-bridge": "^5.4.46 || ~6.3.12 || ^6.4.3 || ^7.0.3",
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0",
"symfony/polyfill-php80": "^1.15",
"symfony/service-contracts": "^1.1.1 || ^2.0 || ^3"
@@ -1803,13 +1801,14 @@
"doctrine/deprecations": "^1.0",
"doctrine/orm": "^2.17 || ^3.0",
"friendsofphp/proxy-manager-lts": "^1.0",
+ "phpstan/phpstan": "2.1.1",
+ "phpstan/phpstan-phpunit": "2.0.3",
+ "phpstan/phpstan-strict-rules": "^2",
"phpunit/phpunit": "^9.5.26",
- "psalm/plugin-phpunit": "^0.18.4",
- "psalm/plugin-symfony": "^5",
"psr/log": "^1.1.4 || ^2.0 || ^3.0",
"symfony/phpunit-bridge": "^6.1 || ^7.0",
"symfony/property-info": "^5.4 || ^6.0 || ^7.0",
- "symfony/proxy-manager-bridge": "^5.4 || ^6.0 || ^7.0",
+ "symfony/proxy-manager-bridge": "^5.4 || ^6.0",
"symfony/security-bundle": "^5.4 || ^6.0 || ^7.0",
"symfony/stopwatch": "^5.4 || ^6.0 || ^7.0",
"symfony/string": "^5.4 || ^6.0 || ^7.0",
@@ -1818,8 +1817,7 @@
"symfony/var-exporter": "^5.4 || ^6.2 || ^7.0",
"symfony/web-profiler-bundle": "^5.4 || ^6.0 || ^7.0",
"symfony/yaml": "^5.4 || ^6.0 || ^7.0",
- "twig/twig": "^1.34 || ^2.12 || ^3.0",
- "vimeo/psalm": "^5.15"
+ "twig/twig": "^1.34 || ^2.12 || ^3.0"
},
"suggest": {
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
@@ -1864,7 +1862,7 @@
],
"support": {
"issues": "https://github.com/doctrine/DoctrineBundle/issues",
- "source": "https://github.com/doctrine/DoctrineBundle/tree/2.13.1"
+ "source": "https://github.com/doctrine/DoctrineBundle/tree/2.13.2"
},
"funding": [
{
@@ -1880,7 +1878,7 @@
"type": "tidelift"
}
],
- "time": "2024-11-08T23:27:54+00:00"
+ "time": "2025-01-15T11:12:38+00:00"
},
{
"name": "doctrine/doctrine-fixtures-bundle",
@@ -1970,22 +1968,22 @@
},
{
"name": "doctrine/doctrine-migrations-bundle",
- "version": "3.3.1",
+ "version": "3.4.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
- "reference": "715b62c31a5894afcb2b2cdbbc6607d7dd0580c0"
+ "reference": "e858ce0f5c12b266dce7dce24834448355155da7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/715b62c31a5894afcb2b2cdbbc6607d7dd0580c0",
- "reference": "715b62c31a5894afcb2b2cdbbc6607d7dd0580c0",
+ "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/e858ce0f5c12b266dce7dce24834448355155da7",
+ "reference": "e858ce0f5c12b266dce7dce24834448355155da7",
"shasum": ""
},
"require": {
"doctrine/doctrine-bundle": "^2.4",
"doctrine/migrations": "^3.2",
- "php": "^7.2|^8.0",
+ "php": "^7.2 || ^8.0",
"symfony/deprecation-contracts": "^2.1 || ^3",
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0"
},
@@ -1993,27 +1991,21 @@
"composer/semver": "^3.0",
"doctrine/coding-standard": "^12",
"doctrine/orm": "^2.6 || ^3",
- "doctrine/persistence": "^2.0 || ^3 ",
- "phpstan/phpstan": "^1.4",
- "phpstan/phpstan-deprecation-rules": "^1",
- "phpstan/phpstan-phpunit": "^1",
- "phpstan/phpstan-strict-rules": "^1.1",
- "phpstan/phpstan-symfony": "^1.3",
- "phpunit/phpunit": "^8.5|^9.5",
- "psalm/plugin-phpunit": "^0.18.4",
- "psalm/plugin-symfony": "^3 || ^5",
+ "doctrine/persistence": "^2.0 || ^3",
+ "phpstan/phpstan": "^1.4 || ^2",
+ "phpstan/phpstan-deprecation-rules": "^1 || ^2",
+ "phpstan/phpstan-phpunit": "^1 || ^2",
+ "phpstan/phpstan-strict-rules": "^1.1 || ^2",
+ "phpstan/phpstan-symfony": "^1.3 || ^2",
+ "phpunit/phpunit": "^8.5 || ^9.5",
"symfony/phpunit-bridge": "^6.3 || ^7",
- "symfony/var-exporter": "^5.4 || ^6 || ^7",
- "vimeo/psalm": "^4.30 || ^5.15"
+ "symfony/var-exporter": "^5.4 || ^6 || ^7"
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
- "Doctrine\\Bundle\\MigrationsBundle\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
+ "Doctrine\\Bundle\\MigrationsBundle\\": "src"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -2042,7 +2034,7 @@
],
"support": {
"issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues",
- "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.3.1"
+ "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.4.1"
},
"funding": [
{
@@ -2058,7 +2050,7 @@
"type": "tidelift"
}
],
- "time": "2024-05-14T20:32:18+00:00"
+ "time": "2025-01-27T22:48:22+00:00"
},
{
"name": "doctrine/event-manager",
@@ -2494,16 +2486,16 @@
},
{
"name": "doctrine/orm",
- "version": "3.3.1",
+ "version": "3.3.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
- "reference": "b1f8253105aa5382c495e5f9f8ef34e297775428"
+ "reference": "c9557c588b3a70ed93caff069d0aa75737f25609"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/orm/zipball/b1f8253105aa5382c495e5f9f8ef34e297775428",
- "reference": "b1f8253105aa5382c495e5f9f8ef34e297775428",
+ "url": "https://api.github.com/repos/doctrine/orm/zipball/c9557c588b3a70ed93caff069d0aa75737f25609",
+ "reference": "c9557c588b3a70ed93caff069d0aa75737f25609",
"shasum": ""
},
"require": {
@@ -2578,9 +2570,9 @@
],
"support": {
"issues": "https://github.com/doctrine/orm/issues",
- "source": "https://github.com/doctrine/orm/tree/3.3.1"
+ "source": "https://github.com/doctrine/orm/tree/3.3.2"
},
- "time": "2024-12-19T07:08:14+00:00"
+ "time": "2025-02-04T19:43:15+00:00"
},
{
"name": "doctrine/persistence",
@@ -2680,16 +2672,16 @@
},
{
"name": "doctrine/sql-formatter",
- "version": "1.5.1",
+ "version": "1.5.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/sql-formatter.git",
- "reference": "b784cbde727cf806721451dde40eff4fec3bbe86"
+ "reference": "d6d00aba6fd2957fe5216fe2b7673e9985db20c8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/b784cbde727cf806721451dde40eff4fec3bbe86",
- "reference": "b784cbde727cf806721451dde40eff4fec3bbe86",
+ "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/d6d00aba6fd2957fe5216fe2b7673e9985db20c8",
+ "reference": "d6d00aba6fd2957fe5216fe2b7673e9985db20c8",
"shasum": ""
},
"require": {
@@ -2699,8 +2691,7 @@
"doctrine/coding-standard": "^12",
"ergebnis/phpunit-slow-test-detector": "^2.14",
"phpstan/phpstan": "^1.10",
- "phpunit/phpunit": "^10.5",
- "vimeo/psalm": "^5.24"
+ "phpunit/phpunit": "^10.5"
},
"bin": [
"bin/sql-formatter"
@@ -2730,9 +2721,9 @@
],
"support": {
"issues": "https://github.com/doctrine/sql-formatter/issues",
- "source": "https://github.com/doctrine/sql-formatter/tree/1.5.1"
+ "source": "https://github.com/doctrine/sql-formatter/tree/1.5.2"
},
- "time": "2024-10-21T18:21:57+00:00"
+ "time": "2025-01-24T11:45:48+00:00"
},
{
"name": "fakerphp/faker",
@@ -2799,16 +2790,16 @@
},
{
"name": "lcobucci/jwt",
- "version": "5.4.2",
+ "version": "5.5.0",
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
- "reference": "ea1ce71cbf9741e445a5914e2f67cdbb484ff712"
+ "reference": "a835af59b030d3f2967725697cf88300f579088e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/lcobucci/jwt/zipball/ea1ce71cbf9741e445a5914e2f67cdbb484ff712",
- "reference": "ea1ce71cbf9741e445a5914e2f67cdbb484ff712",
+ "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a835af59b030d3f2967725697cf88300f579088e",
+ "reference": "a835af59b030d3f2967725697cf88300f579088e",
"shasum": ""
},
"require": {
@@ -2856,7 +2847,7 @@
],
"support": {
"issues": "https://github.com/lcobucci/jwt/issues",
- "source": "https://github.com/lcobucci/jwt/tree/5.4.2"
+ "source": "https://github.com/lcobucci/jwt/tree/5.5.0"
},
"funding": [
{
@@ -2868,7 +2859,7 @@
"type": "patreon"
}
],
- "time": "2024-11-07T12:54:35+00:00"
+ "time": "2025-01-26T21:29:45+00:00"
},
{
"name": "monolog/monolog",
@@ -2975,16 +2966,16 @@
},
{
"name": "myclabs/php-enum",
- "version": "1.8.4",
+ "version": "1.8.5",
"source": {
"type": "git",
"url": "https://github.com/myclabs/php-enum.git",
- "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483"
+ "reference": "e7be26966b7398204a234f8673fdad5ac6277802"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/myclabs/php-enum/zipball/a867478eae49c9f59ece437ae7f9506bfaa27483",
- "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483",
+ "url": "https://api.github.com/repos/myclabs/php-enum/zipball/e7be26966b7398204a234f8673fdad5ac6277802",
+ "reference": "e7be26966b7398204a234f8673fdad5ac6277802",
"shasum": ""
},
"require": {
@@ -2994,7 +2985,7 @@
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "1.*",
- "vimeo/psalm": "^4.6.2"
+ "vimeo/psalm": "^4.6.2 || ^5.2"
},
"type": "library",
"autoload": {
@@ -3016,13 +3007,13 @@
}
],
"description": "PHP Enum implementation",
- "homepage": "http://github.com/myclabs/php-enum",
+ "homepage": "https://github.com/myclabs/php-enum",
"keywords": [
"enum"
],
"support": {
"issues": "https://github.com/myclabs/php-enum/issues",
- "source": "https://github.com/myclabs/php-enum/tree/1.8.4"
+ "source": "https://github.com/myclabs/php-enum/tree/1.8.5"
},
"funding": [
{
@@ -3034,7 +3025,7 @@
"type": "tidelift"
}
],
- "time": "2022-08-04T09:53:51+00:00"
+ "time": "2025-01-14T11:49:03+00:00"
},
{
"name": "nelmio/cors-bundle",
@@ -3522,16 +3513,16 @@
},
{
"name": "spomky-labs/pki-framework",
- "version": "1.2.1",
+ "version": "1.2.2",
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/pki-framework.git",
- "reference": "0b10c8b53366729417d6226ae89a665f9e2d61b6"
+ "reference": "5ac374c3e295c8b917208ff41b4d30f76668478c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Spomky-Labs/pki-framework/zipball/0b10c8b53366729417d6226ae89a665f9e2d61b6",
- "reference": "0b10c8b53366729417d6226ae89a665f9e2d61b6",
+ "url": "https://api.github.com/repos/Spomky-Labs/pki-framework/zipball/5ac374c3e295c8b917208ff41b4d30f76668478c",
+ "reference": "5ac374c3e295c8b917208ff41b4d30f76668478c",
"shasum": ""
},
"require": {
@@ -3540,21 +3531,19 @@
"php": ">=8.1"
},
"require-dev": {
- "ekino/phpstan-banned-code": "^1.0",
+ "ekino/phpstan-banned-code": "^1.0|^2.0|^3.0",
"ext-gmp": "*",
"ext-openssl": "*",
- "infection/infection": "^0.28",
+ "infection/infection": "^0.28|^0.29",
"php-parallel-lint/php-parallel-lint": "^1.3",
- "phpstan/extension-installer": "^1.3",
- "phpstan/phpstan": "^1.8",
- "phpstan/phpstan-beberlei-assert": "^1.0",
- "phpstan/phpstan-deprecation-rules": "^1.0",
- "phpstan/phpstan-phpunit": "^1.1",
- "phpstan/phpstan-strict-rules": "^1.3",
+ "phpstan/extension-installer": "^1.3|^2.0",
+ "phpstan/phpstan": "^1.8|^2.0",
+ "phpstan/phpstan-deprecation-rules": "^1.0|^2.0",
+ "phpstan/phpstan-phpunit": "^1.1|^2.0",
+ "phpstan/phpstan-strict-rules": "^1.3|^2.0",
"phpunit/phpunit": "^10.1|^11.0",
- "rector/rector": "^1.0",
+ "rector/rector": "^1.0|^2.0",
"roave/security-advisories": "dev-latest",
- "symfony/phpunit-bridge": "^6.4|^7.0",
"symfony/string": "^6.4|^7.0",
"symfony/var-dumper": "^6.4|^7.0",
"symplify/easy-coding-standard": "^12.0"
@@ -3617,7 +3606,7 @@
],
"support": {
"issues": "https://github.com/Spomky-Labs/pki-framework/issues",
- "source": "https://github.com/Spomky-Labs/pki-framework/tree/1.2.1"
+ "source": "https://github.com/Spomky-Labs/pki-framework/tree/1.2.2"
},
"funding": [
{
@@ -3629,7 +3618,7 @@
"type": "patreon"
}
],
- "time": "2024-03-30T18:03:49+00:00"
+ "time": "2025-01-03T09:35:48+00:00"
},
{
"name": "symfony/asset",
@@ -3702,16 +3691,16 @@
},
{
"name": "symfony/cache",
- "version": "v7.2.1",
+ "version": "v7.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
- "reference": "e7e983596b744c4539f31e79b0350a6cf5878a20"
+ "reference": "d33cd9e14326e14a4145c21e600602eaf17cc9e7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/cache/zipball/e7e983596b744c4539f31e79b0350a6cf5878a20",
- "reference": "e7e983596b744c4539f31e79b0350a6cf5878a20",
+ "url": "https://api.github.com/repos/symfony/cache/zipball/d33cd9e14326e14a4145c21e600602eaf17cc9e7",
+ "reference": "d33cd9e14326e14a4145c21e600602eaf17cc9e7",
"shasum": ""
},
"require": {
@@ -3780,7 +3769,7 @@
"psr6"
],
"support": {
- "source": "https://github.com/symfony/cache/tree/v7.2.1"
+ "source": "https://github.com/symfony/cache/tree/v7.2.4"
},
"funding": [
{
@@ -3796,7 +3785,7 @@
"type": "tidelift"
}
],
- "time": "2024-12-07T08:08:50+00:00"
+ "time": "2025-02-26T09:57:54+00:00"
},
{
"name": "symfony/cache-contracts",
@@ -3818,12 +3807,12 @@
},
"type": "library",
"extra": {
+ "thanks": {
+ "url": "https://github.com/symfony/contracts",
+ "name": "symfony/contracts"
+ },
"branch-alias": {
"dev-main": "3.5-dev"
- },
- "thanks": {
- "name": "symfony/contracts",
- "url": "https://github.com/symfony/contracts"
}
},
"autoload": {
@@ -3950,16 +3939,16 @@
},
{
"name": "symfony/config",
- "version": "v7.2.0",
+ "version": "v7.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
- "reference": "bcd3c4adf0144dee5011bb35454728c38adec055"
+ "reference": "7716594aaae91d9141be080240172a92ecca4d44"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/config/zipball/bcd3c4adf0144dee5011bb35454728c38adec055",
- "reference": "bcd3c4adf0144dee5011bb35454728c38adec055",
+ "url": "https://api.github.com/repos/symfony/config/zipball/7716594aaae91d9141be080240172a92ecca4d44",
+ "reference": "7716594aaae91d9141be080240172a92ecca4d44",
"shasum": ""
},
"require": {
@@ -4005,7 +3994,7 @@
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/config/tree/v7.2.0"
+ "source": "https://github.com/symfony/config/tree/v7.2.3"
},
"funding": [
{
@@ -4021,7 +4010,7 @@
"type": "tidelift"
}
],
- "time": "2024-11-04T11:36:24+00:00"
+ "time": "2025-01-22T12:07:01+00:00"
},
{
"name": "symfony/console",
@@ -4118,16 +4107,16 @@
},
{
"name": "symfony/dependency-injection",
- "version": "v7.2.0",
+ "version": "v7.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
- "reference": "a475747af1a1c98272a5471abc35f3da81197c5d"
+ "reference": "f0a1614cccb4b8431a97076f9debc08ddca321ca"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/a475747af1a1c98272a5471abc35f3da81197c5d",
- "reference": "a475747af1a1c98272a5471abc35f3da81197c5d",
+ "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/f0a1614cccb4b8431a97076f9debc08ddca321ca",
+ "reference": "f0a1614cccb4b8431a97076f9debc08ddca321ca",
"shasum": ""
},
"require": {
@@ -4178,7 +4167,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/dependency-injection/tree/v7.2.0"
+ "source": "https://github.com/symfony/dependency-injection/tree/v7.2.4"
},
"funding": [
{
@@ -4194,7 +4183,7 @@
"type": "tidelift"
}
],
- "time": "2024-11-25T15:45:00+00:00"
+ "time": "2025-02-21T09:47:16+00:00"
},
{
"name": "symfony/deprecation-contracts",
@@ -4265,21 +4254,21 @@
},
{
"name": "symfony/doctrine-bridge",
- "version": "v7.2.1",
+ "version": "v7.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/doctrine-bridge.git",
- "reference": "b492be51eb703723d682851a0c9fb39b9d1a7bfb"
+ "reference": "95bc5dde5202828bbc462bc06ba67cd244fa8a15"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/b492be51eb703723d682851a0c9fb39b9d1a7bfb",
- "reference": "b492be51eb703723d682851a0c9fb39b9d1a7bfb",
+ "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/95bc5dde5202828bbc462bc06ba67cd244fa8a15",
+ "reference": "95bc5dde5202828bbc462bc06ba67cd244fa8a15",
"shasum": ""
},
"require": {
"doctrine/event-manager": "^2",
- "doctrine/persistence": "^3.1",
+ "doctrine/persistence": "^3.1|^4",
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-ctype": "~1.8",
@@ -4354,7 +4343,7 @@
"description": "Provides integration for Doctrine with various Symfony components",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/doctrine-bridge/tree/v7.2.1"
+ "source": "https://github.com/symfony/doctrine-bridge/tree/v7.2.4"
},
"funding": [
{
@@ -4370,7 +4359,7 @@
"type": "tidelift"
}
],
- "time": "2024-12-07T08:50:44+00:00"
+ "time": "2025-02-18T16:43:05+00:00"
},
{
"name": "symfony/dotenv",
@@ -4448,16 +4437,16 @@
},
{
"name": "symfony/error-handler",
- "version": "v7.2.1",
+ "version": "v7.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
- "reference": "6150b89186573046167796fa5f3f76601d5145f8"
+ "reference": "aabf79938aa795350c07ce6464dd1985607d95d5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/error-handler/zipball/6150b89186573046167796fa5f3f76601d5145f8",
- "reference": "6150b89186573046167796fa5f3f76601d5145f8",
+ "url": "https://api.github.com/repos/symfony/error-handler/zipball/aabf79938aa795350c07ce6464dd1985607d95d5",
+ "reference": "aabf79938aa795350c07ce6464dd1985607d95d5",
"shasum": ""
},
"require": {
@@ -4503,7 +4492,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/error-handler/tree/v7.2.1"
+ "source": "https://github.com/symfony/error-handler/tree/v7.2.4"
},
"funding": [
{
@@ -4519,7 +4508,7 @@
"type": "tidelift"
}
],
- "time": "2024-12-07T08:50:44+00:00"
+ "time": "2025-02-02T20:27:07+00:00"
},
{
"name": "symfony/event-dispatcher",
@@ -4621,12 +4610,12 @@
},
"type": "library",
"extra": {
+ "thanks": {
+ "url": "https://github.com/symfony/contracts",
+ "name": "symfony/contracts"
+ },
"branch-alias": {
"dev-main": "3.5-dev"
- },
- "thanks": {
- "name": "symfony/contracts",
- "url": "https://github.com/symfony/contracts"
}
},
"autoload": {
@@ -4809,16 +4798,16 @@
},
{
"name": "symfony/finder",
- "version": "v7.2.0",
+ "version": "v7.2.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
- "reference": "6de263e5868b9a137602dd1e33e4d48bfae99c49"
+ "reference": "87a71856f2f56e4100373e92529eed3171695cfb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/6de263e5868b9a137602dd1e33e4d48bfae99c49",
- "reference": "6de263e5868b9a137602dd1e33e4d48bfae99c49",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/87a71856f2f56e4100373e92529eed3171695cfb",
+ "reference": "87a71856f2f56e4100373e92529eed3171695cfb",
"shasum": ""
},
"require": {
@@ -4853,7 +4842,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/finder/tree/v7.2.0"
+ "source": "https://github.com/symfony/finder/tree/v7.2.2"
},
"funding": [
{
@@ -4869,7 +4858,7 @@
"type": "tidelift"
}
],
- "time": "2024-10-23T06:56:12+00:00"
+ "time": "2024-12-30T19:00:17+00:00"
},
{
"name": "symfony/flex",
@@ -4941,16 +4930,16 @@
},
{
"name": "symfony/framework-bundle",
- "version": "v7.2.1",
+ "version": "v7.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/framework-bundle.git",
- "reference": "1c630f4697c9bd87b342e8090cc9022071af4d77"
+ "reference": "6d6614378cd8128eed0a037ce6ac51a26c5aaed5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/1c630f4697c9bd87b342e8090cc9022071af4d77",
- "reference": "1c630f4697c9bd87b342e8090cc9022071af4d77",
+ "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/6d6614378cd8128eed0a037ce6ac51a26c5aaed5",
+ "reference": "6d6614378cd8128eed0a037ce6ac51a26c5aaed5",
"shasum": ""
},
"require": {
@@ -5071,7 +5060,7 @@
"description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/framework-bundle/tree/v7.2.1"
+ "source": "https://github.com/symfony/framework-bundle/tree/v7.2.4"
},
"funding": [
{
@@ -5087,20 +5076,20 @@
"type": "tidelift"
}
],
- "time": "2024-12-07T13:24:01+00:00"
+ "time": "2025-02-26T08:19:39+00:00"
},
{
"name": "symfony/http-client",
- "version": "v7.2.1",
+ "version": "v7.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
- "reference": "ff4df2b68d1c67abb9fef146e6540ea16b58d99e"
+ "reference": "78981a2ffef6437ed92d4d7e2a86a82f256c6dc6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-client/zipball/ff4df2b68d1c67abb9fef146e6540ea16b58d99e",
- "reference": "ff4df2b68d1c67abb9fef146e6540ea16b58d99e",
+ "url": "https://api.github.com/repos/symfony/http-client/zipball/78981a2ffef6437ed92d4d7e2a86a82f256c6dc6",
+ "reference": "78981a2ffef6437ed92d4d7e2a86a82f256c6dc6",
"shasum": ""
},
"require": {
@@ -5166,7 +5155,7 @@
"http"
],
"support": {
- "source": "https://github.com/symfony/http-client/tree/v7.2.1"
+ "source": "https://github.com/symfony/http-client/tree/v7.2.4"
},
"funding": [
{
@@ -5182,7 +5171,7 @@
"type": "tidelift"
}
],
- "time": "2024-12-07T08:50:44+00:00"
+ "time": "2025-02-13T10:27:23+00:00"
},
{
"name": "symfony/http-client-contracts",
@@ -5264,16 +5253,16 @@
},
{
"name": "symfony/http-foundation",
- "version": "v7.2.0",
+ "version": "v7.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
- "reference": "e88a66c3997859532bc2ddd6dd8f35aba2711744"
+ "reference": "ee1b504b8926198be89d05e5b6fc4c3810c090f0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e88a66c3997859532bc2ddd6dd8f35aba2711744",
- "reference": "e88a66c3997859532bc2ddd6dd8f35aba2711744",
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ee1b504b8926198be89d05e5b6fc4c3810c090f0",
+ "reference": "ee1b504b8926198be89d05e5b6fc4c3810c090f0",
"shasum": ""
},
"require": {
@@ -5322,7 +5311,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-foundation/tree/v7.2.0"
+ "source": "https://github.com/symfony/http-foundation/tree/v7.2.3"
},
"funding": [
{
@@ -5338,20 +5327,20 @@
"type": "tidelift"
}
],
- "time": "2024-11-13T18:58:46+00:00"
+ "time": "2025-01-17T10:56:55+00:00"
},
{
"name": "symfony/http-kernel",
- "version": "v7.2.1",
+ "version": "v7.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
- "reference": "d8ae58eecae44c8e66833e76cc50a4ad3c002d97"
+ "reference": "9f1103734c5789798fefb90e91de4586039003ed"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d8ae58eecae44c8e66833e76cc50a4ad3c002d97",
- "reference": "d8ae58eecae44c8e66833e76cc50a4ad3c002d97",
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9f1103734c5789798fefb90e91de4586039003ed",
+ "reference": "9f1103734c5789798fefb90e91de4586039003ed",
"shasum": ""
},
"require": {
@@ -5436,7 +5425,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-kernel/tree/v7.2.1"
+ "source": "https://github.com/symfony/http-kernel/tree/v7.2.4"
},
"funding": [
{
@@ -5452,7 +5441,7 @@
"type": "tidelift"
}
],
- "time": "2024-12-11T12:09:10+00:00"
+ "time": "2025-02-26T11:01:22+00:00"
},
{
"name": "symfony/mercure",
@@ -6009,16 +5998,16 @@
},
{
"name": "symfony/property-access",
- "version": "v7.2.0",
+ "version": "v7.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/property-access.git",
- "reference": "3ae42efba01e45aaedecf5c93c8d6a3ab3a82276"
+ "reference": "b28732e315d81fbec787f838034de7d6c9b2b902"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/property-access/zipball/3ae42efba01e45aaedecf5c93c8d6a3ab3a82276",
- "reference": "3ae42efba01e45aaedecf5c93c8d6a3ab3a82276",
+ "url": "https://api.github.com/repos/symfony/property-access/zipball/b28732e315d81fbec787f838034de7d6c9b2b902",
+ "reference": "b28732e315d81fbec787f838034de7d6c9b2b902",
"shasum": ""
},
"require": {
@@ -6065,7 +6054,7 @@
"reflection"
],
"support": {
- "source": "https://github.com/symfony/property-access/tree/v7.2.0"
+ "source": "https://github.com/symfony/property-access/tree/v7.2.3"
},
"funding": [
{
@@ -6081,31 +6070,33 @@
"type": "tidelift"
}
],
- "time": "2024-09-26T12:28:35+00:00"
+ "time": "2025-01-17T10:56:55+00:00"
},
{
"name": "symfony/property-info",
- "version": "v7.2.1",
+ "version": "v7.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/property-info.git",
- "reference": "65fb9be15380f949d72ff405473cce733364b8b4"
+ "reference": "dedb118fd588a92f226b390250b384d25f4192fe"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/property-info/zipball/65fb9be15380f949d72ff405473cce733364b8b4",
- "reference": "65fb9be15380f949d72ff405473cce733364b8b4",
+ "url": "https://api.github.com/repos/symfony/property-info/zipball/dedb118fd588a92f226b390250b384d25f4192fe",
+ "reference": "dedb118fd588a92f226b390250b384d25f4192fe",
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/string": "^6.4|^7.0",
- "symfony/type-info": "^7.1"
+ "symfony/type-info": "~7.1.9|^7.2.2"
},
"conflict": {
"phpdocumentor/reflection-docblock": "<5.2",
"phpdocumentor/type-resolver": "<1.5.1",
- "symfony/dependency-injection": "<6.4"
+ "symfony/cache": "<6.4",
+ "symfony/dependency-injection": "<6.4",
+ "symfony/serializer": "<6.4"
},
"require-dev": {
"phpdocumentor/reflection-docblock": "^5.2",
@@ -6148,7 +6139,7 @@
"validator"
],
"support": {
- "source": "https://github.com/symfony/property-info/tree/v7.2.1"
+ "source": "https://github.com/symfony/property-info/tree/v7.2.3"
},
"funding": [
{
@@ -6164,20 +6155,20 @@
"type": "tidelift"
}
],
- "time": "2024-12-07T08:50:44+00:00"
+ "time": "2025-01-27T11:08:17+00:00"
},
{
"name": "symfony/routing",
- "version": "v7.2.0",
+ "version": "v7.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
- "reference": "e10a2450fa957af6c448b9b93c9010a4e4c0725e"
+ "reference": "ee9a67edc6baa33e5fae662f94f91fd262930996"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/routing/zipball/e10a2450fa957af6c448b9b93c9010a4e4c0725e",
- "reference": "e10a2450fa957af6c448b9b93c9010a4e4c0725e",
+ "url": "https://api.github.com/repos/symfony/routing/zipball/ee9a67edc6baa33e5fae662f94f91fd262930996",
+ "reference": "ee9a67edc6baa33e5fae662f94f91fd262930996",
"shasum": ""
},
"require": {
@@ -6229,7 +6220,7 @@
"url"
],
"support": {
- "source": "https://github.com/symfony/routing/tree/v7.2.0"
+ "source": "https://github.com/symfony/routing/tree/v7.2.3"
},
"funding": [
{
@@ -6245,20 +6236,20 @@
"type": "tidelift"
}
],
- "time": "2024-11-25T11:08:51+00:00"
+ "time": "2025-01-17T10:56:55+00:00"
},
{
"name": "symfony/runtime",
- "version": "v7.2.0",
+ "version": "v7.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/runtime.git",
- "reference": "2c350568f3eaccb25fbbbf962bd67cde273121a7"
+ "reference": "8e8d09bd69b7f6c0260dd3d58f37bd4fbdeab5ad"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/runtime/zipball/2c350568f3eaccb25fbbbf962bd67cde273121a7",
- "reference": "2c350568f3eaccb25fbbbf962bd67cde273121a7",
+ "url": "https://api.github.com/repos/symfony/runtime/zipball/8e8d09bd69b7f6c0260dd3d58f37bd4fbdeab5ad",
+ "reference": "8e8d09bd69b7f6c0260dd3d58f37bd4fbdeab5ad",
"shasum": ""
},
"require": {
@@ -6308,7 +6299,7 @@
"runtime"
],
"support": {
- "source": "https://github.com/symfony/runtime/tree/v7.2.0"
+ "source": "https://github.com/symfony/runtime/tree/v7.2.3"
},
"funding": [
{
@@ -6324,20 +6315,20 @@
"type": "tidelift"
}
],
- "time": "2024-11-06T11:43:25+00:00"
+ "time": "2024-12-29T21:39:47+00:00"
},
{
"name": "symfony/security-bundle",
- "version": "v7.2.0",
+ "version": "v7.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-bundle.git",
- "reference": "4bed2029576bf02a6915c5a58bc8a174af338e6f"
+ "reference": "721de227035c6e4c322fb7dd4839586d58bc0cf5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/security-bundle/zipball/4bed2029576bf02a6915c5a58bc8a174af338e6f",
- "reference": "4bed2029576bf02a6915c5a58bc8a174af338e6f",
+ "url": "https://api.github.com/repos/symfony/security-bundle/zipball/721de227035c6e4c322fb7dd4839586d58bc0cf5",
+ "reference": "721de227035c6e4c322fb7dd4839586d58bc0cf5",
"shasum": ""
},
"require": {
@@ -6414,7 +6405,7 @@
"description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/security-bundle/tree/v7.2.0"
+ "source": "https://github.com/symfony/security-bundle/tree/v7.2.3"
},
"funding": [
{
@@ -6430,20 +6421,20 @@
"type": "tidelift"
}
],
- "time": "2024-10-23T08:31:32+00:00"
+ "time": "2025-01-07T09:39:55+00:00"
},
{
"name": "symfony/security-core",
- "version": "v7.2.0",
+ "version": "v7.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-core.git",
- "reference": "fdbf318b939a86f89b0c071f60b9d551261d3cc1"
+ "reference": "466784ffcd0b5a16e05394335897f790b17d07e4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/security-core/zipball/fdbf318b939a86f89b0c071f60b9d551261d3cc1",
- "reference": "fdbf318b939a86f89b0c071f60b9d551261d3cc1",
+ "url": "https://api.github.com/repos/symfony/security-core/zipball/466784ffcd0b5a16e05394335897f790b17d07e4",
+ "reference": "466784ffcd0b5a16e05394335897f790b17d07e4",
"shasum": ""
},
"require": {
@@ -6501,7 +6492,7 @@
"description": "Symfony Security Component - Core Library",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/security-core/tree/v7.2.0"
+ "source": "https://github.com/symfony/security-core/tree/v7.2.3"
},
"funding": [
{
@@ -6517,20 +6508,20 @@
"type": "tidelift"
}
],
- "time": "2024-11-27T09:50:52+00:00"
+ "time": "2025-01-27T11:08:17+00:00"
},
{
"name": "symfony/security-csrf",
- "version": "v7.2.0",
+ "version": "v7.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-csrf.git",
- "reference": "5d884aff316bd4f24c4c2ab4d5f02a00df4b08cf"
+ "reference": "2b4b0c46c901729e4e90719eacd980381f53e0a3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/security-csrf/zipball/5d884aff316bd4f24c4c2ab4d5f02a00df4b08cf",
- "reference": "5d884aff316bd4f24c4c2ab4d5f02a00df4b08cf",
+ "url": "https://api.github.com/repos/symfony/security-csrf/zipball/2b4b0c46c901729e4e90719eacd980381f53e0a3",
+ "reference": "2b4b0c46c901729e4e90719eacd980381f53e0a3",
"shasum": ""
},
"require": {
@@ -6571,7 +6562,7 @@
"description": "Symfony Security Component - CSRF Library",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/security-csrf/tree/v7.2.0"
+ "source": "https://github.com/symfony/security-csrf/tree/v7.2.3"
},
"funding": [
{
@@ -6587,20 +6578,20 @@
"type": "tidelift"
}
],
- "time": "2024-10-08T13:08:31+00:00"
+ "time": "2025-01-02T18:42:10+00:00"
},
{
"name": "symfony/security-http",
- "version": "v7.2.1",
+ "version": "v7.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-http.git",
- "reference": "125844598d9cef4fe72a9f6c4a78ac7c59c3f532"
+ "reference": "8478e95e273f8daa23bf4860dbad2a09d3fb3722"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/security-http/zipball/125844598d9cef4fe72a9f6c4a78ac7c59c3f532",
- "reference": "125844598d9cef4fe72a9f6c4a78ac7c59c3f532",
+ "url": "https://api.github.com/repos/symfony/security-http/zipball/8478e95e273f8daa23bf4860dbad2a09d3fb3722",
+ "reference": "8478e95e273f8daa23bf4860dbad2a09d3fb3722",
"shasum": ""
},
"require": {
@@ -6659,7 +6650,7 @@
"description": "Symfony Security Component - HTTP Integration",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/security-http/tree/v7.2.1"
+ "source": "https://github.com/symfony/security-http/tree/v7.2.4"
},
"funding": [
{
@@ -6675,20 +6666,20 @@
"type": "tidelift"
}
],
- "time": "2024-12-07T08:50:44+00:00"
+ "time": "2025-02-11T16:46:20+00:00"
},
{
"name": "symfony/serializer",
- "version": "v7.2.0",
+ "version": "v7.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
- "reference": "3f5ed9f5e6c02e3853109190ba38408f5e1d2dd0"
+ "reference": "d3e6cd13f035e1061647f0144b5623a1e7e775ba"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/serializer/zipball/3f5ed9f5e6c02e3853109190ba38408f5e1d2dd0",
- "reference": "3f5ed9f5e6c02e3853109190ba38408f5e1d2dd0",
+ "url": "https://api.github.com/repos/symfony/serializer/zipball/d3e6cd13f035e1061647f0144b5623a1e7e775ba",
+ "reference": "d3e6cd13f035e1061647f0144b5623a1e7e775ba",
"shasum": ""
},
"require": {
@@ -6757,7 +6748,7 @@
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/serializer/tree/v7.2.0"
+ "source": "https://github.com/symfony/serializer/tree/v7.2.4"
},
"funding": [
{
@@ -6773,7 +6764,7 @@
"type": "tidelift"
}
],
- "time": "2024-11-25T15:21:05+00:00"
+ "time": "2025-02-24T10:49:57+00:00"
},
{
"name": "symfony/service-contracts",
@@ -6799,12 +6790,12 @@
},
"type": "library",
"extra": {
+ "thanks": {
+ "url": "https://github.com/symfony/contracts",
+ "name": "symfony/contracts"
+ },
"branch-alias": {
"dev-main": "3.5-dev"
- },
- "thanks": {
- "name": "symfony/contracts",
- "url": "https://github.com/symfony/contracts"
}
},
"autoload": {
@@ -6860,16 +6851,16 @@
},
{
"name": "symfony/stopwatch",
- "version": "v7.2.0",
+ "version": "v7.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
- "reference": "696f418b0d722a4225e1c3d95489d262971ca924"
+ "reference": "5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/stopwatch/zipball/696f418b0d722a4225e1c3d95489d262971ca924",
- "reference": "696f418b0d722a4225e1c3d95489d262971ca924",
+ "url": "https://api.github.com/repos/symfony/stopwatch/zipball/5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd",
+ "reference": "5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd",
"shasum": ""
},
"require": {
@@ -6902,7 +6893,7 @@
"description": "Provides a way to profile code",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/stopwatch/tree/v7.2.0"
+ "source": "https://github.com/symfony/stopwatch/tree/v7.2.4"
},
"funding": [
{
@@ -6918,7 +6909,7 @@
"type": "tidelift"
}
],
- "time": "2024-09-25T14:21:43+00:00"
+ "time": "2025-02-24T10:49:57+00:00"
},
{
"name": "symfony/string",
@@ -7026,12 +7017,12 @@
},
"type": "library",
"extra": {
+ "thanks": {
+ "url": "https://github.com/symfony/contracts",
+ "name": "symfony/contracts"
+ },
"branch-alias": {
"dev-main": "3.5-dev"
- },
- "thanks": {
- "name": "symfony/contracts",
- "url": "https://github.com/symfony/contracts"
}
},
"autoload": {
@@ -7087,16 +7078,16 @@
},
{
"name": "symfony/twig-bridge",
- "version": "v7.2.1",
+ "version": "v7.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bridge.git",
- "reference": "d5cdf4d59da5ab44ebd7503480c22d8235887de0"
+ "reference": "45c00afd4c9accf00a91215067c2858e5a9a3c4e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/d5cdf4d59da5ab44ebd7503480c22d8235887de0",
- "reference": "d5cdf4d59da5ab44ebd7503480c22d8235887de0",
+ "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/45c00afd4c9accf00a91215067c2858e5a9a3c4e",
+ "reference": "45c00afd4c9accf00a91215067c2858e5a9a3c4e",
"shasum": ""
},
"require": {
@@ -7177,7 +7168,7 @@
"description": "Provides integration for Twig with various Symfony components",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/twig-bridge/tree/v7.2.1"
+ "source": "https://github.com/symfony/twig-bridge/tree/v7.2.4"
},
"funding": [
{
@@ -7193,7 +7184,7 @@
"type": "tidelift"
}
],
- "time": "2024-12-07T09:50:32+00:00"
+ "time": "2025-02-14T14:27:24+00:00"
},
{
"name": "symfony/twig-bundle",
@@ -7281,16 +7272,16 @@
},
{
"name": "symfony/type-info",
- "version": "v7.2.1",
+ "version": "v7.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/type-info.git",
- "reference": "4f402070b08ad0b87e9cadbb07b87fb36061e6e4"
+ "reference": "269344575181c326781382ed53f7262feae3c6a4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/type-info/zipball/4f402070b08ad0b87e9cadbb07b87fb36061e6e4",
- "reference": "4f402070b08ad0b87e9cadbb07b87fb36061e6e4",
+ "url": "https://api.github.com/repos/symfony/type-info/zipball/269344575181c326781382ed53f7262feae3c6a4",
+ "reference": "269344575181c326781382ed53f7262feae3c6a4",
"shasum": ""
},
"require": {
@@ -7336,7 +7327,7 @@
"type"
],
"support": {
- "source": "https://github.com/symfony/type-info/tree/v7.2.1"
+ "source": "https://github.com/symfony/type-info/tree/v7.2.4"
},
"funding": [
{
@@ -7352,7 +7343,7 @@
"type": "tidelift"
}
],
- "time": "2024-12-11T07:49:41+00:00"
+ "time": "2025-02-25T15:19:41+00:00"
},
{
"name": "symfony/uid",
@@ -7430,16 +7421,16 @@
},
{
"name": "symfony/validator",
- "version": "v7.2.0",
+ "version": "v7.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
- "reference": "ddad20aa8cf7a45a9d6300e5776b8d252dc3524b"
+ "reference": "00936b34ef29d0e0e9a5340bbce6e7562092da56"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/validator/zipball/ddad20aa8cf7a45a9d6300e5776b8d252dc3524b",
- "reference": "ddad20aa8cf7a45a9d6300e5776b8d252dc3524b",
+ "url": "https://api.github.com/repos/symfony/validator/zipball/00936b34ef29d0e0e9a5340bbce6e7562092da56",
+ "reference": "00936b34ef29d0e0e9a5340bbce6e7562092da56",
"shasum": ""
},
"require": {
@@ -7507,7 +7498,7 @@
"description": "Provides tools to validate values",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/validator/tree/v7.2.0"
+ "source": "https://github.com/symfony/validator/tree/v7.2.4"
},
"funding": [
{
@@ -7523,20 +7514,20 @@
"type": "tidelift"
}
],
- "time": "2024-11-27T09:50:52+00:00"
+ "time": "2025-02-21T09:47:16+00:00"
},
{
"name": "symfony/var-dumper",
- "version": "v7.2.0",
+ "version": "v7.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
- "reference": "c6a22929407dec8765d6e2b6ff85b800b245879c"
+ "reference": "82b478c69745d8878eb60f9a049a4d584996f73a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c6a22929407dec8765d6e2b6ff85b800b245879c",
- "reference": "c6a22929407dec8765d6e2b6ff85b800b245879c",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/82b478c69745d8878eb60f9a049a4d584996f73a",
+ "reference": "82b478c69745d8878eb60f9a049a4d584996f73a",
"shasum": ""
},
"require": {
@@ -7590,7 +7581,7 @@
"dump"
],
"support": {
- "source": "https://github.com/symfony/var-dumper/tree/v7.2.0"
+ "source": "https://github.com/symfony/var-dumper/tree/v7.2.3"
},
"funding": [
{
@@ -7606,20 +7597,20 @@
"type": "tidelift"
}
],
- "time": "2024-11-08T15:48:14+00:00"
+ "time": "2025-01-17T11:39:41+00:00"
},
{
"name": "symfony/var-exporter",
- "version": "v7.2.0",
+ "version": "v7.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
- "reference": "1a6a89f95a46af0f142874c9d650a6358d13070d"
+ "reference": "4ede73aa7a73d81506002d2caadbbdad1ef5b69a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-exporter/zipball/1a6a89f95a46af0f142874c9d650a6358d13070d",
- "reference": "1a6a89f95a46af0f142874c9d650a6358d13070d",
+ "url": "https://api.github.com/repos/symfony/var-exporter/zipball/4ede73aa7a73d81506002d2caadbbdad1ef5b69a",
+ "reference": "4ede73aa7a73d81506002d2caadbbdad1ef5b69a",
"shasum": ""
},
"require": {
@@ -7666,7 +7657,7 @@
"serialize"
],
"support": {
- "source": "https://github.com/symfony/var-exporter/tree/v7.2.0"
+ "source": "https://github.com/symfony/var-exporter/tree/v7.2.4"
},
"funding": [
{
@@ -7682,7 +7673,7 @@
"type": "tidelift"
}
],
- "time": "2024-10-18T07:58:17+00:00"
+ "time": "2025-02-13T10:27:23+00:00"
},
{
"name": "symfony/web-link",
@@ -7769,16 +7760,16 @@
},
{
"name": "symfony/yaml",
- "version": "v7.2.0",
+ "version": "v7.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
- "reference": "099581e99f557e9f16b43c5916c26380b54abb22"
+ "reference": "ac238f173df0c9c1120f862d0f599e17535a87ec"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/yaml/zipball/099581e99f557e9f16b43c5916c26380b54abb22",
- "reference": "099581e99f557e9f16b43c5916c26380b54abb22",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/ac238f173df0c9c1120f862d0f599e17535a87ec",
+ "reference": "ac238f173df0c9c1120f862d0f599e17535a87ec",
"shasum": ""
},
"require": {
@@ -7821,7 +7812,7 @@
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/yaml/tree/v7.2.0"
+ "source": "https://github.com/symfony/yaml/tree/v7.2.3"
},
"funding": [
{
@@ -7837,28 +7828,27 @@
"type": "tidelift"
}
],
- "time": "2024-10-23T06:56:12+00:00"
+ "time": "2025-01-07T12:55:42+00:00"
},
{
"name": "twig/twig",
- "version": "v3.19.0",
+ "version": "v3.20.0",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
- "reference": "d4f8c2b86374f08efc859323dbcd95c590f7124e"
+ "reference": "3468920399451a384bef53cf7996965f7cd40183"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/twigphp/Twig/zipball/d4f8c2b86374f08efc859323dbcd95c590f7124e",
- "reference": "d4f8c2b86374f08efc859323dbcd95c590f7124e",
+ "url": "https://api.github.com/repos/twigphp/Twig/zipball/3468920399451a384bef53cf7996965f7cd40183",
+ "reference": "3468920399451a384bef53cf7996965f7cd40183",
"shasum": ""
},
"require": {
- "php": ">=8.0.2",
+ "php": ">=8.1.0",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-ctype": "^1.8",
- "symfony/polyfill-mbstring": "^1.3",
- "symfony/polyfill-php81": "^1.29"
+ "symfony/polyfill-mbstring": "^1.3"
},
"require-dev": {
"phpstan/phpstan": "^2.0",
@@ -7905,7 +7895,7 @@
],
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
- "source": "https://github.com/twigphp/Twig/tree/v3.19.0"
+ "source": "https://github.com/twigphp/Twig/tree/v3.20.0"
},
"funding": [
{
@@ -7917,20 +7907,20 @@
"type": "tidelift"
}
],
- "time": "2025-01-29T07:06:14+00:00"
+ "time": "2025-02-13T08:34:43+00:00"
},
{
"name": "web-token/jwt-bundle",
- "version": "4.0.1",
+ "version": "4.0.3",
"source": {
"type": "git",
"url": "https://github.com/web-token/jwt-bundle.git",
- "reference": "21ed00ec7a3741966f34ee8f70fbdfaa21823407"
+ "reference": "08e3bbedc01e478a85f1779622b5b735b9b9b71f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/web-token/jwt-bundle/zipball/21ed00ec7a3741966f34ee8f70fbdfaa21823407",
- "reference": "21ed00ec7a3741966f34ee8f70fbdfaa21823407",
+ "url": "https://api.github.com/repos/web-token/jwt-bundle/zipball/08e3bbedc01e478a85f1779622b5b735b9b9b71f",
+ "reference": "08e3bbedc01e478a85f1779622b5b735b9b9b71f",
"shasum": ""
},
"require": {
@@ -7988,7 +7978,7 @@
"symfony"
],
"support": {
- "source": "https://github.com/web-token/jwt-bundle/tree/4.0.1"
+ "source": "https://github.com/web-token/jwt-bundle/tree/4.0.3"
},
"funding": [
{
@@ -8000,20 +7990,20 @@
"type": "patreon"
}
],
- "time": "2024-07-09T16:28:26+00:00"
+ "time": "2025-02-09T09:56:08+00:00"
},
{
"name": "web-token/jwt-library",
- "version": "4.0.1",
+ "version": "4.0.3",
"source": {
"type": "git",
"url": "https://github.com/web-token/jwt-library.git",
- "reference": "cdf0d7ca1c9f3a7c6c8589a02e4b810f5ab74cd4"
+ "reference": "3009d118320dd78d9c1d4f4cc506a20647bf747a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/web-token/jwt-library/zipball/cdf0d7ca1c9f3a7c6c8589a02e4b810f5ab74cd4",
- "reference": "cdf0d7ca1c9f3a7c6c8589a02e4b810f5ab74cd4",
+ "url": "https://api.github.com/repos/web-token/jwt-library/zipball/3009d118320dd78d9c1d4f4cc506a20647bf747a",
+ "reference": "3009d118320dd78d9c1d4f4cc506a20647bf747a",
"shasum": ""
},
"require": {
@@ -8078,7 +8068,7 @@
],
"support": {
"issues": "https://github.com/web-token/jwt-library/issues",
- "source": "https://github.com/web-token/jwt-library/tree/4.0.1"
+ "source": "https://github.com/web-token/jwt-library/tree/4.0.3"
},
"funding": [
{
@@ -8090,7 +8080,7 @@
"type": "patreon"
}
],
- "time": "2024-07-09T16:28:26+00:00"
+ "time": "2025-01-03T17:50:45+00:00"
},
{
"name": "webonyx/graphql-php",
@@ -8283,16 +8273,16 @@
},
{
"name": "zenstruck/foundry",
- "version": "v2.3.1",
+ "version": "v2.3.6",
"source": {
"type": "git",
"url": "https://github.com/zenstruck/foundry.git",
- "reference": "6f744b05706c1780e61368f23bf77e18c83d8fcd"
+ "reference": "4a647475f7f65f52b238db8b82c55df5dc3bf6fa"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/zenstruck/foundry/zipball/6f744b05706c1780e61368f23bf77e18c83d8fcd",
- "reference": "6f744b05706c1780e61368f23bf77e18c83d8fcd",
+ "url": "https://api.github.com/repos/zenstruck/foundry/zipball/4a647475f7f65f52b238db8b82c55df5dc3bf6fa",
+ "reference": "4a647475f7f65f52b238db8b82c55df5dc3bf6fa",
"shasum": ""
},
"require": {
@@ -8308,11 +8298,12 @@
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
"brianium/paratest": "^6|^7",
- "dama/doctrine-test-bundle": "^7.0|^8.0",
+ "dama/doctrine-test-bundle": "^8.0",
"doctrine/collections": "^1.7|^2.0",
- "doctrine/common": "^3.2",
+ "doctrine/common": "^3.2.2",
"doctrine/doctrine-bundle": "^2.10",
"doctrine/doctrine-migrations-bundle": "^2.2|^3.0",
+ "doctrine/mongodb-odm": "^2.4",
"doctrine/mongodb-odm-bundle": "^4.6|^5.0",
"doctrine/orm": "^2.16|^3.0",
"phpunit/phpunit": "^9.5.0 || ^10.0 || ^11.0",
@@ -8322,6 +8313,7 @@
"symfony/phpunit-bridge": "^6.4|^7.0",
"symfony/runtime": "^6.4|^7.0",
"symfony/translation-contracts": "^3.4",
+ "symfony/uid": "^6.4|^7.0",
"symfony/var-dumper": "^6.4|^7.0",
"symfony/yaml": "^6.4|^7.0"
},
@@ -8374,7 +8366,7 @@
],
"support": {
"issues": "https://github.com/zenstruck/foundry/issues",
- "source": "https://github.com/zenstruck/foundry/tree/v2.3.1"
+ "source": "https://github.com/zenstruck/foundry/tree/v2.3.6"
},
"funding": [
{
@@ -8382,22 +8374,22 @@
"type": "github"
}
],
- "time": "2024-12-12T09:03:06+00:00"
+ "time": "2025-02-25T18:18:47+00:00"
}
],
"packages-dev": [
{
"name": "dama/doctrine-test-bundle",
- "version": "v8.2.0",
+ "version": "v8.2.2",
"source": {
"type": "git",
"url": "https://github.com/dmaicher/doctrine-test-bundle.git",
- "reference": "1f81a280ea63f049d24e9c8ce00e557b18e0ff2f"
+ "reference": "eefe54fdf00d910f808efea9cfce9cc261064a0a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/1f81a280ea63f049d24e9c8ce00e557b18e0ff2f",
- "reference": "1f81a280ea63f049d24e9c8ce00e557b18e0ff2f",
+ "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/eefe54fdf00d910f808efea9cfce9cc261064a0a",
+ "reference": "eefe54fdf00d910f808efea9cfce9cc261064a0a",
"shasum": ""
},
"require": {
@@ -8411,9 +8403,9 @@
"require-dev": {
"behat/behat": "^3.0",
"friendsofphp/php-cs-fixer": "^3.27",
- "phpstan/phpstan": "^1.2",
+ "phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^8.0 || ^9.0 || ^10.0 || ^11.0",
- "symfony/phpunit-bridge": "^6.3",
+ "symfony/phpunit-bridge": "^7.2",
"symfony/process": "^5.4 || ^6.3 || ^7.0",
"symfony/yaml": "^5.4 || ^6.3 || ^7.0"
},
@@ -8449,39 +8441,39 @@
],
"support": {
"issues": "https://github.com/dmaicher/doctrine-test-bundle/issues",
- "source": "https://github.com/dmaicher/doctrine-test-bundle/tree/v8.2.0"
+ "source": "https://github.com/dmaicher/doctrine-test-bundle/tree/v8.2.2"
},
- "time": "2024-05-28T15:41:06+00:00"
+ "time": "2025-02-04T14:37:36+00:00"
},
{
"name": "icecave/parity",
- "version": "1.0.0",
+ "version": "3.0.1",
"source": {
"type": "git",
"url": "https://github.com/icecave/parity.git",
- "reference": "0109fef58b3230d23b20b2ac52ecdf477218d300"
+ "reference": "4fe835483e0f89f0f96763c47cb9fdca26c24bdc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/icecave/parity/zipball/0109fef58b3230d23b20b2ac52ecdf477218d300",
- "reference": "0109fef58b3230d23b20b2ac52ecdf477218d300",
+ "url": "https://api.github.com/repos/icecave/parity/zipball/4fe835483e0f89f0f96763c47cb9fdca26c24bdc",
+ "reference": "4fe835483e0f89f0f96763c47cb9fdca26c24bdc",
"shasum": ""
},
"require": {
- "icecave/repr": "~1",
- "php": ">=5.3"
+ "icecave/repr": "^4",
+ "php": ">=7.3"
},
"require-dev": {
- "eloquent/liberator": "~1",
- "icecave/archer": "~1"
- },
- "suggest": {
- "eloquent/asplode": "Drop-in exception-based error handling."
+ "eloquent/liberator": "^2",
+ "eloquent/phony": "^5",
+ "eloquent/phony-phpunit": "^7",
+ "friendsofphp/php-cs-fixer": "^2",
+ "phpunit/phpunit": "^9"
},
"type": "library",
"autoload": {
- "psr-0": {
- "Icecave\\Parity": "src"
+ "psr-4": {
+ "Icecave\\Parity\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -8491,12 +8483,12 @@
"authors": [
{
"name": "James Harris",
- "email": "james.harris@icecave.com.au",
+ "email": "mailjamesharris@gmail.com",
"homepage": "https://github.com/jmalloc"
}
],
"description": "A customizable deep comparison library.",
- "homepage": "https://github.com/IcecaveStudios/parity",
+ "homepage": "https://github.com/icecave/parity",
"keywords": [
"compare",
"comparison",
@@ -8509,32 +8501,31 @@
],
"support": {
"issues": "https://github.com/icecave/parity/issues",
- "source": "https://github.com/icecave/parity/tree/1.0.0"
+ "source": "https://github.com/icecave/parity/tree/3.0.1"
},
- "time": "2014-01-17T05:56:27+00:00"
+ "time": "2021-02-04T05:51:24+00:00"
},
{
"name": "icecave/repr",
- "version": "1.0.1",
+ "version": "4.0.0",
"source": {
"type": "git",
"url": "https://github.com/icecave/repr.git",
- "reference": "8a3d2953adf5f464a06e3e2587aeacc97e2bed07"
+ "reference": "3dad35ee43394404ae0f1926d754e7b7820da8e4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/icecave/repr/zipball/8a3d2953adf5f464a06e3e2587aeacc97e2bed07",
- "reference": "8a3d2953adf5f464a06e3e2587aeacc97e2bed07",
+ "url": "https://api.github.com/repos/icecave/repr/zipball/3dad35ee43394404ae0f1926d754e7b7820da8e4",
+ "reference": "3dad35ee43394404ae0f1926d754e7b7820da8e4",
"shasum": ""
},
"require": {
- "php": ">=5.3"
+ "php": ">=7.2"
},
"require-dev": {
- "icecave/archer": "~1"
- },
- "suggest": {
- "eloquent/asplode": "Drop-in exception-based error handling."
+ "eloquent/phony-phpunit": "^6",
+ "friendsofphp/php-cs-fixer": "^2",
+ "phpunit/phpunit": "^8"
},
"type": "library",
"autoload": {
@@ -8549,12 +8540,12 @@
"authors": [
{
"name": "James Harris",
- "email": "james.harris@icecave.com.au",
+ "email": "mailjamesharris@gmail.com",
"homepage": "https://github.com/jmalloc"
}
],
"description": "A library for generating string representations of any value, inspired by Python's reprlib library.",
- "homepage": "https://github.com/IcecaveStudios/repr",
+ "homepage": "https://github.com/icecave/repr",
"keywords": [
"human",
"readable",
@@ -8564,33 +8555,37 @@
],
"support": {
"issues": "https://github.com/icecave/repr/issues",
- "source": "https://github.com/icecave/repr/tree/1.0.1"
+ "source": "https://github.com/icecave/repr/tree/4.0.0"
},
- "time": "2014-07-25T05:44:41+00:00"
+ "time": "2020-08-25T02:05:11+00:00"
},
{
"name": "justinrainbow/json-schema",
- "version": "6.0.0",
+ "version": "6.2.0",
"source": {
"type": "git",
"url": "https://github.com/jsonrainbow/json-schema.git",
- "reference": "a38c6198d53b09c0702f440585a4f4a5d9137bd9"
+ "reference": "460c0a09407f4d0d47679476745c4185ff0f1961"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/a38c6198d53b09c0702f440585a4f4a5d9137bd9",
- "reference": "a38c6198d53b09c0702f440585a4f4a5d9137bd9",
+ "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/460c0a09407f4d0d47679476745c4185ff0f1961",
+ "reference": "460c0a09407f4d0d47679476745c4185ff0f1961",
"shasum": ""
},
"require": {
- "icecave/parity": "1.0.0",
- "marc-mabe/php-enum": "^2.0 || ^3.0 || ^4.0",
- "php": ">=5.3.3"
+ "ext-json": "*",
+ "icecave/parity": "^3.0",
+ "marc-mabe/php-enum": "^4.0",
+ "php": "^7.2 || ^8.0"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "~2.2.20 || ~2.19.0",
+ "friendsofphp/php-cs-fixer": "3.3.0",
"json-schema/json-schema-test-suite": "1.2.0",
- "phpunit/phpunit": "^4.8.35"
+ "marc-mabe/php-enum-phpstan": "^2.0",
+ "phpspec/prophecy": "^1.19",
+ "phpstan/phpstan": "^1.12",
+ "phpunit/phpunit": "^8.5"
},
"bin": [
"bin/validate-json"
@@ -8636,9 +8631,9 @@
],
"support": {
"issues": "https://github.com/jsonrainbow/json-schema/issues",
- "source": "https://github.com/jsonrainbow/json-schema/tree/6.0.0"
+ "source": "https://github.com/jsonrainbow/json-schema/tree/6.2.0"
},
- "time": "2024-07-30T17:49:21+00:00"
+ "time": "2025-02-26T20:58:15+00:00"
},
{
"name": "marc-mabe/php-enum",
@@ -8782,16 +8777,16 @@
},
{
"name": "myclabs/deep-copy",
- "version": "1.12.1",
+ "version": "1.13.0",
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
- "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845"
+ "reference": "024473a478be9df5fdaca2c793f2232fe788e414"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/123267b2c49fbf30d78a7b2d333f6be754b94845",
- "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845",
+ "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/024473a478be9df5fdaca2c793f2232fe788e414",
+ "reference": "024473a478be9df5fdaca2c793f2232fe788e414",
"shasum": ""
},
"require": {
@@ -8830,7 +8825,7 @@
],
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
- "source": "https://github.com/myclabs/DeepCopy/tree/1.12.1"
+ "source": "https://github.com/myclabs/DeepCopy/tree/1.13.0"
},
"funding": [
{
@@ -8838,20 +8833,20 @@
"type": "tidelift"
}
],
- "time": "2024-11-08T17:47:46+00:00"
+ "time": "2025-02-12T12:17:51+00:00"
},
{
"name": "nikic/php-parser",
- "version": "v5.3.1",
+ "version": "v5.4.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
- "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b"
+ "reference": "447a020a1f875a434d62f2a401f53b82a396e494"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8eea230464783aa9671db8eea6f8c6ac5285794b",
- "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b",
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494",
+ "reference": "447a020a1f875a434d62f2a401f53b82a396e494",
"shasum": ""
},
"require": {
@@ -8894,9 +8889,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
- "source": "https://github.com/nikic/PHP-Parser/tree/v5.3.1"
+ "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0"
},
- "time": "2024-10-08T18:51:32+00:00"
+ "time": "2024-12-30T11:07:19+00:00"
},
{
"name": "phar-io/manifest",
@@ -9066,16 +9061,16 @@
},
{
"name": "phpstan/phpdoc-parser",
- "version": "2.0.0",
+ "version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
- "reference": "c00d78fb6b29658347f9d37ebe104bffadf36299"
+ "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/c00d78fb6b29658347f9d37ebe104bffadf36299",
- "reference": "c00d78fb6b29658347f9d37ebe104bffadf36299",
+ "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/9b30d6fd026b2c132b3985ce6b23bec09ab3aa68",
+ "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68",
"shasum": ""
},
"require": {
@@ -9107,22 +9102,22 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
- "source": "https://github.com/phpstan/phpdoc-parser/tree/2.0.0"
+ "source": "https://github.com/phpstan/phpdoc-parser/tree/2.1.0"
},
- "time": "2024-10-13T11:29:49+00:00"
+ "time": "2025-02-19T13:28:12+00:00"
},
{
"name": "phpstan/phpstan",
- "version": "2.0.4",
+ "version": "2.1.6",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "50d276fc3bf1430ec315f2f109bbde2769821524"
+ "reference": "6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/50d276fc3bf1430ec315f2f109bbde2769821524",
- "reference": "50d276fc3bf1430ec315f2f109bbde2769821524",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c",
+ "reference": "6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c",
"shasum": ""
},
"require": {
@@ -9167,7 +9162,7 @@
"type": "github"
}
],
- "time": "2024-12-17T17:14:01+00:00"
+ "time": "2025-02-19T15:46:42+00:00"
},
{
"name": "phpstan/phpstan-doctrine",
@@ -9242,16 +9237,16 @@
},
{
"name": "phpstan/phpstan-phpunit",
- "version": "2.0.3",
+ "version": "2.0.4",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-phpunit.git",
- "reference": "e32ac656788a5bf3dedda89e6a2cad5643bf1a18"
+ "reference": "d09e152f403c843998d7a52b5d87040c937525dd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/e32ac656788a5bf3dedda89e6a2cad5643bf1a18",
- "reference": "e32ac656788a5bf3dedda89e6a2cad5643bf1a18",
+ "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/d09e152f403c843998d7a52b5d87040c937525dd",
+ "reference": "d09e152f403c843998d7a52b5d87040c937525dd",
"shasum": ""
},
"require": {
@@ -9287,28 +9282,28 @@
"description": "PHPUnit extensions and rules for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-phpunit/issues",
- "source": "https://github.com/phpstan/phpstan-phpunit/tree/2.0.3"
+ "source": "https://github.com/phpstan/phpstan-phpunit/tree/2.0.4"
},
- "time": "2024-12-19T09:14:43+00:00"
+ "time": "2025-01-22T13:07:38+00:00"
},
{
"name": "phpstan/phpstan-symfony",
- "version": "2.0.0",
+ "version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-symfony.git",
- "reference": "1ef4dce2baabd464c2dd3109d051bad94efa1e79"
+ "reference": "65f02c7e585f3c7372e42e14d3d87da034031553"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/1ef4dce2baabd464c2dd3109d051bad94efa1e79",
- "reference": "1ef4dce2baabd464c2dd3109d051bad94efa1e79",
+ "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/65f02c7e585f3c7372e42e14d3d87da034031553",
+ "reference": "65f02c7e585f3c7372e42e14d3d87da034031553",
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"php": "^7.4 || ^8.0",
- "phpstan/phpstan": "^2.0"
+ "phpstan/phpstan": "^2.1.2"
},
"conflict": {
"symfony/framework-bundle": "<3.0"
@@ -9358,41 +9353,40 @@
"description": "Symfony Framework extensions and rules for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-symfony/issues",
- "source": "https://github.com/phpstan/phpstan-symfony/tree/2.0.0"
+ "source": "https://github.com/phpstan/phpstan-symfony/tree/2.0.2"
},
- "time": "2024-11-06T10:13:40+00:00"
+ "time": "2025-01-21T18:57:07+00:00"
},
{
"name": "phpunit/php-code-coverage",
- "version": "11.0.8",
+ "version": "12.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
- "reference": "418c59fd080954f8c4aa5631d9502ecda2387118"
+ "reference": "79e5ef5897068689c7c325554d6df905480ce942"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/418c59fd080954f8c4aa5631d9502ecda2387118",
- "reference": "418c59fd080954f8c4aa5631d9502ecda2387118",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/79e5ef5897068689c7c325554d6df905480ce942",
+ "reference": "79e5ef5897068689c7c325554d6df905480ce942",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"ext-xmlwriter": "*",
- "nikic/php-parser": "^5.3.1",
- "php": ">=8.2",
- "phpunit/php-file-iterator": "^5.1.0",
- "phpunit/php-text-template": "^4.0.1",
- "sebastian/code-unit-reverse-lookup": "^4.0.1",
- "sebastian/complexity": "^4.0.1",
- "sebastian/environment": "^7.2.0",
- "sebastian/lines-of-code": "^3.0.1",
- "sebastian/version": "^5.0.2",
+ "nikic/php-parser": "^5.4.0",
+ "php": ">=8.3",
+ "phpunit/php-file-iterator": "^6.0",
+ "phpunit/php-text-template": "^5.0",
+ "sebastian/complexity": "^5.0",
+ "sebastian/environment": "^8.0",
+ "sebastian/lines-of-code": "^4.0",
+ "sebastian/version": "^6.0",
"theseer/tokenizer": "^1.2.3"
},
"require-dev": {
- "phpunit/phpunit": "^11.5.0"
+ "phpunit/phpunit": "^12.0"
},
"suggest": {
"ext-pcov": "PHP extension that provides line coverage",
@@ -9401,7 +9395,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "11.0.x-dev"
+ "dev-main": "12.0.x-dev"
}
},
"autoload": {
@@ -9430,7 +9424,7 @@
"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.8"
+ "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.0.4"
},
"funding": [
{
@@ -9438,32 +9432,32 @@
"type": "github"
}
],
- "time": "2024-12-11T12:34:27+00:00"
+ "time": "2025-02-25T13:27:48+00:00"
},
{
"name": "phpunit/php-file-iterator",
- "version": "5.1.0",
+ "version": "6.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
- "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6"
+ "reference": "961bc913d42fe24a257bfff826a5068079ac7782"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6",
- "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/961bc913d42fe24a257bfff826a5068079ac7782",
+ "reference": "961bc913d42fe24a257bfff826a5068079ac7782",
"shasum": ""
},
"require": {
- "php": ">=8.2"
+ "php": ">=8.3"
},
"require-dev": {
- "phpunit/phpunit": "^11.0"
+ "phpunit/phpunit": "^12.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "5.0-dev"
+ "dev-main": "6.0-dev"
}
},
"autoload": {
@@ -9491,7 +9485,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
"security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
- "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0"
+ "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/6.0.0"
},
"funding": [
{
@@ -9499,28 +9493,28 @@
"type": "github"
}
],
- "time": "2024-08-27T05:02:59+00:00"
+ "time": "2025-02-07T04:58:37+00:00"
},
{
"name": "phpunit/php-invoker",
- "version": "5.0.1",
+ "version": "6.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-invoker.git",
- "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2"
+ "reference": "12b54e689b07a25a9b41e57736dfab6ec9ae5406"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2",
- "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/12b54e689b07a25a9b41e57736dfab6ec9ae5406",
+ "reference": "12b54e689b07a25a9b41e57736dfab6ec9ae5406",
"shasum": ""
},
"require": {
- "php": ">=8.2"
+ "php": ">=8.3"
},
"require-dev": {
"ext-pcntl": "*",
- "phpunit/phpunit": "^11.0"
+ "phpunit/phpunit": "^12.0"
},
"suggest": {
"ext-pcntl": "*"
@@ -9528,7 +9522,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "5.0-dev"
+ "dev-main": "6.0-dev"
}
},
"autoload": {
@@ -9555,7 +9549,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
"security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
- "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1"
+ "source": "https://github.com/sebastianbergmann/php-invoker/tree/6.0.0"
},
"funding": [
{
@@ -9563,32 +9557,32 @@
"type": "github"
}
],
- "time": "2024-07-03T05:07:44+00:00"
+ "time": "2025-02-07T04:58:58+00:00"
},
{
"name": "phpunit/php-text-template",
- "version": "4.0.1",
+ "version": "5.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
- "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964"
+ "reference": "e1367a453f0eda562eedb4f659e13aa900d66c53"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
- "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/e1367a453f0eda562eedb4f659e13aa900d66c53",
+ "reference": "e1367a453f0eda562eedb4f659e13aa900d66c53",
"shasum": ""
},
"require": {
- "php": ">=8.2"
+ "php": ">=8.3"
},
"require-dev": {
- "phpunit/phpunit": "^11.0"
+ "phpunit/phpunit": "^12.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "4.0-dev"
+ "dev-main": "5.0-dev"
}
},
"autoload": {
@@ -9615,7 +9609,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
"security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
- "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1"
+ "source": "https://github.com/sebastianbergmann/php-text-template/tree/5.0.0"
},
"funding": [
{
@@ -9623,32 +9617,32 @@
"type": "github"
}
],
- "time": "2024-07-03T05:08:43+00:00"
+ "time": "2025-02-07T04:59:16+00:00"
},
{
"name": "phpunit/php-timer",
- "version": "7.0.1",
+ "version": "8.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
- "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3"
+ "reference": "f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
- "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc",
+ "reference": "f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc",
"shasum": ""
},
"require": {
- "php": ">=8.2"
+ "php": ">=8.3"
},
"require-dev": {
- "phpunit/phpunit": "^11.0"
+ "phpunit/phpunit": "^12.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "7.0-dev"
+ "dev-main": "8.0-dev"
}
},
"autoload": {
@@ -9675,7 +9669,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
"security": "https://github.com/sebastianbergmann/php-timer/security/policy",
- "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1"
+ "source": "https://github.com/sebastianbergmann/php-timer/tree/8.0.0"
},
"funding": [
{
@@ -9683,20 +9677,20 @@
"type": "github"
}
],
- "time": "2024-07-03T05:09:35+00:00"
+ "time": "2025-02-07T04:59:38+00:00"
},
{
"name": "phpunit/phpunit",
- "version": "11.5.1",
+ "version": "12.0.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "2b94d4f2450b9869fa64a46fd8a6a41997aef56a"
+ "reference": "0f177d7316ba155d36337c3811b11993b54dae32"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2b94d4f2450b9869fa64a46fd8a6a41997aef56a",
- "reference": "2b94d4f2450b9869fa64a46fd8a6a41997aef56a",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0f177d7316ba155d36337c3811b11993b54dae32",
+ "reference": "0f177d7316ba155d36337c3811b11993b54dae32",
"shasum": ""
},
"require": {
@@ -9706,37 +9700,33 @@
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
- "myclabs/deep-copy": "^1.12.1",
+ "myclabs/deep-copy": "^1.13.0",
"phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1",
- "php": ">=8.2",
- "phpunit/php-code-coverage": "^11.0.7",
- "phpunit/php-file-iterator": "^5.1.0",
- "phpunit/php-invoker": "^5.0.1",
- "phpunit/php-text-template": "^4.0.1",
- "phpunit/php-timer": "^7.0.1",
- "sebastian/cli-parser": "^3.0.2",
- "sebastian/code-unit": "^3.0.1",
- "sebastian/comparator": "^6.2.1",
- "sebastian/diff": "^6.0.2",
- "sebastian/environment": "^7.2.0",
- "sebastian/exporter": "^6.3.0",
- "sebastian/global-state": "^7.0.2",
- "sebastian/object-enumerator": "^6.0.1",
- "sebastian/type": "^5.1.0",
- "sebastian/version": "^5.0.2",
+ "php": ">=8.3",
+ "phpunit/php-code-coverage": "^12.0.3",
+ "phpunit/php-file-iterator": "^6.0.0",
+ "phpunit/php-invoker": "^6.0.0",
+ "phpunit/php-text-template": "^5.0.0",
+ "phpunit/php-timer": "^8.0.0",
+ "sebastian/cli-parser": "^4.0.0",
+ "sebastian/comparator": "^7.0.0",
+ "sebastian/diff": "^7.0.0",
+ "sebastian/environment": "^8.0.0",
+ "sebastian/exporter": "^7.0.0",
+ "sebastian/global-state": "^8.0.0",
+ "sebastian/object-enumerator": "^7.0.0",
+ "sebastian/type": "^6.0.0",
+ "sebastian/version": "^6.0.0",
"staabm/side-effects-detector": "^1.0.5"
},
- "suggest": {
- "ext-soap": "To be able to generate mocks based on WSDL files"
- },
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "11.5-dev"
+ "dev-main": "12.0-dev"
}
},
"autoload": {
@@ -9768,7 +9758,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.1"
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/12.0.5"
},
"funding": [
{
@@ -9784,32 +9774,32 @@
"type": "tidelift"
}
],
- "time": "2024-12-11T10:52:48+00:00"
+ "time": "2025-02-25T06:13:04+00:00"
},
{
"name": "sebastian/cli-parser",
- "version": "3.0.2",
+ "version": "4.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/cli-parser.git",
- "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180"
+ "reference": "6d584c727d9114bcdc14c86711cd1cad51778e7c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180",
- "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180",
+ "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/6d584c727d9114bcdc14c86711cd1cad51778e7c",
+ "reference": "6d584c727d9114bcdc14c86711cd1cad51778e7c",
"shasum": ""
},
"require": {
- "php": ">=8.2"
+ "php": ">=8.3"
},
"require-dev": {
- "phpunit/phpunit": "^11.0"
+ "phpunit/phpunit": "^12.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "3.0-dev"
+ "dev-main": "4.0-dev"
}
},
"autoload": {
@@ -9833,120 +9823,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
"security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
- "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2"
- },
- "funding": [
- {
- "url": "https://github.com/sebastianbergmann",
- "type": "github"
- }
- ],
- "time": "2024-07-03T04:41:36+00:00"
- },
- {
- "name": "sebastian/code-unit",
- "version": "3.0.2",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/code-unit.git",
- "reference": "ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca",
- "reference": "ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca",
- "shasum": ""
- },
- "require": {
- "php": ">=8.2"
- },
- "require-dev": {
- "phpunit/phpunit": "^11.5"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "3.0-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "lead"
- }
- ],
- "description": "Collection of value objects that represent the PHP code units",
- "homepage": "https://github.com/sebastianbergmann/code-unit",
- "support": {
- "issues": "https://github.com/sebastianbergmann/code-unit/issues",
- "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
- "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.2"
- },
- "funding": [
- {
- "url": "https://github.com/sebastianbergmann",
- "type": "github"
- }
- ],
- "time": "2024-12-12T09:59:06+00:00"
- },
- {
- "name": "sebastian/code-unit-reverse-lookup",
- "version": "4.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
- "reference": "183a9b2632194febd219bb9246eee421dad8d45e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e",
- "reference": "183a9b2632194febd219bb9246eee421dad8d45e",
- "shasum": ""
- },
- "require": {
- "php": ">=8.2"
- },
- "require-dev": {
- "phpunit/phpunit": "^11.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "4.0-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- }
- ],
- "description": "Looks up which function or method a line of code belongs to",
- "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
- "support": {
- "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
- "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
- "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1"
+ "source": "https://github.com/sebastianbergmann/cli-parser/tree/4.0.0"
},
"funding": [
{
@@ -9954,36 +9831,39 @@
"type": "github"
}
],
- "time": "2024-07-03T04:45:54+00:00"
+ "time": "2025-02-07T04:53:50+00:00"
},
{
"name": "sebastian/comparator",
- "version": "6.2.1",
+ "version": "7.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
- "reference": "43d129d6a0f81c78bee378b46688293eb7ea3739"
+ "reference": "18eb5a4f854dbd1d6512c459b605de2edb5a0b47"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/43d129d6a0f81c78bee378b46688293eb7ea3739",
- "reference": "43d129d6a0f81c78bee378b46688293eb7ea3739",
+ "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/18eb5a4f854dbd1d6512c459b605de2edb5a0b47",
+ "reference": "18eb5a4f854dbd1d6512c459b605de2edb5a0b47",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-mbstring": "*",
- "php": ">=8.2",
- "sebastian/diff": "^6.0",
- "sebastian/exporter": "^6.0"
+ "php": ">=8.3",
+ "sebastian/diff": "^7.0",
+ "sebastian/exporter": "^7.0"
},
"require-dev": {
- "phpunit/phpunit": "^11.4"
+ "phpunit/phpunit": "^12.0"
+ },
+ "suggest": {
+ "ext-bcmath": "For comparing BcMath\\Number objects"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "6.2-dev"
+ "dev-main": "7.0-dev"
}
},
"autoload": {
@@ -10023,7 +9903,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
"security": "https://github.com/sebastianbergmann/comparator/security/policy",
- "source": "https://github.com/sebastianbergmann/comparator/tree/6.2.1"
+ "source": "https://github.com/sebastianbergmann/comparator/tree/7.0.0"
},
"funding": [
{
@@ -10031,33 +9911,33 @@
"type": "github"
}
],
- "time": "2024-10-31T05:30:08+00:00"
+ "time": "2025-02-07T04:54:52+00:00"
},
{
"name": "sebastian/complexity",
- "version": "4.0.1",
+ "version": "5.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/complexity.git",
- "reference": "ee41d384ab1906c68852636b6de493846e13e5a0"
+ "reference": "bad4316aba5303d0221f43f8cee37eb58d384bbb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0",
- "reference": "ee41d384ab1906c68852636b6de493846e13e5a0",
+ "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/bad4316aba5303d0221f43f8cee37eb58d384bbb",
+ "reference": "bad4316aba5303d0221f43f8cee37eb58d384bbb",
"shasum": ""
},
"require": {
"nikic/php-parser": "^5.0",
- "php": ">=8.2"
+ "php": ">=8.3"
},
"require-dev": {
- "phpunit/phpunit": "^11.0"
+ "phpunit/phpunit": "^12.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "4.0-dev"
+ "dev-main": "5.0-dev"
}
},
"autoload": {
@@ -10081,7 +9961,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/complexity/issues",
"security": "https://github.com/sebastianbergmann/complexity/security/policy",
- "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1"
+ "source": "https://github.com/sebastianbergmann/complexity/tree/5.0.0"
},
"funding": [
{
@@ -10089,33 +9969,33 @@
"type": "github"
}
],
- "time": "2024-07-03T04:49:50+00:00"
+ "time": "2025-02-07T04:55:25+00:00"
},
{
"name": "sebastian/diff",
- "version": "6.0.2",
+ "version": "7.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
- "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
+ "reference": "7ab1ea946c012266ca32390913653d844ecd085f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
- "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
+ "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7ab1ea946c012266ca32390913653d844ecd085f",
+ "reference": "7ab1ea946c012266ca32390913653d844ecd085f",
"shasum": ""
},
"require": {
- "php": ">=8.2"
+ "php": ">=8.3"
},
"require-dev": {
- "phpunit/phpunit": "^11.0",
- "symfony/process": "^4.2 || ^5"
+ "phpunit/phpunit": "^12.0",
+ "symfony/process": "^7.2"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "6.0-dev"
+ "dev-main": "7.0-dev"
}
},
"autoload": {
@@ -10148,7 +10028,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
"security": "https://github.com/sebastianbergmann/diff/security/policy",
- "source": "https://github.com/sebastianbergmann/diff/tree/6.0.2"
+ "source": "https://github.com/sebastianbergmann/diff/tree/7.0.0"
},
"funding": [
{
@@ -10156,27 +10036,27 @@
"type": "github"
}
],
- "time": "2024-07-03T04:53:05+00:00"
+ "time": "2025-02-07T04:55:46+00:00"
},
{
"name": "sebastian/environment",
- "version": "7.2.0",
+ "version": "8.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
- "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5"
+ "reference": "8afe311eca49171bf95405cc0078be9a3821f9f2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
- "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
+ "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/8afe311eca49171bf95405cc0078be9a3821f9f2",
+ "reference": "8afe311eca49171bf95405cc0078be9a3821f9f2",
"shasum": ""
},
"require": {
- "php": ">=8.2"
+ "php": ">=8.3"
},
"require-dev": {
- "phpunit/phpunit": "^11.0"
+ "phpunit/phpunit": "^12.0"
},
"suggest": {
"ext-posix": "*"
@@ -10184,7 +10064,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "7.2-dev"
+ "dev-main": "8.0-dev"
}
},
"autoload": {
@@ -10212,7 +10092,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
"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/8.0.0"
},
"funding": [
{
@@ -10220,34 +10100,34 @@
"type": "github"
}
],
- "time": "2024-07-03T04:54:44+00:00"
+ "time": "2025-02-07T04:56:08+00:00"
},
{
"name": "sebastian/exporter",
- "version": "6.3.0",
+ "version": "7.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
- "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3"
+ "reference": "76432aafc58d50691a00d86d0632f1217a47b688"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/3473f61172093b2da7de1fb5782e1f24cc036dc3",
- "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3",
+ "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/76432aafc58d50691a00d86d0632f1217a47b688",
+ "reference": "76432aafc58d50691a00d86d0632f1217a47b688",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
- "php": ">=8.2",
- "sebastian/recursion-context": "^6.0"
+ "php": ">=8.3",
+ "sebastian/recursion-context": "^7.0"
},
"require-dev": {
- "phpunit/phpunit": "^11.3"
+ "phpunit/phpunit": "^12.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "6.1-dev"
+ "dev-main": "7.0-dev"
}
},
"autoload": {
@@ -10290,7 +10170,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
"security": "https://github.com/sebastianbergmann/exporter/security/policy",
- "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.0"
+ "source": "https://github.com/sebastianbergmann/exporter/tree/7.0.0"
},
"funding": [
{
@@ -10298,35 +10178,35 @@
"type": "github"
}
],
- "time": "2024-12-05T09:17:50+00:00"
+ "time": "2025-02-07T04:56:42+00:00"
},
{
"name": "sebastian/global-state",
- "version": "7.0.2",
+ "version": "8.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
- "reference": "3be331570a721f9a4b5917f4209773de17f747d7"
+ "reference": "570a2aeb26d40f057af686d63c4e99b075fb6cbc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7",
- "reference": "3be331570a721f9a4b5917f4209773de17f747d7",
+ "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/570a2aeb26d40f057af686d63c4e99b075fb6cbc",
+ "reference": "570a2aeb26d40f057af686d63c4e99b075fb6cbc",
"shasum": ""
},
"require": {
- "php": ">=8.2",
- "sebastian/object-reflector": "^4.0",
- "sebastian/recursion-context": "^6.0"
+ "php": ">=8.3",
+ "sebastian/object-reflector": "^5.0",
+ "sebastian/recursion-context": "^7.0"
},
"require-dev": {
"ext-dom": "*",
- "phpunit/phpunit": "^11.0"
+ "phpunit/phpunit": "^12.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "7.0-dev"
+ "dev-main": "8.0-dev"
}
},
"autoload": {
@@ -10352,7 +10232,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
"security": "https://github.com/sebastianbergmann/global-state/security/policy",
- "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.2"
+ "source": "https://github.com/sebastianbergmann/global-state/tree/8.0.0"
},
"funding": [
{
@@ -10360,33 +10240,33 @@
"type": "github"
}
],
- "time": "2024-07-03T04:57:36+00:00"
+ "time": "2025-02-07T04:56:59+00:00"
},
{
"name": "sebastian/lines-of-code",
- "version": "3.0.1",
+ "version": "4.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
- "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a"
+ "reference": "97ffee3bcfb5805568d6af7f0f893678fc076d2f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a",
- "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a",
+ "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/97ffee3bcfb5805568d6af7f0f893678fc076d2f",
+ "reference": "97ffee3bcfb5805568d6af7f0f893678fc076d2f",
"shasum": ""
},
"require": {
"nikic/php-parser": "^5.0",
- "php": ">=8.2"
+ "php": ">=8.3"
},
"require-dev": {
- "phpunit/phpunit": "^11.0"
+ "phpunit/phpunit": "^12.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "3.0-dev"
+ "dev-main": "4.0-dev"
}
},
"autoload": {
@@ -10410,7 +10290,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
"security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
- "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.1"
+ "source": "https://github.com/sebastianbergmann/lines-of-code/tree/4.0.0"
},
"funding": [
{
@@ -10418,34 +10298,34 @@
"type": "github"
}
],
- "time": "2024-07-03T04:58:38+00:00"
+ "time": "2025-02-07T04:57:28+00:00"
},
{
"name": "sebastian/object-enumerator",
- "version": "6.0.1",
+ "version": "7.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
- "reference": "f5b498e631a74204185071eb41f33f38d64608aa"
+ "reference": "1effe8e9b8e068e9ae228e542d5d11b5d16db894"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa",
- "reference": "f5b498e631a74204185071eb41f33f38d64608aa",
+ "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1effe8e9b8e068e9ae228e542d5d11b5d16db894",
+ "reference": "1effe8e9b8e068e9ae228e542d5d11b5d16db894",
"shasum": ""
},
"require": {
- "php": ">=8.2",
- "sebastian/object-reflector": "^4.0",
- "sebastian/recursion-context": "^6.0"
+ "php": ">=8.3",
+ "sebastian/object-reflector": "^5.0",
+ "sebastian/recursion-context": "^7.0"
},
"require-dev": {
- "phpunit/phpunit": "^11.0"
+ "phpunit/phpunit": "^12.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "6.0-dev"
+ "dev-main": "7.0-dev"
}
},
"autoload": {
@@ -10468,7 +10348,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
"security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
- "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1"
+ "source": "https://github.com/sebastianbergmann/object-enumerator/tree/7.0.0"
},
"funding": [
{
@@ -10476,32 +10356,32 @@
"type": "github"
}
],
- "time": "2024-07-03T05:00:13+00:00"
+ "time": "2025-02-07T04:57:48+00:00"
},
{
"name": "sebastian/object-reflector",
- "version": "4.0.1",
+ "version": "5.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
- "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9"
+ "reference": "4bfa827c969c98be1e527abd576533293c634f6a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9",
- "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9",
+ "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/4bfa827c969c98be1e527abd576533293c634f6a",
+ "reference": "4bfa827c969c98be1e527abd576533293c634f6a",
"shasum": ""
},
"require": {
- "php": ">=8.2"
+ "php": ">=8.3"
},
"require-dev": {
- "phpunit/phpunit": "^11.0"
+ "phpunit/phpunit": "^12.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "4.0-dev"
+ "dev-main": "5.0-dev"
}
},
"autoload": {
@@ -10524,7 +10404,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
"security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
- "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1"
+ "source": "https://github.com/sebastianbergmann/object-reflector/tree/5.0.0"
},
"funding": [
{
@@ -10532,32 +10412,32 @@
"type": "github"
}
],
- "time": "2024-07-03T05:01:32+00:00"
+ "time": "2025-02-07T04:58:17+00:00"
},
{
"name": "sebastian/recursion-context",
- "version": "6.0.2",
+ "version": "7.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
- "reference": "694d156164372abbd149a4b85ccda2e4670c0e16"
+ "reference": "c405ae3a63e01b32eb71577f8ec1604e39858a7c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/694d156164372abbd149a4b85ccda2e4670c0e16",
- "reference": "694d156164372abbd149a4b85ccda2e4670c0e16",
+ "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/c405ae3a63e01b32eb71577f8ec1604e39858a7c",
+ "reference": "c405ae3a63e01b32eb71577f8ec1604e39858a7c",
"shasum": ""
},
"require": {
- "php": ">=8.2"
+ "php": ">=8.3"
},
"require-dev": {
- "phpunit/phpunit": "^11.0"
+ "phpunit/phpunit": "^12.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "6.0-dev"
+ "dev-main": "7.0-dev"
}
},
"autoload": {
@@ -10588,7 +10468,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
"security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
- "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.2"
+ "source": "https://github.com/sebastianbergmann/recursion-context/tree/7.0.0"
},
"funding": [
{
@@ -10596,32 +10476,32 @@
"type": "github"
}
],
- "time": "2024-07-03T05:10:34+00:00"
+ "time": "2025-02-07T05:00:01+00:00"
},
{
"name": "sebastian/type",
- "version": "5.1.0",
+ "version": "6.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
- "reference": "461b9c5da241511a2a0e8f240814fb23ce5c0aac"
+ "reference": "533fe082889a616f330bcba6f50965135f4f2fab"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/461b9c5da241511a2a0e8f240814fb23ce5c0aac",
- "reference": "461b9c5da241511a2a0e8f240814fb23ce5c0aac",
+ "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/533fe082889a616f330bcba6f50965135f4f2fab",
+ "reference": "533fe082889a616f330bcba6f50965135f4f2fab",
"shasum": ""
},
"require": {
- "php": ">=8.2"
+ "php": ">=8.3"
},
"require-dev": {
- "phpunit/phpunit": "^11.3"
+ "phpunit/phpunit": "^12.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "5.1-dev"
+ "dev-main": "6.0-dev"
}
},
"autoload": {
@@ -10645,7 +10525,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",
"security": "https://github.com/sebastianbergmann/type/security/policy",
- "source": "https://github.com/sebastianbergmann/type/tree/5.1.0"
+ "source": "https://github.com/sebastianbergmann/type/tree/6.0.0"
},
"funding": [
{
@@ -10653,29 +10533,29 @@
"type": "github"
}
],
- "time": "2024-09-17T13:12:04+00:00"
+ "time": "2025-02-07T05:00:19+00:00"
},
{
"name": "sebastian/version",
- "version": "5.0.2",
+ "version": "6.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
- "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874"
+ "reference": "3e6ccf7657d4f0a59200564b08cead899313b53c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874",
- "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874",
+ "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/3e6ccf7657d4f0a59200564b08cead899313b53c",
+ "reference": "3e6ccf7657d4f0a59200564b08cead899313b53c",
"shasum": ""
},
"require": {
- "php": ">=8.2"
+ "php": ">=8.3"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "5.0-dev"
+ "dev-main": "6.0-dev"
}
},
"autoload": {
@@ -10699,7 +10579,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/version/issues",
"security": "https://github.com/sebastianbergmann/version/security/policy",
- "source": "https://github.com/sebastianbergmann/version/tree/5.0.2"
+ "source": "https://github.com/sebastianbergmann/version/tree/6.0.0"
},
"funding": [
{
@@ -10707,7 +10587,7 @@
"type": "github"
}
],
- "time": "2024-10-09T05:16:32+00:00"
+ "time": "2025-02-07T05:00:38+00:00"
},
{
"name": "staabm/side-effects-detector",
@@ -10763,16 +10643,16 @@
},
{
"name": "symfony/browser-kit",
- "version": "v7.2.0",
+ "version": "v7.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
- "reference": "8d64d17e198082f8f198d023a6b634e7b5fdda94"
+ "reference": "8ce0ee23857d87d5be493abba2d52d1f9e49da61"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/browser-kit/zipball/8d64d17e198082f8f198d023a6b634e7b5fdda94",
- "reference": "8d64d17e198082f8f198d023a6b634e7b5fdda94",
+ "url": "https://api.github.com/repos/symfony/browser-kit/zipball/8ce0ee23857d87d5be493abba2d52d1f9e49da61",
+ "reference": "8ce0ee23857d87d5be493abba2d52d1f9e49da61",
"shasum": ""
},
"require": {
@@ -10811,7 +10691,7 @@
"description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/browser-kit/tree/v7.2.0"
+ "source": "https://github.com/symfony/browser-kit/tree/v7.2.4"
},
"funding": [
{
@@ -10827,7 +10707,7 @@
"type": "tidelift"
}
],
- "time": "2024-10-25T15:15:23+00:00"
+ "time": "2025-02-14T14:27:24+00:00"
},
{
"name": "symfony/css-selector",
@@ -10970,16 +10850,16 @@
},
{
"name": "symfony/dom-crawler",
- "version": "v7.2.0",
+ "version": "v7.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
- "reference": "b176e1f1f550ef44c94eb971bf92488de08f7c6b"
+ "reference": "19cc7b08efe9ad1ab1b56e0948e8d02e15ed3ef7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/b176e1f1f550ef44c94eb971bf92488de08f7c6b",
- "reference": "b176e1f1f550ef44c94eb971bf92488de08f7c6b",
+ "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/19cc7b08efe9ad1ab1b56e0948e8d02e15ed3ef7",
+ "reference": "19cc7b08efe9ad1ab1b56e0948e8d02e15ed3ef7",
"shasum": ""
},
"require": {
@@ -11017,7 +10897,7 @@
"description": "Eases DOM navigation for HTML and XML documents",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/dom-crawler/tree/v7.2.0"
+ "source": "https://github.com/symfony/dom-crawler/tree/v7.2.4"
},
"funding": [
{
@@ -11033,20 +10913,20 @@
"type": "tidelift"
}
],
- "time": "2024-11-13T16:15:23+00:00"
+ "time": "2025-02-17T15:53:07+00:00"
},
{
"name": "symfony/maker-bundle",
- "version": "v1.61.0",
+ "version": "v1.62.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/maker-bundle.git",
- "reference": "a3b7f14d349f8f44ed752d4dde2263f77510cc18"
+ "reference": "468ff2708200c95ebc0d85d3174b6c6711b8a590"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/a3b7f14d349f8f44ed752d4dde2263f77510cc18",
- "reference": "a3b7f14d349f8f44ed752d4dde2263f77510cc18",
+ "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/468ff2708200c95ebc0d85d3174b6c6711b8a590",
+ "reference": "468ff2708200c95ebc0d85d3174b6c6711b8a590",
"shasum": ""
},
"require": {
@@ -11109,7 +10989,7 @@
],
"support": {
"issues": "https://github.com/symfony/maker-bundle/issues",
- "source": "https://github.com/symfony/maker-bundle/tree/v1.61.0"
+ "source": "https://github.com/symfony/maker-bundle/tree/v1.62.1"
},
"funding": [
{
@@ -11125,20 +11005,20 @@
"type": "tidelift"
}
],
- "time": "2024-08-29T22:50:23+00:00"
+ "time": "2025-01-15T00:21:40+00:00"
},
{
"name": "symfony/process",
- "version": "v7.2.0",
+ "version": "v7.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
- "reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e"
+ "reference": "d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/d34b22ba9390ec19d2dd966c40aa9e8462f27a7e",
- "reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e",
+ "url": "https://api.github.com/repos/symfony/process/zipball/d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf",
+ "reference": "d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf",
"shasum": ""
},
"require": {
@@ -11170,7 +11050,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/process/tree/v7.2.0"
+ "source": "https://github.com/symfony/process/tree/v7.2.4"
},
"funding": [
{
@@ -11186,20 +11066,20 @@
"type": "tidelift"
}
],
- "time": "2024-11-06T14:24:19+00:00"
+ "time": "2025-02-05T08:33:46+00:00"
},
{
"name": "symfony/web-profiler-bundle",
- "version": "v7.2.0",
+ "version": "v7.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/web-profiler-bundle.git",
- "reference": "8843019fa7140a4aa079f1a8d71fd010f61de5f2"
+ "reference": "4ffde1c860a100533b02697d9aaf5f45759ec26a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/8843019fa7140a4aa079f1a8d71fd010f61de5f2",
- "reference": "8843019fa7140a4aa079f1a8d71fd010f61de5f2",
+ "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/4ffde1c860a100533b02697d9aaf5f45759ec26a",
+ "reference": "4ffde1c860a100533b02697d9aaf5f45759ec26a",
"shasum": ""
},
"require": {
@@ -11252,7 +11132,7 @@
"dev"
],
"support": {
- "source": "https://github.com/symfony/web-profiler-bundle/tree/v7.2.0"
+ "source": "https://github.com/symfony/web-profiler-bundle/tree/v7.2.4"
},
"funding": [
{
@@ -11268,7 +11148,7 @@
"type": "tidelift"
}
],
- "time": "2024-11-19T10:12:55+00:00"
+ "time": "2025-02-14T14:27:24+00:00"
},
{
"name": "theseer/tokenizer",
@@ -11323,7 +11203,7 @@
],
"aliases": [],
"minimum-stability": "stable",
- "stability-flags": {},
+ "stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
@@ -11331,6 +11211,6 @@
"ext-ctype": "*",
"ext-iconv": "*"
},
- "platform-dev": {},
+ "platform-dev": [],
"plugin-api-version": "2.6.0"
}
diff --git a/api/config/packages/api_platform.yaml b/api/config/packages/api_platform.yaml
index 601629576..6c3c05b6a 100644
--- a/api/config/packages/api_platform.yaml
+++ b/api/config/packages/api_platform.yaml
@@ -1,6 +1,6 @@
api_platform:
title: API Platform's demo
- version: 4.0.18
+ version: 4.1.0
description: |
This is a demo application of the [API Platform](https://api-platform.com) framework.
[Its source code](https://github.com/api-platform/demo) includes various examples, check it out!
@@ -50,19 +50,19 @@ services:
app.filter.review.admin.user:
parent: 'api_platform.doctrine.orm.search_filter'
arguments:
- $properties: { user: 'exact' } ]
+ $properties: { user: 'exact' }
tags: [ 'api_platform.filter' ]
app.filter.review.admin.book:
parent: 'api_platform.doctrine.orm.search_filter'
arguments:
- $properties: { book: 'exact' } ]
+ $properties: { book: 'exact' }
tags: [ 'api_platform.filter' ]
app.filter.review.admin.rating:
parent: 'api_platform.doctrine.orm.numeric_filter'
arguments:
- $properties: { rating: ~ } ]
+ $properties: { rating: ~ }
tags: [ 'api_platform.filter' ]
# "name" is not a property, it's only a method "getName"
@@ -73,5 +73,5 @@ services:
$managerRegistry: '@doctrine'
$logger: '@logger'
$nameConverter: '@?api_platform.name_converter'
- $properties: { name: 'ipartial' } ]
+ $properties: { name: 'ipartial' }
tags: [ 'api_platform.filter' ]
diff --git a/api/phpunit.xml.dist b/api/phpunit.xml.dist
index 23f08c1c0..41d124d0e 100644
--- a/api/phpunit.xml.dist
+++ b/api/phpunit.xml.dist
@@ -43,5 +43,6 @@
+
diff --git a/api/tests/Api/Admin/BookTest.php b/api/tests/Api/Admin/BookTest.php
index 6a1de90bf..d29dbb320 100644
--- a/api/tests/Api/Admin/BookTest.php
+++ b/api/tests/Api/Admin/BookTest.php
@@ -289,7 +289,7 @@ public static function getInvalidDataOnCreate(): iterable
[],
Response::HTTP_UNPROCESSABLE_ENTITY,
[
- '@type' => 'ConstraintViolationList',
+ '@type' => 'ConstraintViolation',
'title' => 'An error occurred',
'violations' => [
[
@@ -315,7 +315,7 @@ public static function getInvalidData(): iterable
],
Response::HTTP_UNPROCESSABLE_ENTITY,
[
- '@type' => 'ConstraintViolationList',
+ '@type' => 'ConstraintViolation',
'title' => 'An error occurred',
'description' => 'condition: This value should be of type ' . BookCondition::class . '.',
'violations' => [
@@ -333,7 +333,7 @@ public static function getInvalidData(): iterable
],
Response::HTTP_UNPROCESSABLE_ENTITY,
[
- '@type' => 'ConstraintViolationList',
+ '@type' => 'ConstraintViolation',
'title' => 'An error occurred',
'description' => 'condition: This value should be of type ' . BookCondition::class . '.',
'violations' => [
@@ -351,7 +351,7 @@ public static function getInvalidData(): iterable
],
Response::HTTP_UNPROCESSABLE_ENTITY,
[
- '@type' => 'ConstraintViolationList',
+ '@type' => 'ConstraintViolation',
'title' => 'An error occurred',
'violations' => [
[
diff --git a/api/tests/Api/BookmarkTest.php b/api/tests/Api/BookmarkTest.php
index e3967061a..94ce4feda 100644
--- a/api/tests/Api/BookmarkTest.php
+++ b/api/tests/Api/BookmarkTest.php
@@ -128,7 +128,7 @@ public function asAUserICannotCreateABookmarkWithInvalidData(): void
self::assertResponseHeaderSame('content-type', 'application/problem+json; charset=utf-8');
self::assertResponseHeaderSame('link', '; rel="http://www.w3.org/ns/json-ld#error",; rel="http://www.w3.org/ns/hydra/core#apiDocumentation"');
self::assertJsonContains([
- '@type' => 'ConstraintViolationList',
+ '@type' => 'ConstraintViolation',
'title' => 'An error occurred',
'description' => 'book: This value should be of type ' . Book::class . '.',
'violations' => [
@@ -218,7 +218,7 @@ public function asAUserICannotCreateADuplicateBookmark(): void
self::assertResponseHeaderSame('content-type', 'application/problem+json; charset=utf-8');
self::assertResponseHeaderSame('link', '; rel="http://www.w3.org/ns/json-ld#error",; rel="http://www.w3.org/ns/hydra/core#apiDocumentation"');
self::assertJsonContains([
- '@type' => 'ConstraintViolationList',
+ '@type' => 'ConstraintViolation',
'title' => 'An error occurred',
'description' => 'You have already bookmarked this book.',
]);
diff --git a/api/tests/Api/ReviewTest.php b/api/tests/Api/ReviewTest.php
index 457dea2c0..019fc87b6 100644
--- a/api/tests/Api/ReviewTest.php
+++ b/api/tests/Api/ReviewTest.php
@@ -188,7 +188,7 @@ public static function getInvalidData(): iterable
[],
Response::HTTP_UNPROCESSABLE_ENTITY,
[
- '@type' => 'ConstraintViolationList',
+ '@type' => 'ConstraintViolation',
'title' => 'An error occurred',
'violations' => [
[
@@ -325,7 +325,7 @@ public function asAUserICannotAddADuplicateReviewOnABook(): void
self::assertResponseHeaderSame('content-type', 'application/problem+json; charset=utf-8');
self::assertResponseHeaderSame('link', '; rel="http://www.w3.org/ns/json-ld#error",; rel="http://www.w3.org/ns/hydra/core#apiDocumentation"');
self::assertJsonContains([
- '@type' => 'ConstraintViolationList',
+ '@type' => 'ConstraintViolation',
'title' => 'An error occurred',
'description' => 'You have already reviewed this book.',
]);
diff --git a/api/tests/bootstrap.php b/api/tests/bootstrap.php
index 56a892dc7..bc032e910 100644
--- a/api/tests/bootstrap.php
+++ b/api/tests/bootstrap.php
@@ -2,7 +2,11 @@
declare(strict_types=1);
+use Faker\Factory as FakerFactory;
use Symfony\Component\Dotenv\Dotenv;
+use Symfony\Component\ErrorHandler\ErrorHandler;
+use Zenstruck\Foundry\Object\Instantiator;
+use Zenstruck\Foundry\Test\UnitTestConfig;
require dirname(__DIR__) . '/vendor/autoload.php';
@@ -15,3 +19,11 @@
if ($_SERVER['APP_DEBUG']) {
umask(0000);
}
+
+// https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#non-kernel-tests
+UnitTestConfig::configure(instantiator: (Instantiator::withoutConstructor())
+ ->allowExtra()
+ ->alwaysForce(), faker: FakerFactory::create('en_GB'));
+
+// https://github.com/symfony/symfony/issues/53812#issuecomment-1962740145
+set_exception_handler([new ErrorHandler(), 'handleException']);
diff --git a/helm/api-platform/Chart.yaml b/helm/api-platform/Chart.yaml
index d45c9f06e..150f97239 100644
--- a/helm/api-platform/Chart.yaml
+++ b/helm/api-platform/Chart.yaml
@@ -17,12 +17,12 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: 4.0.18
+version: 4.1.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
-appVersion: 4.0.18
+appVersion: 4.1.0
dependencies:
- name: postgresql
diff --git a/pwa/package.json b/pwa/package.json
index aab9fcfba..55953514b 100644
--- a/pwa/package.json
+++ b/pwa/package.json
@@ -10,28 +10,28 @@
"test": "playwright test"
},
"dependencies": {
- "@api-platform/admin": "^4.0.3",
- "@api-platform/api-doc-parser": "^0.16.6",
+ "@api-platform/admin": "^4.0.4",
+ "@api-platform/api-doc-parser": "^0.16.7",
"@auth/core": "^0.37.4",
"@fontsource/poppins": "^5.1.1",
"@mui/icons-material": "latest-v5",
"@mui/material": "latest-v5",
"@tailwindcss/forms": "^0.5.10",
- "@tanstack/react-query": "^5.64.2",
- "@tanstack/react-query-devtools": "^5.64.2",
- "@tanstack/react-query-next-experimental": "^5.64.2",
+ "@tanstack/react-query": "^5.65.1",
+ "@tanstack/react-query-devtools": "^5.65.1",
+ "@tanstack/react-query-next-experimental": "^5.65.1",
"autoprefixer": "^10.4.20",
"formik": "^2.4.6",
- "next": "^15.1.5",
+ "next": "^15.1.6",
"next-auth": "5.0.0-beta.25",
"picocolors": "^1.1.1",
"postcss": "^8.5.1",
- "ra-i18n-polyglot": "^5.4.4",
- "ra-language-english": "^5.4.4",
- "ra-language-french": "^5.4.4",
- "ra-ui-materialui": "^5.4.4",
+ "ra-i18n-polyglot": "^5.5.2",
+ "ra-language-english": "^5.5.2",
+ "ra-language-french": "^5.5.2",
+ "ra-ui-materialui": "^5.5.2",
"react": "^19.0.0",
- "react-admin": "^5.4.4",
+ "react-admin": "^5.5.2",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-spinners": "^0.15.0",
@@ -41,14 +41,14 @@
"yup": "^1.6.1"
},
"devDependencies": {
- "@babel/core": "^7.26.0",
- "@playwright/test": "^1.49.1",
+ "@babel/core": "^7.26.7",
+ "@playwright/test": "^1.50.0",
"@popperjs/core": "^2.11.8",
- "@types/node": "^22.10.7",
- "@types/react": "^19.0.7",
+ "@types/node": "^22.12.0",
+ "@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
- "eslint": "^9.18.0",
- "eslint-config-next": "^15.1.5",
+ "eslint": "^9.19.0",
+ "eslint-config-next": "^15.1.6",
"typescript": "^5.7.3"
},
"packageManager": "pnpm@10.3.0"
diff --git a/pwa/pnpm-lock.yaml b/pwa/pnpm-lock.yaml
index 22d5a6442..ff6c94348 100644
--- a/pwa/pnpm-lock.yaml
+++ b/pwa/pnpm-lock.yaml
@@ -9,11 +9,11 @@ importers:
.:
dependencies:
'@api-platform/admin':
- specifier: ^4.0.3
- version: 4.0.3(@mui/utils@6.4.0(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react-dom@19.0.0(react@19.0.0))(react-is@19.0.0)(react@19.0.0)(web-streams-polyfill@3.3.3)
+ specifier: ^4.0.4
+ version: 4.0.4(@mui/utils@6.4.0(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react-is@19.0.0)(react@19.0.0)(web-streams-polyfill@3.3.3)
'@api-platform/api-doc-parser':
- specifier: ^0.16.6
- version: 0.16.6(web-streams-polyfill@3.3.3)
+ specifier: ^0.16.7
+ version: 0.16.7(web-streams-polyfill@3.3.3)
'@auth/core':
specifier: ^0.37.4
version: 0.37.4
@@ -22,22 +22,22 @@ importers:
version: 5.1.1
'@mui/icons-material':
specifier: latest-v5
- version: 5.16.14(@mui/material@5.16.14(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@types/react@19.0.7)(react@19.0.0)
+ version: 5.16.14(@mui/material@5.16.14(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@types/react@19.0.8)(react@19.0.0)
'@mui/material':
specifier: latest-v5
- version: 5.16.14(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ version: 5.16.14(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@tailwindcss/forms':
specifier: ^0.5.10
version: 0.5.10(tailwindcss@3.4.17)
'@tanstack/react-query':
- specifier: ^5.64.2
- version: 5.64.2(react@19.0.0)
+ specifier: ^5.65.1
+ version: 5.65.1(react@19.0.0)
'@tanstack/react-query-devtools':
- specifier: ^5.64.2
- version: 5.64.2(@tanstack/react-query@5.64.2(react@19.0.0))(react@19.0.0)
+ specifier: ^5.65.1
+ version: 5.65.1(@tanstack/react-query@5.65.1(react@19.0.0))(react@19.0.0)
'@tanstack/react-query-next-experimental':
- specifier: ^5.64.2
- version: 5.64.2(@tanstack/react-query@5.64.2(react@19.0.0))(next@15.1.5(@babel/core@7.26.0)(@playwright/test@1.49.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)
+ specifier: ^5.65.1
+ version: 5.65.1(@tanstack/react-query@5.65.1(react@19.0.0))(next@15.1.6(@babel/core@7.26.7)(@playwright/test@1.50.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)
autoprefixer:
specifier: ^10.4.20
version: 10.4.20(postcss@8.5.1)
@@ -45,11 +45,11 @@ importers:
specifier: ^2.4.6
version: 2.4.6(react@19.0.0)
next:
- specifier: ^15.1.5
- version: 15.1.5(@babel/core@7.26.0)(@playwright/test@1.49.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ specifier: ^15.1.6
+ version: 15.1.6(@babel/core@7.26.7)(@playwright/test@1.50.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
next-auth:
specifier: 5.0.0-beta.25
- version: 5.0.0-beta.25(next@15.1.5(@babel/core@7.26.0)(@playwright/test@1.49.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)
+ version: 5.0.0-beta.25(next@15.1.6(@babel/core@7.26.7)(@playwright/test@1.50.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)
picocolors:
specifier: ^1.1.1
version: 1.1.1
@@ -57,23 +57,23 @@ importers:
specifier: ^8.5.1
version: 8.5.1
ra-i18n-polyglot:
- specifier: ^5.4.4
- version: 5.4.4(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@6.28.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@6.28.2(react@19.0.0))(react@19.0.0)
+ specifier: ^5.5.2
+ version: 5.5.2(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)
ra-language-english:
- specifier: ^5.4.4
- version: 5.4.4(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@6.28.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@6.28.2(react@19.0.0))(react@19.0.0)
+ specifier: ^5.5.2
+ version: 5.5.2(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)
ra-language-french:
- specifier: ^5.4.4
- version: 5.4.4(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@6.28.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@6.28.2(react@19.0.0))(react@19.0.0)
+ specifier: ^5.5.2
+ version: 5.5.2(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)
ra-ui-materialui:
- specifier: ^5.4.4
- version: 5.4.4(4ilzcokhbm5kodp4i3gmnafqem)
+ specifier: ^5.5.2
+ version: 5.5.2(mdtraex2tbmxgp62hm3nkc4soi)
react:
specifier: ^19.0.0
version: 19.0.0
react-admin:
- specifier: ^5.4.4
- version: 5.4.4(@mui/utils@6.4.0(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react-dom@19.0.0(react@19.0.0))(react-is@19.0.0)(react@19.0.0)
+ specifier: ^5.5.2
+ version: 5.5.2(@mui/utils@6.4.0(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react-is@19.0.0)(react@19.0.0)
react-dom:
specifier: ^19.0.0
version: 19.0.0(react@19.0.0)
@@ -97,29 +97,29 @@ importers:
version: 1.6.1
devDependencies:
'@babel/core':
- specifier: ^7.26.0
- version: 7.26.0
+ specifier: ^7.26.7
+ version: 7.26.7
'@playwright/test':
- specifier: ^1.49.1
- version: 1.49.1
+ specifier: ^1.50.0
+ version: 1.50.0
'@popperjs/core':
specifier: ^2.11.8
version: 2.11.8
'@types/node':
- specifier: ^22.10.7
- version: 22.10.7
+ specifier: ^22.12.0
+ version: 22.12.0
'@types/react':
- specifier: ^19.0.7
- version: 19.0.7
+ specifier: ^19.0.8
+ version: 19.0.8
'@types/react-dom':
specifier: ^19.0.3
- version: 19.0.3(@types/react@19.0.7)
+ version: 19.0.3(@types/react@19.0.8)
eslint:
- specifier: ^9.18.0
- version: 9.18.0(jiti@1.21.7)
+ specifier: ^9.19.0
+ version: 9.19.0(jiti@1.21.7)
eslint-config-next:
- specifier: ^15.1.5
- version: 15.1.5(eslint@9.18.0(jiti@1.21.7))(typescript@5.7.3)
+ specifier: ^15.1.6
+ version: 15.1.6(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3)
typescript:
specifier: ^5.7.3
version: 5.7.3
@@ -134,14 +134,14 @@ packages:
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
engines: {node: '>=6.0.0'}
- '@api-platform/admin@4.0.3':
- resolution: {integrity: sha512-BuxOABOVOh9FtqPaKlc6NMTWOZLubiWin9NxfOgHJ7noBxUWr70P19yJW5BDXtlhvyi5iaZ/hFDFDZzW3DYysA==}
+ '@api-platform/admin@4.0.4':
+ resolution: {integrity: sha512-BCVlFNJ29jAOAmZM8TjHp/C41vNU/auMGKYZsCDEa0hqbQXXpLtHtdpMldK+QgQFY2AOv/2IrZJ2sihENohoDg==}
peerDependencies:
react: '*'
react-dom: '*'
- '@api-platform/api-doc-parser@0.16.6':
- resolution: {integrity: sha512-/bu+8N1uSKbmjJMNCOVkCBazv/SL137C0u5AAVuaDs9Jt3xQUoOMO65gpeZ3TNF+RJ7QRa6bEVRKX75GUVbrog==}
+ '@api-platform/api-doc-parser@0.16.7':
+ resolution: {integrity: sha512-olktqiKzakiRx0nBFXs9JT2rl2ZEq3M8KKXCDG2qfa8RppV+fIm0HSrC0ZeOIREZ+RbQP5Rheh/L/nPI/DRtSg==}
'@auth/core@0.37.2':
resolution: {integrity: sha512-kUvzyvkcd6h1vpeMAojK2y7+PAV5H+0Cc9+ZlKYDFhDY31AlvsB+GW5vNO4qE3Y07KeQgvNO9U0QUx/fN62kBw==}
@@ -179,8 +179,8 @@ packages:
resolution: {integrity: sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==}
engines: {node: '>=6.9.0'}
- '@babel/core@7.26.0':
- resolution: {integrity: sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==}
+ '@babel/core@7.26.7':
+ resolution: {integrity: sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA==}
engines: {node: '>=6.9.0'}
'@babel/generator@7.26.5':
@@ -213,29 +213,29 @@ packages:
resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==}
engines: {node: '>=6.9.0'}
- '@babel/helpers@7.26.0':
- resolution: {integrity: sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==}
+ '@babel/helpers@7.26.7':
+ resolution: {integrity: sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==}
engines: {node: '>=6.9.0'}
- '@babel/parser@7.26.5':
- resolution: {integrity: sha512-SRJ4jYmXRqV1/Xc+TIVG84WjHBXKlxO9sHQnA2Pf12QQEAp1LOh6kDzNHXcUnbH1QI0FDoPPVOt+vyUDucxpaw==}
+ '@babel/parser@7.26.7':
+ resolution: {integrity: sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==}
engines: {node: '>=6.0.0'}
hasBin: true
- '@babel/runtime@7.26.0':
- resolution: {integrity: sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==}
+ '@babel/runtime@7.26.7':
+ resolution: {integrity: sha512-AOPI3D+a8dXnja+iwsUqGRjr1BbZIe771sXdapOtYI531gSqpi92vXivKcq2asu/DFpdl1ceFAKZyRzK2PCVcQ==}
engines: {node: '>=6.9.0'}
'@babel/template@7.25.9':
resolution: {integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==}
engines: {node: '>=6.9.0'}
- '@babel/traverse@7.26.5':
- resolution: {integrity: sha512-rkOSPOw+AXbgtwUga3U4u8RpoK9FEFWBNAlTpcnkLFjL5CT+oyHNuUUC/xx6XefEJ16r38r8Bc/lfp6rYuHeJQ==}
+ '@babel/traverse@7.26.7':
+ resolution: {integrity: sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==}
engines: {node: '>=6.9.0'}
- '@babel/types@7.26.5':
- resolution: {integrity: sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==}
+ '@babel/types@7.26.7':
+ resolution: {integrity: sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==}
engines: {node: '>=6.9.0'}
'@digitalbazaar/http-client@3.4.1':
@@ -321,8 +321,8 @@ packages:
resolution: {integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/js@9.18.0':
- resolution: {integrity: sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==}
+ '@eslint/js@9.19.0':
+ resolution: {integrity: sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/object-schema@2.1.5':
@@ -585,56 +585,56 @@ packages:
'@types/react':
optional: true
- '@next/env@15.1.5':
- resolution: {integrity: sha512-jg8ygVq99W3/XXb9Y6UQsritwhjc+qeiO7QrGZRYOfviyr/HcdnhdBQu4gbp2rBIh2ZyBYTBMWbPw3JSCb0GHw==}
+ '@next/env@15.1.6':
+ resolution: {integrity: sha512-d9AFQVPEYNr+aqokIiPLNK/MTyt3DWa/dpKveiAaVccUadFbhFEvY6FXYX2LJO2Hv7PHnLBu2oWwB4uBuHjr/w==}
- '@next/eslint-plugin-next@15.1.5':
- resolution: {integrity: sha512-3cCrXBybsqe94UxD6DBQCYCCiP9YohBMgZ5IzzPYHmPzj8oqNlhBii5b6o1HDDaRHdz2pVnSsAROCtrczy8O0g==}
+ '@next/eslint-plugin-next@15.1.6':
+ resolution: {integrity: sha512-+slMxhTgILUntZDGNgsKEYHUvpn72WP1YTlkmEhS51vnVd7S9jEEy0n9YAMcI21vUG4akTw9voWH02lrClt/yw==}
- '@next/swc-darwin-arm64@15.1.5':
- resolution: {integrity: sha512-5ttHGE75Nw9/l5S8zR2xEwR8OHEqcpPym3idIMAZ2yo+Edk0W/Vf46jGqPOZDk+m/SJ+vYZDSuztzhVha8rcdA==}
+ '@next/swc-darwin-arm64@15.1.6':
+ resolution: {integrity: sha512-u7lg4Mpl9qWpKgy6NzEkz/w0/keEHtOybmIl0ykgItBxEM5mYotS5PmqTpo+Rhg8FiOiWgwr8USxmKQkqLBCrw==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [darwin]
- '@next/swc-darwin-x64@15.1.5':
- resolution: {integrity: sha512-8YnZn7vDURUUTInfOcU5l0UWplZGBqUlzvqKKUFceM11SzfNEz7E28E1Arn4/FsOf90b1Nopboy7i7ufc4jXag==}
+ '@next/swc-darwin-x64@15.1.6':
+ resolution: {integrity: sha512-x1jGpbHbZoZ69nRuogGL2MYPLqohlhnT9OCU6E6QFewwup+z+M6r8oU47BTeJcWsF2sdBahp5cKiAcDbwwK/lg==}
engines: {node: '>= 10'}
cpu: [x64]
os: [darwin]
- '@next/swc-linux-arm64-gnu@15.1.5':
- resolution: {integrity: sha512-rDJC4ctlYbK27tCyFUhgIv8o7miHNlpCjb2XXfTLQszwAUOSbcMN9q2y3urSrrRCyGVOd9ZR9a4S45dRh6JF3A==}
+ '@next/swc-linux-arm64-gnu@15.1.6':
+ resolution: {integrity: sha512-jar9sFw0XewXsBzPf9runGzoivajeWJUc/JkfbLTC4it9EhU8v7tCRLH7l5Y1ReTMN6zKJO0kKAGqDk8YSO2bg==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
- '@next/swc-linux-arm64-musl@15.1.5':
- resolution: {integrity: sha512-FG5RApf4Gu+J+pHUQxXPM81oORZrKBYKUaBTylEIQ6Lz17hKVDsLbSXInfXM0giclvXbyiLXjTv42sQMATmZ0A==}
+ '@next/swc-linux-arm64-musl@15.1.6':
+ resolution: {integrity: sha512-+n3u//bfsrIaZch4cgOJ3tXCTbSxz0s6brJtU3SzLOvkJlPQMJ+eHVRi6qM2kKKKLuMY+tcau8XD9CJ1OjeSQQ==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
- '@next/swc-linux-x64-gnu@15.1.5':
- resolution: {integrity: sha512-NX2Ar3BCquAOYpnoYNcKz14eH03XuF7SmSlPzTSSU4PJe7+gelAjxo3Y7F2m8+hLT8ZkkqElawBp7SWBdzwqQw==}
+ '@next/swc-linux-x64-gnu@15.1.6':
+ resolution: {integrity: sha512-SpuDEXixM3PycniL4iVCLyUyvcl6Lt0mtv3am08sucskpG0tYkW1KlRhTgj4LI5ehyxriVVcfdoxuuP8csi3kQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
- '@next/swc-linux-x64-musl@15.1.5':
- resolution: {integrity: sha512-EQgqMiNu3mrV5eQHOIgeuh6GB5UU57tu17iFnLfBEhYfiOfyK+vleYKh2dkRVkV6ayx3eSqbIYgE7J7na4hhcA==}
+ '@next/swc-linux-x64-musl@15.1.6':
+ resolution: {integrity: sha512-L4druWmdFSZIIRhF+G60API5sFB7suTbDRhYWSjiw0RbE+15igQvE2g2+S973pMGvwN3guw7cJUjA/TmbPWTHQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
- '@next/swc-win32-arm64-msvc@15.1.5':
- resolution: {integrity: sha512-HPULzqR/VqryQZbZME8HJE3jNFmTGcp+uRMHabFbQl63TtDPm+oCXAz3q8XyGv2AoihwNApVlur9Up7rXWRcjg==}
+ '@next/swc-win32-arm64-msvc@15.1.6':
+ resolution: {integrity: sha512-s8w6EeqNmi6gdvM19tqKKWbCyOBvXFbndkGHl+c9YrzsLARRdCHsD9S1fMj8gsXm9v8vhC8s3N8rjuC/XrtkEg==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [win32]
- '@next/swc-win32-x64-msvc@15.1.5':
- resolution: {integrity: sha512-n74fUb/Ka1dZSVYfjwQ+nSJ+ifUff7jGurFcTuJNKZmI62FFOxQXUYit/uZXPTj2cirm1rvGWHG2GhbSol5Ikw==}
+ '@next/swc-win32-x64-msvc@15.1.6':
+ resolution: {integrity: sha512-6xomMuu54FAFxttYr5PJbEfu96godcxBTRk1OhAvJq0/EnmFU/Ybiax30Snis4vdWZ9LGpf7Roy5fSs7v/5ROQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
@@ -662,18 +662,14 @@ packages:
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
engines: {node: '>=14'}
- '@playwright/test@1.49.1':
- resolution: {integrity: sha512-Ky+BVzPz8pL6PQxHqNRW1k3mIyv933LML7HktS8uik0bUXNCdPhoS/kLihiO1tMf/egaJb4IutXd7UywvXEW+g==}
+ '@playwright/test@1.50.0':
+ resolution: {integrity: sha512-ZGNXbt+d65EGjBORQHuYKj+XhCewlwpnSd/EDuLPZGSiEWmgOJB5RmMCCYGy5aMfTs9wx61RivfDKi8H/hcMvw==}
engines: {node: '>=18'}
hasBin: true
'@popperjs/core@2.11.8':
resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==}
- '@remix-run/router@1.21.1':
- resolution: {integrity: sha512-KeBYSwohb8g4/wCcnksvKTYlg69O62sQeLynn2YE+5z7JWEj95if27kclW9QqbrlsQ2DINI8fjbV3zyuKfwjKg==}
- engines: {node: '>=14.0.0'}
-
'@rtsao/scc@1.1.0':
resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==}
@@ -691,27 +687,27 @@ packages:
peerDependencies:
tailwindcss: '>=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20 || >= 4.0.0-beta.1'
- '@tanstack/query-core@5.64.2':
- resolution: {integrity: sha512-hdO8SZpWXoADNTWXV9We8CwTkXU88OVWRBcsiFrk7xJQnhm6WRlweDzMD+uH+GnuieTBVSML6xFa17C2cNV8+g==}
+ '@tanstack/query-core@5.65.0':
+ resolution: {integrity: sha512-Bnnq/1axf00r2grRT6gUyIkZRKzhHs+p4DijrCQ3wMlA3D3TTT71gtaSLtqnzGddj73/7X5JDGyjiSLdjvQN4w==}
- '@tanstack/query-devtools@5.64.2':
- resolution: {integrity: sha512-3DautR5UpVZdk/qNIhioZVF7g8fdQZ1U98sBEEk4Tzz3tihSBNMPgwlP40nzgbPEDBIrn/j/oyyvNBVSo083Vw==}
+ '@tanstack/query-devtools@5.65.0':
+ resolution: {integrity: sha512-g5y7zc07U9D3esMdqUfTEVu9kMHoIaVBsD0+M3LPdAdD710RpTcLiNvJY1JkYXqkq9+NV+CQoemVNpQPBXVsJg==}
- '@tanstack/react-query-devtools@5.64.2':
- resolution: {integrity: sha512-+ZjJVnPzc8BUV/Eklu2k9T/IAyAyvwoCHqOaOrk2sbU33LFhM52BpX4eyENXn0bx5LwV3DJZgEQlIzucoemfGQ==}
+ '@tanstack/react-query-devtools@5.65.1':
+ resolution: {integrity: sha512-PKUBz7+FAP3eI1zoWrP5vxNQXs+elPz3u/3cILGhNZl2dufgbU9OJRpbC+BAptLXTsGxTwkAlrWBIZbD/c7CDw==}
peerDependencies:
- '@tanstack/react-query': ^5.64.2
+ '@tanstack/react-query': ^5.65.1
react: ^18 || ^19
- '@tanstack/react-query-next-experimental@5.64.2':
- resolution: {integrity: sha512-NwHPKoa+ZpDUg6tA5LspDUUww/RF+wZKGVaPjgtpwuiVt7RHNU2RTzpKZaEQfeGxxJ/OymdhdQ12SqbMHNy7Qw==}
+ '@tanstack/react-query-next-experimental@5.65.1':
+ resolution: {integrity: sha512-A/x0jXKQHmNHV0DqO27eaaYeEF1Fc6i3Cfn44AKPX6D2sIPJ4N6HjYBSlT/2rH7bYHq30wN+JYBDAE2szrnggA==}
peerDependencies:
- '@tanstack/react-query': ^5.64.2
+ '@tanstack/react-query': ^5.65.1
next: ^13 || ^14 || ^15
react: ^18 || ^19
- '@tanstack/react-query@5.64.2':
- resolution: {integrity: sha512-3pakNscZNm8KJkxmovvtZ4RaXLyiYYobwleTMvpIGUoKRa8j8VlrQKNl5W8VUEfVfZKkikvXVddLuWMbcSCA1Q==}
+ '@tanstack/react-query@5.65.1':
+ resolution: {integrity: sha512-BSpjo4RQdJ75Mw3pqM1AJYNhanNxJE3ct7RmCZUAv9cUJg/Qmonzc/Xy2kKXeQA1InuKATSuc6pOZciWOF8TYQ==}
peerDependencies:
react: ^18 || ^19
@@ -730,8 +726,8 @@ packages:
'@types/json5@0.0.29':
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
- '@types/node@22.10.7':
- resolution: {integrity: sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==}
+ '@types/node@22.12.0':
+ resolution: {integrity: sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA==}
'@types/parse-json@4.0.2':
resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==}
@@ -749,54 +745,54 @@ packages:
peerDependencies:
'@types/react': '*'
- '@types/react@19.0.7':
- resolution: {integrity: sha512-MoFsEJKkAtZCrC1r6CM8U22GzhG7u2Wir8ons/aCKH6MBdD1ibV24zOSSkdZVUKqN5i396zG5VKLYZ3yaUZdLA==}
+ '@types/react@19.0.8':
+ resolution: {integrity: sha512-9P/o1IGdfmQxrujGbIMDyYaaCykhLKc0NGCtYcECNUr9UAaDe4gwvV9bR6tvd5Br1SG0j+PBpbKr2UYY8CwqSw==}
- '@typescript-eslint/eslint-plugin@8.20.0':
- resolution: {integrity: sha512-naduuphVw5StFfqp4Gq4WhIBE2gN1GEmMUExpJYknZJdRnc+2gDzB8Z3+5+/Kv33hPQRDGzQO/0opHE72lZZ6A==}
+ '@typescript-eslint/eslint-plugin@8.22.0':
+ resolution: {integrity: sha512-4Uta6REnz/xEJMvwf72wdUnC3rr4jAQf5jnTkeRQ9b6soxLxhDEbS/pfMPoJLDfFPNVRdryqWUIV/2GZzDJFZw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.8.0'
- '@typescript-eslint/parser@8.20.0':
- resolution: {integrity: sha512-gKXG7A5HMyjDIedBi6bUrDcun8GIjnI8qOwVLiY3rx6T/sHP/19XLJOnIq/FgQvWLHja5JN/LSE7eklNBr612g==}
+ '@typescript-eslint/parser@8.22.0':
+ resolution: {integrity: sha512-MqtmbdNEdoNxTPzpWiWnqNac54h8JDAmkWtJExBVVnSrSmi9z+sZUt0LfKqk9rjqmKOIeRhO4fHHJ1nQIjduIQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.8.0'
- '@typescript-eslint/scope-manager@8.20.0':
- resolution: {integrity: sha512-J7+VkpeGzhOt3FeG1+SzhiMj9NzGD/M6KoGn9f4dbz3YzK9hvbhVTmLj/HiTp9DazIzJ8B4XcM80LrR9Dm1rJw==}
+ '@typescript-eslint/scope-manager@8.22.0':
+ resolution: {integrity: sha512-/lwVV0UYgkj7wPSw0o8URy6YI64QmcOdwHuGuxWIYznO6d45ER0wXUbksr9pYdViAofpUCNJx/tAzNukgvaaiQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/type-utils@8.20.0':
- resolution: {integrity: sha512-bPC+j71GGvA7rVNAHAtOjbVXbLN5PkwqMvy1cwGeaxUoRQXVuKCebRoLzm+IPW/NtFFpstn1ummSIasD5t60GA==}
+ '@typescript-eslint/type-utils@8.22.0':
+ resolution: {integrity: sha512-NzE3aB62fDEaGjaAYZE4LH7I1MUwHooQ98Byq0G0y3kkibPJQIXVUspzlFOmOfHhiDLwKzMlWxaNv+/qcZurJA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.8.0'
- '@typescript-eslint/types@8.20.0':
- resolution: {integrity: sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==}
+ '@typescript-eslint/types@8.22.0':
+ resolution: {integrity: sha512-0S4M4baNzp612zwpD4YOieP3VowOARgK2EkN/GBn95hpyF8E2fbMT55sRHWBq+Huaqk3b3XK+rxxlM8sPgGM6A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/typescript-estree@8.20.0':
- resolution: {integrity: sha512-Y7ncuy78bJqHI35NwzWol8E0X7XkRVS4K4P4TCyzWkOJih5NDvtoRDW4Ba9YJJoB2igm9yXDdYI/+fkiiAxPzA==}
+ '@typescript-eslint/typescript-estree@8.22.0':
+ resolution: {integrity: sha512-SJX99NAS2ugGOzpyhMza/tX+zDwjvwAtQFLsBo3GQxiGcvaKlqGBkmZ+Y1IdiSi9h4Q0Lr5ey+Cp9CGWNY/F/w==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <5.8.0'
- '@typescript-eslint/utils@8.20.0':
- resolution: {integrity: sha512-dq70RUw6UK9ei7vxc4KQtBRk7qkHZv447OUZ6RPQMQl71I3NZxQJX/f32Smr+iqWrB02pHKn2yAdHBb0KNrRMA==}
+ '@typescript-eslint/utils@8.22.0':
+ resolution: {integrity: sha512-T8oc1MbF8L+Bk2msAvCUzjxVB2Z2f+vXYfcucE2wOmYs7ZUwco5Ep0fYZw8quNwOiw9K8GYVL+Kgc2pETNTLOg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.8.0'
- '@typescript-eslint/visitor-keys@8.20.0':
- resolution: {integrity: sha512-v/BpkeeYAsPkKCkR8BDwcno0llhzWVqPOamQrAEMdpZav2Y9OVjd9dwJyBLJWwf335B5DmlifECIkZRJCaGaHA==}
+ '@typescript-eslint/visitor-keys@8.22.0':
+ resolution: {integrity: sha512-AWpYAXnUgvLNabGTy3uBylkgZoosva/miNd1I8Bz3SjotmQPbVqhO4Cczo8AsZ44XVErEBPr/CRSgaj8sG7g0w==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
abort-controller@3.0.0:
@@ -884,6 +880,10 @@ packages:
ast-types-flow@0.0.8:
resolution: {integrity: sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==}
+ async-function@1.0.0:
+ resolution: {integrity: sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==}
+ engines: {node: '>= 0.4'}
+
attr-accept@2.2.5:
resolution: {integrity: sha512-0bDNnY/u6pPwHDMoF0FieU354oBi0a8rD9FcsLwzcGWbc8KS8KPIi7y+s13OlVY+gMWc/9xEMUgNE6Qm8ZllYQ==}
engines: {node: '>=4'}
@@ -960,8 +960,8 @@ packages:
resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
engines: {node: '>= 6'}
- caniuse-lite@1.0.30001695:
- resolution: {integrity: sha512-vHyLade6wTgI2u1ec3WQBxv+2BrTERV28UXQu9LO6lZ9pYeMk34vjXFLOxo1A4UBA8XTL4njRQZdno/yYaSmWw==}
+ caniuse-lite@1.0.30001696:
+ resolution: {integrity: sha512-pDCPkvzfa39ehJtJ+OwGT/2yvT2SbjfHhiIW2LWOAcMQ7BzwxT/XuyUp4OTOd0XFWA6BKw0JalnBHgSi5DGJBQ==}
canonicalize@1.0.8:
resolution: {integrity: sha512-0CNTVCLZggSh7bc5VkX5WWPWO+cyZbNd07IHIsSXLia/eAq+r836hgk+8BKoEh7949Mda87VUOitx5OddVj64A==}
@@ -1012,6 +1012,10 @@ packages:
resolution: {integrity: sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==}
engines: {node: '>= 0.6'}
+ cookie@1.0.2:
+ resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==}
+ engines: {node: '>=18'}
+
cosmiconfig@7.1.0:
resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==}
engines: {node: '>=10'}
@@ -1116,8 +1120,8 @@ packages:
eastasianwidth@0.2.0:
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
- electron-to-chromium@1.5.83:
- resolution: {integrity: sha512-LcUDPqSt+V0QmI47XLzZrz5OqILSMGsPFkDYus22rIbgorSvBYEFqq854ltTmUdHkY92FSdAAvsh4jWEULMdfQ==}
+ electron-to-chromium@1.5.90:
+ resolution: {integrity: sha512-C3PN4aydfW91Natdyd449Kw+BzhLmof6tzy5W1pFC5SpQxVXT+oyiyOG9AgYYSN9OdA/ik3YkCrpwqI8ug5Tug==}
emoji-regex@8.0.0:
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
@@ -1171,8 +1175,8 @@ packages:
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
engines: {node: '>=10'}
- eslint-config-next@15.1.5:
- resolution: {integrity: sha512-Awm7iUJY8toOR+fU8yTxZnA7/LyOGUGOd6cENCuDfJ3gucHOSmLdOSGJ4u+nlrs8p5qXemua42bZmq+uOzxl6Q==}
+ eslint-config-next@15.1.6:
+ resolution: {integrity: sha512-Wd1uy6y7nBbXUSg9QAuQ+xYEKli5CgUhLjz1QHW11jLDis5vK5XB3PemL6jEmy7HrdhaRFDz+GTZ/3FoH+EUjg==}
peerDependencies:
eslint: ^7.23.0 || ^8.0.0 || ^9.0.0
typescript: '>=3.3.1'
@@ -1257,8 +1261,8 @@ packages:
resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- eslint@9.18.0:
- resolution: {integrity: sha512-+waTfRWQlSbpt3KWE+CjrPPYnbq9kfZIYUqapc0uBXyjTp8aYXZDsUH16m39Ryq3NjAVP4tjuF7KaukeqoCoaA==}
+ eslint@9.19.0:
+ resolution: {integrity: sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true
peerDependencies:
@@ -1348,8 +1352,9 @@ packages:
flatted@3.3.2:
resolution: {integrity: sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==}
- for-each@0.3.3:
- resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==}
+ for-each@0.3.4:
+ resolution: {integrity: sha512-kKaIINnFpzW6ffJNDjjyjrk21BkDx38c0xa/klsT8VzLCaMEefv4ZTacrcVR4DmgTeBra++jMDAfS/tS799YDw==}
+ engines: {node: '>= 0.4'}
foreground-child@3.3.0:
resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==}
@@ -1403,8 +1408,8 @@ packages:
resolution: {integrity: sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==}
engines: {node: '>= 0.4'}
- get-tsconfig@4.9.0:
- resolution: {integrity: sha512-52n24W52sIueosRe0XZ8Ex5Yle+WbhfCKnV/gWXpbVR8FXNTfqdKEKUSypKso66VRHTvvcQxL44UTZbJRlCTnw==}
+ get-tsconfig@4.10.0:
+ resolution: {integrity: sha512-kGzZ3LWWQcGIAmg6iWvXn0ei6WDtV26wzHRMwDSzmAbcXrTEXxHy6IehI6/4eT6VRKyMP1eF1VqwrVUmE/LR7A==}
glob-parent@5.1.2:
resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
@@ -1508,8 +1513,8 @@ packages:
is-arrayish@0.3.2:
resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==}
- is-async-function@2.1.0:
- resolution: {integrity: sha512-GExz9MtyhlZyXYLxzlJRj5WUCE661zhDa1Yna52CN57AJsymh+DvXXjyveSioqSRdxvUrdKdvqB1b5cVKsNpWQ==}
+ is-async-function@2.1.1:
+ resolution: {integrity: sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==}
engines: {node: '>= 0.4'}
is-bigint@1.1.0:
@@ -1724,6 +1729,7 @@ packages:
lodash.get@4.4.2:
resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==}
+ deprecated: This package is deprecated. Use the optional chaining (?.) operator instead.
lodash.isplainobject@4.0.6:
resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==}
@@ -1808,8 +1814,8 @@ packages:
nodemailer:
optional: true
- next@15.1.5:
- resolution: {integrity: sha512-Cf/TEegnt01hn3Hoywh6N8fvkhbOuChO4wFje24+a86wKOubgVaWkDqxGVgoWlz2Hp9luMJ9zw3epftujdnUOg==}
+ next@15.1.6:
+ resolution: {integrity: sha512-Hch4wzbaX0vKQtalpXvUiw5sYivBy4cm5rzUKrBnUB/y436LGrvOUqYvlSeNVCWFO/770gDlltR9gqZH62ct4Q==}
engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0}
hasBin: true
peerDependencies:
@@ -1952,13 +1958,13 @@ packages:
resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==}
engines: {node: '>= 6'}
- playwright-core@1.49.1:
- resolution: {integrity: sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==}
+ playwright-core@1.50.0:
+ resolution: {integrity: sha512-CXkSSlr4JaZs2tZHI40DsZUN/NIwgaUPsyLuOAaIZp2CyF2sN5MM5NJsyB188lFSSozFxQ5fPT4qM+f0tH/6wQ==}
engines: {node: '>=18'}
hasBin: true
- playwright@1.49.1:
- resolution: {integrity: sha512-VYL8zLoNTBxVOrJBbDuRgDWa3i+mfQgDTrL8Ah9QXZ7ax4Dsj0MSq5bYgytRnDVVe+njoKnfsYkH3HzqVj5UZA==}
+ playwright@1.50.0:
+ resolution: {integrity: sha512-+GinGfGTrd2IfX1TA4N2gNmeIksSb+IAe589ZH+FlmpV3MYTx6+buChGIuDLQwrGNCw2lWibqV50fU510N7S+w==}
engines: {node: '>=18'}
hasBin: true
@@ -2051,44 +2057,44 @@ packages:
queue-microtask@1.2.3:
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
- ra-core@5.4.4:
- resolution: {integrity: sha512-hP1pxNtuVWbsV4e0OWfGUrtbf0H9RpO2K1K1ffmbxqBaX3ZYlEP8sz6KFXyAEcMjnY9wfcGt/bab/P5sX0gD2A==}
+ ra-core@5.5.2:
+ resolution: {integrity: sha512-XH85pGHjDwuDkTWHKv3agrOxP9KWs1gx5KOnzVf9MTFqyOiA4rYIUSLakI/aovM+VYBJsU6Wku7qSOkoZeaZ8A==}
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
react-hook-form: ^7.53.0
- react-router: ^6.22.0
- react-router-dom: ^6.22.0
+ react-router: ^6.28.1 || ^7.1.1
+ react-router-dom: ^6.28.1 || ^7.1.1
- ra-i18n-polyglot@5.4.4:
- resolution: {integrity: sha512-C7ZNhw+65ZOofSYViHkITBYKHTPGYiasaMqBppbOlfDyqpwIqYC2PIG/Mtbmgxgtb9AJhOFwdUskd3ZrrxC+ag==}
+ ra-i18n-polyglot@5.5.2:
+ resolution: {integrity: sha512-9nt8rk1y3InrIBOAA1Lf7MOiznm2wWIePNREn3hDZqLpn9yw1Rdic87LVmuOA8ruGVU1ZEZcVNE66Nea/LQCKg==}
- ra-language-english@5.4.4:
- resolution: {integrity: sha512-OhcLrvax/dD//XOIMNRy0UhejUa3YG793tpd8JOaPiW7WJTINdINkTiUToB+s0X/WH4sdM6jrwKTJPLxeGWUSQ==}
+ ra-language-english@5.5.2:
+ resolution: {integrity: sha512-0uDtzj5edjVr50sIJh0UIL/yjCNonx3iPamr8+y/guSUqn96JoHIY1hbVJaayrCa9kEG7vbpkzA5sIITh8nXow==}
- ra-language-french@5.4.4:
- resolution: {integrity: sha512-2itubzUPibbL5Yf3JqvKTMkQcqvUJc2ZrZnJ88cBYyHjU3IJya+hNVeTq5IqfgyREDD2M5mWU2B30McOXGeCcA==}
+ ra-language-french@5.5.2:
+ resolution: {integrity: sha512-bbLpTA7uGnvcn9uL1H/Q9l4RysNM99NhmdaVouRHHS9AdECnKvAFdccAE0UJbg5C8Lg4ui2zFfmgxbGeUjgGNw==}
- ra-ui-materialui@5.4.4:
- resolution: {integrity: sha512-cKMVxYKjnDZ2I1hW0zZOkvF+lUg6h8fHyQx/9kFnKwuwPmARFgM8hoNlJ3z6FZvTju6gWAX8n44wQkmHPurXSQ==}
+ ra-ui-materialui@5.5.2:
+ resolution: {integrity: sha512-e/Ci1U7QKmefeNCsfyjyIeudVMSFHxyLQSW2Riz592NfelGpe043Gb3qxMZZRQscHp4DzoznIK5Gy4L2NQm5+Q==}
peerDependencies:
- '@mui/icons-material': ^5.15.20
- '@mui/material': ^5.15.20
- '@mui/utils': ^5.15.20
+ '@mui/icons-material': ^5.16.12 || ^6.0.0
+ '@mui/material': ^5.16.12 || ^6.0.0
+ '@mui/utils': ^5.15.20 || ^6.0.0
ra-core: ^5.0.0
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
react-hook-form: '*'
- react-is: ^18.0.0
- react-router: ^6.22.0
- react-router-dom: ^6.22.0
+ react-is: ^18.0.0 || ^19.0.0
+ react-router: ^6.28.1 || ^7.1.1
+ react-router-dom: ^6.28.1 || ^7.1.1
rdf-canonize@3.4.0:
resolution: {integrity: sha512-fUeWjrkOO0t1rg7B2fdyDTvngj+9RlUyL92vOdiB7c0FPguWVsniIMjEtHH+meLBO9rzkUlUzBVXgWrjI8P9LA==}
engines: {node: '>=12'}
- react-admin@5.4.4:
- resolution: {integrity: sha512-hPRARv8Pza+6p+YGwXpyL5rx95n3oLUzqa8XiXXg49Ea3Lww/OCUKGsL7W9ES2ATx0VAwUy9PWg55xOGJh5Esw==}
+ react-admin@5.5.2:
+ resolution: {integrity: sha512-7Ugk2wXlceKOHOi4SUmiD16vzToewSlBxqs3OXlGfazvvCB1/n74HMgVYyZXHDsn0mye+/8T3Z4lvJA3xvxJ7g==}
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
@@ -2121,24 +2127,25 @@ packages:
react-is@16.13.1:
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
- react-is@18.3.1:
- resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==}
-
react-is@19.0.0:
resolution: {integrity: sha512-H91OHcwjZsbq3ClIDHMzBShc1rotbfACdWENsmEf0IFvZ3FgGPtdHMcsv45bQ1hAbgdfiA8SnxTKfDS+x/8m2g==}
- react-router-dom@6.28.2:
- resolution: {integrity: sha512-O81EWqNJWqvlN/a7eTudAdQm0TbI7hw+WIi7OwwMcTn5JMyZ0ibTFNGz+t+Lju0df4LcqowCegcrK22lB1q9Kw==}
- engines: {node: '>=14.0.0'}
+ react-router-dom@7.1.3:
+ resolution: {integrity: sha512-qQGTE+77hleBzv9SIUIkGRvuFBQGagW+TQKy53UTZAO/3+YFNBYvRsNIZ1GT17yHbc63FylMOdS+m3oUriF1GA==}
+ engines: {node: '>=20.0.0'}
peerDependencies:
- react: '>=16.8'
- react-dom: '>=16.8'
+ react: '>=18'
+ react-dom: '>=18'
- react-router@6.28.2:
- resolution: {integrity: sha512-BgFY7+wEGVjHCiqaj2XiUBQ1kkzfg6UoKYwEe0wv+FF+HNPCxtS/MVPvLAPH++EsuCMReZl9RYVGqcHLk5ms3A==}
- engines: {node: '>=14.0.0'}
+ react-router@7.1.3:
+ resolution: {integrity: sha512-EezYymLY6Guk/zLQ2vRA8WvdUhWFEj5fcE3RfWihhxXBW7+cd1LsIiA3lmx+KCmneAGQuyBv820o44L2+TtkSA==}
+ engines: {node: '>=20.0.0'}
peerDependencies:
- react: '>=16.8'
+ react: '>=18'
+ react-dom: '>=18'
+ peerDependenciesMeta:
+ react-dom:
+ optional: true
react-spinners@0.15.0:
resolution: {integrity: sha512-ZO3/fNB9Qc+kgpG3SfdlMnvTX6LtLmTnOogb3W6sXIaU/kZ1ydEViPfZ06kSOaEsor58C/tzXw2wROGQu3X2pA==}
@@ -2219,11 +2226,14 @@ packages:
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
hasBin: true
- semver@7.6.3:
- resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==}
+ semver@7.7.0:
+ resolution: {integrity: sha512-DrfFnPzblFmNrIZzg5RzHegbiRWg7KMR7btwi2yjHwx06zsUbO5g613sVwEV7FTwmzJu+Io0lJe2GJ3LxqpvBQ==}
engines: {node: '>=10'}
hasBin: true
+ set-cookie-parser@2.7.1:
+ resolution: {integrity: sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==}
+
set-function-length@1.2.2:
resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==}
engines: {node: '>= 0.4'}
@@ -2421,6 +2431,9 @@ packages:
tslib@2.8.1:
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
+ turbo-stream@2.4.0:
+ resolution: {integrity: sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g==}
+
type-check@0.4.0:
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
engines: {node: '>= 0.8.0'}
@@ -2544,13 +2557,13 @@ snapshots:
'@jridgewell/gen-mapping': 0.3.8
'@jridgewell/trace-mapping': 0.3.25
- '@api-platform/admin@4.0.3(@mui/utils@6.4.0(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react-dom@19.0.0(react@19.0.0))(react-is@19.0.0)(react@19.0.0)(web-streams-polyfill@3.3.3)':
+ '@api-platform/admin@4.0.4(@mui/utils@6.4.0(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react-is@19.0.0)(react@19.0.0)(web-streams-polyfill@3.3.3)':
dependencies:
- '@api-platform/api-doc-parser': 0.16.6(web-streams-polyfill@3.3.3)
+ '@api-platform/api-doc-parser': 0.16.7(web-streams-polyfill@3.3.3)
jsonld: 8.3.3(web-streams-polyfill@3.3.3)
lodash.isplainobject: 4.0.6
react: 19.0.0
- react-admin: 5.4.4(@mui/utils@6.4.0(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react-dom@19.0.0(react@19.0.0))(react-is@19.0.0)(react@19.0.0)
+ react-admin: 5.5.2(@mui/utils@6.4.0(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react-is@19.0.0)(react@19.0.0)
react-dom: 19.0.0(react@19.0.0)
transitivePeerDependencies:
- '@mui/utils'
@@ -2559,7 +2572,7 @@ snapshots:
- supports-color
- web-streams-polyfill
- '@api-platform/api-doc-parser@0.16.6(web-streams-polyfill@3.3.3)':
+ '@api-platform/api-doc-parser@0.16.7(web-streams-polyfill@3.3.3)':
dependencies:
graphql: 16.10.0
inflection: 1.13.4
@@ -2596,18 +2609,18 @@ snapshots:
'@babel/compat-data@7.26.5': {}
- '@babel/core@7.26.0':
+ '@babel/core@7.26.7':
dependencies:
'@ampproject/remapping': 2.3.0
'@babel/code-frame': 7.26.2
'@babel/generator': 7.26.5
'@babel/helper-compilation-targets': 7.26.5
- '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0)
- '@babel/helpers': 7.26.0
- '@babel/parser': 7.26.5
+ '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.7)
+ '@babel/helpers': 7.26.7
+ '@babel/parser': 7.26.7
'@babel/template': 7.25.9
- '@babel/traverse': 7.26.5
- '@babel/types': 7.26.5
+ '@babel/traverse': 7.26.7
+ '@babel/types': 7.26.7
convert-source-map: 2.0.0
debug: 4.4.0
gensync: 1.0.0-beta.2
@@ -2618,8 +2631,8 @@ snapshots:
'@babel/generator@7.26.5':
dependencies:
- '@babel/parser': 7.26.5
- '@babel/types': 7.26.5
+ '@babel/parser': 7.26.7
+ '@babel/types': 7.26.7
'@jridgewell/gen-mapping': 0.3.8
'@jridgewell/trace-mapping': 0.3.25
jsesc: 3.1.0
@@ -2634,17 +2647,17 @@ snapshots:
'@babel/helper-module-imports@7.25.9':
dependencies:
- '@babel/traverse': 7.26.5
- '@babel/types': 7.26.5
+ '@babel/traverse': 7.26.7
+ '@babel/types': 7.26.7
transitivePeerDependencies:
- supports-color
- '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.0)':
+ '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.7)':
dependencies:
- '@babel/core': 7.26.0
+ '@babel/core': 7.26.7
'@babel/helper-module-imports': 7.25.9
'@babel/helper-validator-identifier': 7.25.9
- '@babel/traverse': 7.26.5
+ '@babel/traverse': 7.26.7
transitivePeerDependencies:
- supports-color
@@ -2654,38 +2667,38 @@ snapshots:
'@babel/helper-validator-option@7.25.9': {}
- '@babel/helpers@7.26.0':
+ '@babel/helpers@7.26.7':
dependencies:
'@babel/template': 7.25.9
- '@babel/types': 7.26.5
+ '@babel/types': 7.26.7
- '@babel/parser@7.26.5':
+ '@babel/parser@7.26.7':
dependencies:
- '@babel/types': 7.26.5
+ '@babel/types': 7.26.7
- '@babel/runtime@7.26.0':
+ '@babel/runtime@7.26.7':
dependencies:
regenerator-runtime: 0.14.1
'@babel/template@7.25.9':
dependencies:
'@babel/code-frame': 7.26.2
- '@babel/parser': 7.26.5
- '@babel/types': 7.26.5
+ '@babel/parser': 7.26.7
+ '@babel/types': 7.26.7
- '@babel/traverse@7.26.5':
+ '@babel/traverse@7.26.7':
dependencies:
'@babel/code-frame': 7.26.2
'@babel/generator': 7.26.5
- '@babel/parser': 7.26.5
+ '@babel/parser': 7.26.7
'@babel/template': 7.25.9
- '@babel/types': 7.26.5
+ '@babel/types': 7.26.7
debug: 4.4.0
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- '@babel/types@7.26.5':
+ '@babel/types@7.26.7':
dependencies:
'@babel/helper-string-parser': 7.25.9
'@babel/helper-validator-identifier': 7.25.9
@@ -2706,7 +2719,7 @@ snapshots:
'@emotion/babel-plugin@11.13.5':
dependencies:
'@babel/helper-module-imports': 7.25.9
- '@babel/runtime': 7.26.0
+ '@babel/runtime': 7.26.7
'@emotion/hash': 0.9.2
'@emotion/memoize': 0.9.0
'@emotion/serialize': 1.3.3
@@ -2735,9 +2748,9 @@ snapshots:
'@emotion/memoize@0.9.0': {}
- '@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0)':
+ '@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.0
+ '@babel/runtime': 7.26.7
'@emotion/babel-plugin': 11.13.5
'@emotion/cache': 11.14.0
'@emotion/serialize': 1.3.3
@@ -2747,7 +2760,7 @@ snapshots:
hoist-non-react-statics: 3.3.2
react: 19.0.0
optionalDependencies:
- '@types/react': 19.0.7
+ '@types/react': 19.0.8
transitivePeerDependencies:
- supports-color
@@ -2761,18 +2774,18 @@ snapshots:
'@emotion/sheet@1.4.0': {}
- '@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react@19.0.0)':
+ '@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.0
+ '@babel/runtime': 7.26.7
'@emotion/babel-plugin': 11.13.5
'@emotion/is-prop-valid': 1.3.1
- '@emotion/react': 11.14.0(@types/react@19.0.7)(react@19.0.0)
+ '@emotion/react': 11.14.0(@types/react@19.0.8)(react@19.0.0)
'@emotion/serialize': 1.3.3
'@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.0.0)
'@emotion/utils': 1.4.2
react: 19.0.0
optionalDependencies:
- '@types/react': 19.0.7
+ '@types/react': 19.0.8
transitivePeerDependencies:
- supports-color
@@ -2786,9 +2799,9 @@ snapshots:
'@emotion/weak-memoize@0.4.0': {}
- '@eslint-community/eslint-utils@4.4.1(eslint@9.18.0(jiti@1.21.7))':
+ '@eslint-community/eslint-utils@4.4.1(eslint@9.19.0(jiti@1.21.7))':
dependencies:
- eslint: 9.18.0(jiti@1.21.7)
+ eslint: 9.19.0(jiti@1.21.7)
eslint-visitor-keys: 3.4.3
'@eslint-community/regexpp@4.12.1': {}
@@ -2819,7 +2832,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/js@9.18.0': {}
+ '@eslint/js@9.19.0': {}
'@eslint/object-schema@2.1.5': {}
@@ -2948,23 +2961,23 @@ snapshots:
'@mui/core-downloads-tracker@5.16.14': {}
- '@mui/icons-material@5.16.14(@mui/material@5.16.14(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@types/react@19.0.7)(react@19.0.0)':
+ '@mui/icons-material@5.16.14(@mui/material@5.16.14(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@types/react@19.0.8)(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.0
- '@mui/material': 5.16.14(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@babel/runtime': 7.26.7
+ '@mui/material': 5.16.14(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
react: 19.0.0
optionalDependencies:
- '@types/react': 19.0.7
+ '@types/react': 19.0.8
- '@mui/material@5.16.14(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
+ '@mui/material@5.16.14(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.0
+ '@babel/runtime': 7.26.7
'@mui/core-downloads-tracker': 5.16.14
- '@mui/system': 5.16.14(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react@19.0.0)
- '@mui/types': 7.2.21(@types/react@19.0.7)
- '@mui/utils': 5.16.14(@types/react@19.0.7)(react@19.0.0)
+ '@mui/system': 5.16.14(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0)
+ '@mui/types': 7.2.21(@types/react@19.0.8)
+ '@mui/utils': 5.16.14(@types/react@19.0.8)(react@19.0.0)
'@popperjs/core': 2.11.8
- '@types/react-transition-group': 4.4.12(@types/react@19.0.7)
+ '@types/react-transition-group': 4.4.12(@types/react@19.0.8)
clsx: 2.1.1
csstype: 3.1.3
prop-types: 15.8.1
@@ -2973,102 +2986,102 @@ snapshots:
react-is: 19.0.0
react-transition-group: 4.4.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
optionalDependencies:
- '@emotion/react': 11.14.0(@types/react@19.0.7)(react@19.0.0)
- '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react@19.0.0)
- '@types/react': 19.0.7
+ '@emotion/react': 11.14.0(@types/react@19.0.8)(react@19.0.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0)
+ '@types/react': 19.0.8
- '@mui/private-theming@5.16.14(@types/react@19.0.7)(react@19.0.0)':
+ '@mui/private-theming@5.16.14(@types/react@19.0.8)(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.0
- '@mui/utils': 5.16.14(@types/react@19.0.7)(react@19.0.0)
+ '@babel/runtime': 7.26.7
+ '@mui/utils': 5.16.14(@types/react@19.0.8)(react@19.0.0)
prop-types: 15.8.1
react: 19.0.0
optionalDependencies:
- '@types/react': 19.0.7
+ '@types/react': 19.0.8
- '@mui/styled-engine@5.16.14(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react@19.0.0))(react@19.0.0)':
+ '@mui/styled-engine@5.16.14(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.0
+ '@babel/runtime': 7.26.7
'@emotion/cache': 11.14.0
csstype: 3.1.3
prop-types: 15.8.1
react: 19.0.0
optionalDependencies:
- '@emotion/react': 11.14.0(@types/react@19.0.7)(react@19.0.0)
- '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react@19.0.0)
+ '@emotion/react': 11.14.0(@types/react@19.0.8)(react@19.0.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0)
- '@mui/system@5.16.14(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react@19.0.0)':
+ '@mui/system@5.16.14(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.0
- '@mui/private-theming': 5.16.14(@types/react@19.0.7)(react@19.0.0)
- '@mui/styled-engine': 5.16.14(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react@19.0.0))(react@19.0.0)
- '@mui/types': 7.2.21(@types/react@19.0.7)
- '@mui/utils': 5.16.14(@types/react@19.0.7)(react@19.0.0)
+ '@babel/runtime': 7.26.7
+ '@mui/private-theming': 5.16.14(@types/react@19.0.8)(react@19.0.0)
+ '@mui/styled-engine': 5.16.14(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(react@19.0.0)
+ '@mui/types': 7.2.21(@types/react@19.0.8)
+ '@mui/utils': 5.16.14(@types/react@19.0.8)(react@19.0.0)
clsx: 2.1.1
csstype: 3.1.3
prop-types: 15.8.1
react: 19.0.0
optionalDependencies:
- '@emotion/react': 11.14.0(@types/react@19.0.7)(react@19.0.0)
- '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react@19.0.0)
- '@types/react': 19.0.7
+ '@emotion/react': 11.14.0(@types/react@19.0.8)(react@19.0.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0)
+ '@types/react': 19.0.8
- '@mui/types@7.2.21(@types/react@19.0.7)':
+ '@mui/types@7.2.21(@types/react@19.0.8)':
optionalDependencies:
- '@types/react': 19.0.7
+ '@types/react': 19.0.8
- '@mui/utils@5.16.14(@types/react@19.0.7)(react@19.0.0)':
+ '@mui/utils@5.16.14(@types/react@19.0.8)(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.0
- '@mui/types': 7.2.21(@types/react@19.0.7)
+ '@babel/runtime': 7.26.7
+ '@mui/types': 7.2.21(@types/react@19.0.8)
'@types/prop-types': 15.7.14
clsx: 2.1.1
prop-types: 15.8.1
react: 19.0.0
react-is: 19.0.0
optionalDependencies:
- '@types/react': 19.0.7
+ '@types/react': 19.0.8
- '@mui/utils@6.4.0(@types/react@19.0.7)(react@19.0.0)':
+ '@mui/utils@6.4.0(@types/react@19.0.8)(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.0
- '@mui/types': 7.2.21(@types/react@19.0.7)
+ '@babel/runtime': 7.26.7
+ '@mui/types': 7.2.21(@types/react@19.0.8)
'@types/prop-types': 15.7.14
clsx: 2.1.1
prop-types: 15.8.1
react: 19.0.0
react-is: 19.0.0
optionalDependencies:
- '@types/react': 19.0.7
+ '@types/react': 19.0.8
- '@next/env@15.1.5': {}
+ '@next/env@15.1.6': {}
- '@next/eslint-plugin-next@15.1.5':
+ '@next/eslint-plugin-next@15.1.6':
dependencies:
fast-glob: 3.3.1
- '@next/swc-darwin-arm64@15.1.5':
+ '@next/swc-darwin-arm64@15.1.6':
optional: true
- '@next/swc-darwin-x64@15.1.5':
+ '@next/swc-darwin-x64@15.1.6':
optional: true
- '@next/swc-linux-arm64-gnu@15.1.5':
+ '@next/swc-linux-arm64-gnu@15.1.6':
optional: true
- '@next/swc-linux-arm64-musl@15.1.5':
+ '@next/swc-linux-arm64-musl@15.1.6':
optional: true
- '@next/swc-linux-x64-gnu@15.1.5':
+ '@next/swc-linux-x64-gnu@15.1.6':
optional: true
- '@next/swc-linux-x64-musl@15.1.5':
+ '@next/swc-linux-x64-musl@15.1.6':
optional: true
- '@next/swc-win32-arm64-msvc@15.1.5':
+ '@next/swc-win32-arm64-msvc@15.1.6':
optional: true
- '@next/swc-win32-x64-msvc@15.1.5':
+ '@next/swc-win32-x64-msvc@15.1.6':
optional: true
'@nodelib/fs.scandir@2.1.5':
@@ -3090,14 +3103,12 @@ snapshots:
'@pkgjs/parseargs@0.11.0':
optional: true
- '@playwright/test@1.49.1':
+ '@playwright/test@1.50.0':
dependencies:
- playwright: 1.49.1
+ playwright: 1.50.0
'@popperjs/core@2.11.8': {}
- '@remix-run/router@1.21.1': {}
-
'@rtsao/scc@1.1.0': {}
'@rushstack/eslint-patch@1.10.5': {}
@@ -3113,25 +3124,25 @@ snapshots:
mini-svg-data-uri: 1.4.4
tailwindcss: 3.4.17
- '@tanstack/query-core@5.64.2': {}
+ '@tanstack/query-core@5.65.0': {}
- '@tanstack/query-devtools@5.64.2': {}
+ '@tanstack/query-devtools@5.65.0': {}
- '@tanstack/react-query-devtools@5.64.2(@tanstack/react-query@5.64.2(react@19.0.0))(react@19.0.0)':
+ '@tanstack/react-query-devtools@5.65.1(@tanstack/react-query@5.65.1(react@19.0.0))(react@19.0.0)':
dependencies:
- '@tanstack/query-devtools': 5.64.2
- '@tanstack/react-query': 5.64.2(react@19.0.0)
+ '@tanstack/query-devtools': 5.65.0
+ '@tanstack/react-query': 5.65.1(react@19.0.0)
react: 19.0.0
- '@tanstack/react-query-next-experimental@5.64.2(@tanstack/react-query@5.64.2(react@19.0.0))(next@15.1.5(@babel/core@7.26.0)(@playwright/test@1.49.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)':
+ '@tanstack/react-query-next-experimental@5.65.1(@tanstack/react-query@5.65.1(react@19.0.0))(next@15.1.6(@babel/core@7.26.7)(@playwright/test@1.50.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)':
dependencies:
- '@tanstack/react-query': 5.64.2(react@19.0.0)
- next: 15.1.5(@babel/core@7.26.0)(@playwright/test@1.49.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@tanstack/react-query': 5.65.1(react@19.0.0)
+ next: 15.1.6(@babel/core@7.26.7)(@playwright/test@1.50.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
react: 19.0.0
- '@tanstack/react-query@5.64.2(react@19.0.0)':
+ '@tanstack/react-query@5.65.1(react@19.0.0)':
dependencies:
- '@tanstack/query-core': 5.64.2
+ '@tanstack/query-core': 5.65.0
react: 19.0.0
'@types/cookie@0.6.0': {}
@@ -3140,14 +3151,14 @@ snapshots:
'@types/hoist-non-react-statics@3.3.6':
dependencies:
- '@types/react': 19.0.7
+ '@types/react': 19.0.8
hoist-non-react-statics: 3.3.2
'@types/json-schema@7.0.15': {}
'@types/json5@0.0.29': {}
- '@types/node@22.10.7':
+ '@types/node@22.12.0':
dependencies:
undici-types: 6.20.0
@@ -3155,27 +3166,27 @@ snapshots:
'@types/prop-types@15.7.14': {}
- '@types/react-dom@19.0.3(@types/react@19.0.7)':
+ '@types/react-dom@19.0.3(@types/react@19.0.8)':
dependencies:
- '@types/react': 19.0.7
+ '@types/react': 19.0.8
- '@types/react-transition-group@4.4.12(@types/react@19.0.7)':
+ '@types/react-transition-group@4.4.12(@types/react@19.0.8)':
dependencies:
- '@types/react': 19.0.7
+ '@types/react': 19.0.8
- '@types/react@19.0.7':
+ '@types/react@19.0.8':
dependencies:
csstype: 3.1.3
- '@typescript-eslint/eslint-plugin@8.20.0(@typescript-eslint/parser@8.20.0(eslint@9.18.0(jiti@1.21.7))(typescript@5.7.3))(eslint@9.18.0(jiti@1.21.7))(typescript@5.7.3)':
+ '@typescript-eslint/eslint-plugin@8.22.0(@typescript-eslint/parser@8.22.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3))(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3)':
dependencies:
'@eslint-community/regexpp': 4.12.1
- '@typescript-eslint/parser': 8.20.0(eslint@9.18.0(jiti@1.21.7))(typescript@5.7.3)
- '@typescript-eslint/scope-manager': 8.20.0
- '@typescript-eslint/type-utils': 8.20.0(eslint@9.18.0(jiti@1.21.7))(typescript@5.7.3)
- '@typescript-eslint/utils': 8.20.0(eslint@9.18.0(jiti@1.21.7))(typescript@5.7.3)
- '@typescript-eslint/visitor-keys': 8.20.0
- eslint: 9.18.0(jiti@1.21.7)
+ '@typescript-eslint/parser': 8.22.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3)
+ '@typescript-eslint/scope-manager': 8.22.0
+ '@typescript-eslint/type-utils': 8.22.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3)
+ '@typescript-eslint/utils': 8.22.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3)
+ '@typescript-eslint/visitor-keys': 8.22.0
+ eslint: 9.19.0(jiti@1.21.7)
graphemer: 1.4.0
ignore: 5.3.2
natural-compare: 1.4.0
@@ -3184,64 +3195,64 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.20.0(eslint@9.18.0(jiti@1.21.7))(typescript@5.7.3)':
+ '@typescript-eslint/parser@8.22.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3)':
dependencies:
- '@typescript-eslint/scope-manager': 8.20.0
- '@typescript-eslint/types': 8.20.0
- '@typescript-eslint/typescript-estree': 8.20.0(typescript@5.7.3)
- '@typescript-eslint/visitor-keys': 8.20.0
+ '@typescript-eslint/scope-manager': 8.22.0
+ '@typescript-eslint/types': 8.22.0
+ '@typescript-eslint/typescript-estree': 8.22.0(typescript@5.7.3)
+ '@typescript-eslint/visitor-keys': 8.22.0
debug: 4.4.0
- eslint: 9.18.0(jiti@1.21.7)
+ eslint: 9.19.0(jiti@1.21.7)
typescript: 5.7.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/scope-manager@8.20.0':
+ '@typescript-eslint/scope-manager@8.22.0':
dependencies:
- '@typescript-eslint/types': 8.20.0
- '@typescript-eslint/visitor-keys': 8.20.0
+ '@typescript-eslint/types': 8.22.0
+ '@typescript-eslint/visitor-keys': 8.22.0
- '@typescript-eslint/type-utils@8.20.0(eslint@9.18.0(jiti@1.21.7))(typescript@5.7.3)':
+ '@typescript-eslint/type-utils@8.22.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3)':
dependencies:
- '@typescript-eslint/typescript-estree': 8.20.0(typescript@5.7.3)
- '@typescript-eslint/utils': 8.20.0(eslint@9.18.0(jiti@1.21.7))(typescript@5.7.3)
+ '@typescript-eslint/typescript-estree': 8.22.0(typescript@5.7.3)
+ '@typescript-eslint/utils': 8.22.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3)
debug: 4.4.0
- eslint: 9.18.0(jiti@1.21.7)
+ eslint: 9.19.0(jiti@1.21.7)
ts-api-utils: 2.0.0(typescript@5.7.3)
typescript: 5.7.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/types@8.20.0': {}
+ '@typescript-eslint/types@8.22.0': {}
- '@typescript-eslint/typescript-estree@8.20.0(typescript@5.7.3)':
+ '@typescript-eslint/typescript-estree@8.22.0(typescript@5.7.3)':
dependencies:
- '@typescript-eslint/types': 8.20.0
- '@typescript-eslint/visitor-keys': 8.20.0
+ '@typescript-eslint/types': 8.22.0
+ '@typescript-eslint/visitor-keys': 8.22.0
debug: 4.4.0
fast-glob: 3.3.3
is-glob: 4.0.3
minimatch: 9.0.5
- semver: 7.6.3
+ semver: 7.7.0
ts-api-utils: 2.0.0(typescript@5.7.3)
typescript: 5.7.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.20.0(eslint@9.18.0(jiti@1.21.7))(typescript@5.7.3)':
+ '@typescript-eslint/utils@8.22.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3)':
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.18.0(jiti@1.21.7))
- '@typescript-eslint/scope-manager': 8.20.0
- '@typescript-eslint/types': 8.20.0
- '@typescript-eslint/typescript-estree': 8.20.0(typescript@5.7.3)
- eslint: 9.18.0(jiti@1.21.7)
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(jiti@1.21.7))
+ '@typescript-eslint/scope-manager': 8.22.0
+ '@typescript-eslint/types': 8.22.0
+ '@typescript-eslint/typescript-estree': 8.22.0(typescript@5.7.3)
+ eslint: 9.19.0(jiti@1.21.7)
typescript: 5.7.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/visitor-keys@8.20.0':
+ '@typescript-eslint/visitor-keys@8.22.0':
dependencies:
- '@typescript-eslint/types': 8.20.0
+ '@typescript-eslint/types': 8.22.0
eslint-visitor-keys: 4.2.0
abort-controller@3.0.0:
@@ -3350,12 +3361,14 @@ snapshots:
ast-types-flow@0.0.8: {}
+ async-function@1.0.0: {}
+
attr-accept@2.2.5: {}
autoprefixer@10.4.20(postcss@8.5.1):
dependencies:
browserslist: 4.24.4
- caniuse-lite: 1.0.30001695
+ caniuse-lite: 1.0.30001696
fraction.js: 4.3.7
normalize-range: 0.1.2
picocolors: 1.1.1
@@ -3376,7 +3389,7 @@ snapshots:
babel-plugin-macros@3.1.0:
dependencies:
- '@babel/runtime': 7.26.0
+ '@babel/runtime': 7.26.7
cosmiconfig: 7.1.0
resolve: 1.22.10
@@ -3399,8 +3412,8 @@ snapshots:
browserslist@4.24.4:
dependencies:
- caniuse-lite: 1.0.30001695
- electron-to-chromium: 1.5.83
+ caniuse-lite: 1.0.30001696
+ electron-to-chromium: 1.5.90
node-releases: 2.0.19
update-browserslist-db: 1.1.2(browserslist@4.24.4)
@@ -3429,7 +3442,7 @@ snapshots:
camelcase-css@2.0.1: {}
- caniuse-lite@1.0.30001695: {}
+ caniuse-lite@1.0.30001696: {}
canonicalize@1.0.8: {}
@@ -3480,6 +3493,8 @@ snapshots:
cookie@0.7.1: {}
+ cookie@1.0.2: {}
+
cosmiconfig@7.1.0:
dependencies:
'@types/parse-json': 4.0.2
@@ -3562,7 +3577,7 @@ snapshots:
dom-helpers@5.2.1:
dependencies:
- '@babel/runtime': 7.26.0
+ '@babel/runtime': 7.26.7
csstype: 3.1.3
dompurify@2.5.8: {}
@@ -3575,7 +3590,7 @@ snapshots:
eastasianwidth@0.2.0: {}
- electron-to-chromium@1.5.83: {}
+ electron-to-chromium@1.5.90: {}
emoji-regex@8.0.0: {}
@@ -3692,19 +3707,19 @@ snapshots:
escape-string-regexp@4.0.0: {}
- eslint-config-next@15.1.5(eslint@9.18.0(jiti@1.21.7))(typescript@5.7.3):
+ eslint-config-next@15.1.6(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3):
dependencies:
- '@next/eslint-plugin-next': 15.1.5
+ '@next/eslint-plugin-next': 15.1.6
'@rushstack/eslint-patch': 1.10.5
- '@typescript-eslint/eslint-plugin': 8.20.0(@typescript-eslint/parser@8.20.0(eslint@9.18.0(jiti@1.21.7))(typescript@5.7.3))(eslint@9.18.0(jiti@1.21.7))(typescript@5.7.3)
- '@typescript-eslint/parser': 8.20.0(eslint@9.18.0(jiti@1.21.7))(typescript@5.7.3)
- eslint: 9.18.0(jiti@1.21.7)
+ '@typescript-eslint/eslint-plugin': 8.22.0(@typescript-eslint/parser@8.22.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3))(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3)
+ '@typescript-eslint/parser': 8.22.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3)
+ eslint: 9.19.0(jiti@1.21.7)
eslint-import-resolver-node: 0.3.9
- eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@9.18.0(jiti@1.21.7))
- eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.20.0(eslint@9.18.0(jiti@1.21.7))(typescript@5.7.3))(eslint-import-resolver-typescript@3.7.0)(eslint@9.18.0(jiti@1.21.7))
- eslint-plugin-jsx-a11y: 6.10.2(eslint@9.18.0(jiti@1.21.7))
- eslint-plugin-react: 7.37.4(eslint@9.18.0(jiti@1.21.7))
- eslint-plugin-react-hooks: 5.1.0(eslint@9.18.0(jiti@1.21.7))
+ eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@9.19.0(jiti@1.21.7))
+ eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.22.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3))(eslint-import-resolver-typescript@3.7.0)(eslint@9.19.0(jiti@1.21.7))
+ eslint-plugin-jsx-a11y: 6.10.2(eslint@9.19.0(jiti@1.21.7))
+ eslint-plugin-react: 7.37.4(eslint@9.19.0(jiti@1.21.7))
+ eslint-plugin-react-hooks: 5.1.0(eslint@9.19.0(jiti@1.21.7))
optionalDependencies:
typescript: 5.7.3
transitivePeerDependencies:
@@ -3720,34 +3735,34 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0)(eslint@9.18.0(jiti@1.21.7)):
+ eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0)(eslint@9.19.0(jiti@1.21.7)):
dependencies:
'@nolyfill/is-core-module': 1.0.39
debug: 4.4.0
enhanced-resolve: 5.18.0
- eslint: 9.18.0(jiti@1.21.7)
+ eslint: 9.19.0(jiti@1.21.7)
fast-glob: 3.3.3
- get-tsconfig: 4.9.0
+ get-tsconfig: 4.10.0
is-bun-module: 1.3.0
is-glob: 4.0.3
stable-hash: 0.0.4
optionalDependencies:
- eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.20.0(eslint@9.18.0(jiti@1.21.7))(typescript@5.7.3))(eslint-import-resolver-typescript@3.7.0)(eslint@9.18.0(jiti@1.21.7))
+ eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.22.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3))(eslint-import-resolver-typescript@3.7.0)(eslint@9.19.0(jiti@1.21.7))
transitivePeerDependencies:
- supports-color
- eslint-module-utils@2.12.0(@typescript-eslint/parser@8.20.0(eslint@9.18.0(jiti@1.21.7))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@9.18.0(jiti@1.21.7)):
+ eslint-module-utils@2.12.0(@typescript-eslint/parser@8.22.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@9.19.0(jiti@1.21.7)):
dependencies:
debug: 3.2.7
optionalDependencies:
- '@typescript-eslint/parser': 8.20.0(eslint@9.18.0(jiti@1.21.7))(typescript@5.7.3)
- eslint: 9.18.0(jiti@1.21.7)
+ '@typescript-eslint/parser': 8.22.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3)
+ eslint: 9.19.0(jiti@1.21.7)
eslint-import-resolver-node: 0.3.9
- eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@9.18.0(jiti@1.21.7))
+ eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@9.19.0(jiti@1.21.7))
transitivePeerDependencies:
- supports-color
- eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.20.0(eslint@9.18.0(jiti@1.21.7))(typescript@5.7.3))(eslint-import-resolver-typescript@3.7.0)(eslint@9.18.0(jiti@1.21.7)):
+ eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.22.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3))(eslint-import-resolver-typescript@3.7.0)(eslint@9.19.0(jiti@1.21.7)):
dependencies:
'@rtsao/scc': 1.1.0
array-includes: 3.1.8
@@ -3756,9 +3771,9 @@ snapshots:
array.prototype.flatmap: 1.3.3
debug: 3.2.7
doctrine: 2.1.0
- eslint: 9.18.0(jiti@1.21.7)
+ eslint: 9.19.0(jiti@1.21.7)
eslint-import-resolver-node: 0.3.9
- eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.20.0(eslint@9.18.0(jiti@1.21.7))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@9.18.0(jiti@1.21.7))
+ eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.22.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@9.19.0(jiti@1.21.7))
hasown: 2.0.2
is-core-module: 2.16.1
is-glob: 4.0.3
@@ -3770,13 +3785,13 @@ snapshots:
string.prototype.trimend: 1.0.9
tsconfig-paths: 3.15.0
optionalDependencies:
- '@typescript-eslint/parser': 8.20.0(eslint@9.18.0(jiti@1.21.7))(typescript@5.7.3)
+ '@typescript-eslint/parser': 8.22.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3)
transitivePeerDependencies:
- eslint-import-resolver-typescript
- eslint-import-resolver-webpack
- supports-color
- eslint-plugin-jsx-a11y@6.10.2(eslint@9.18.0(jiti@1.21.7)):
+ eslint-plugin-jsx-a11y@6.10.2(eslint@9.19.0(jiti@1.21.7)):
dependencies:
aria-query: 5.3.2
array-includes: 3.1.8
@@ -3786,7 +3801,7 @@ snapshots:
axobject-query: 4.1.0
damerau-levenshtein: 1.0.8
emoji-regex: 9.2.2
- eslint: 9.18.0(jiti@1.21.7)
+ eslint: 9.19.0(jiti@1.21.7)
hasown: 2.0.2
jsx-ast-utils: 3.3.5
language-tags: 1.0.9
@@ -3795,11 +3810,11 @@ snapshots:
safe-regex-test: 1.1.0
string.prototype.includes: 2.0.1
- eslint-plugin-react-hooks@5.1.0(eslint@9.18.0(jiti@1.21.7)):
+ eslint-plugin-react-hooks@5.1.0(eslint@9.19.0(jiti@1.21.7)):
dependencies:
- eslint: 9.18.0(jiti@1.21.7)
+ eslint: 9.19.0(jiti@1.21.7)
- eslint-plugin-react@7.37.4(eslint@9.18.0(jiti@1.21.7)):
+ eslint-plugin-react@7.37.4(eslint@9.19.0(jiti@1.21.7)):
dependencies:
array-includes: 3.1.8
array.prototype.findlast: 1.2.5
@@ -3807,7 +3822,7 @@ snapshots:
array.prototype.tosorted: 1.1.4
doctrine: 2.1.0
es-iterator-helpers: 1.2.1
- eslint: 9.18.0(jiti@1.21.7)
+ eslint: 9.19.0(jiti@1.21.7)
estraverse: 5.3.0
hasown: 2.0.2
jsx-ast-utils: 3.3.5
@@ -3830,14 +3845,14 @@ snapshots:
eslint-visitor-keys@4.2.0: {}
- eslint@9.18.0(jiti@1.21.7):
+ eslint@9.19.0(jiti@1.21.7):
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.18.0(jiti@1.21.7))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(jiti@1.21.7))
'@eslint-community/regexpp': 4.12.1
'@eslint/config-array': 0.19.1
'@eslint/core': 0.10.0
'@eslint/eslintrc': 3.2.0
- '@eslint/js': 9.18.0
+ '@eslint/js': 9.19.0
'@eslint/plugin-kit': 0.2.5
'@humanfs/node': 0.16.6
'@humanwhocodes/module-importer': 1.0.1
@@ -3952,7 +3967,7 @@ snapshots:
flatted@3.3.2: {}
- for-each@0.3.3:
+ for-each@0.3.4:
dependencies:
is-callable: 1.2.7
@@ -4024,7 +4039,7 @@ snapshots:
es-errors: 1.3.0
get-intrinsic: 1.2.7
- get-tsconfig@4.9.0:
+ get-tsconfig@4.10.0:
dependencies:
resolve-pkg-maps: 1.0.0
@@ -4117,8 +4132,9 @@ snapshots:
is-arrayish@0.3.2: {}
- is-async-function@2.1.0:
+ is-async-function@2.1.1:
dependencies:
+ async-function: 1.0.0
call-bound: 1.0.3
get-proto: 1.0.1
has-tostringtag: 1.0.2
@@ -4139,7 +4155,7 @@ snapshots:
is-bun-module@1.3.0:
dependencies:
- semver: 7.6.3
+ semver: 7.7.0
is-callable@1.2.7: {}
@@ -4382,33 +4398,33 @@ snapshots:
natural-compare@1.4.0: {}
- next-auth@5.0.0-beta.25(next@15.1.5(@babel/core@7.26.0)(@playwright/test@1.49.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0):
+ next-auth@5.0.0-beta.25(next@15.1.6(@babel/core@7.26.7)(@playwright/test@1.50.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0):
dependencies:
'@auth/core': 0.37.2
- next: 15.1.5(@babel/core@7.26.0)(@playwright/test@1.49.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ next: 15.1.6(@babel/core@7.26.7)(@playwright/test@1.50.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
react: 19.0.0
- next@15.1.5(@babel/core@7.26.0)(@playwright/test@1.49.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
+ next@15.1.6(@babel/core@7.26.7)(@playwright/test@1.50.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
dependencies:
- '@next/env': 15.1.5
+ '@next/env': 15.1.6
'@swc/counter': 0.1.3
'@swc/helpers': 0.5.15
busboy: 1.6.0
- caniuse-lite: 1.0.30001695
+ caniuse-lite: 1.0.30001696
postcss: 8.4.31
react: 19.0.0
react-dom: 19.0.0(react@19.0.0)
- styled-jsx: 5.1.6(@babel/core@7.26.0)(react@19.0.0)
+ styled-jsx: 5.1.6(@babel/core@7.26.7)(react@19.0.0)
optionalDependencies:
- '@next/swc-darwin-arm64': 15.1.5
- '@next/swc-darwin-x64': 15.1.5
- '@next/swc-linux-arm64-gnu': 15.1.5
- '@next/swc-linux-arm64-musl': 15.1.5
- '@next/swc-linux-x64-gnu': 15.1.5
- '@next/swc-linux-x64-musl': 15.1.5
- '@next/swc-win32-arm64-msvc': 15.1.5
- '@next/swc-win32-x64-msvc': 15.1.5
- '@playwright/test': 1.49.1
+ '@next/swc-darwin-arm64': 15.1.6
+ '@next/swc-darwin-x64': 15.1.6
+ '@next/swc-linux-arm64-gnu': 15.1.6
+ '@next/swc-linux-arm64-musl': 15.1.6
+ '@next/swc-linux-x64-gnu': 15.1.6
+ '@next/swc-linux-x64-musl': 15.1.6
+ '@next/swc-win32-arm64-msvc': 15.1.6
+ '@next/swc-win32-x64-msvc': 15.1.6
+ '@playwright/test': 1.50.0
sharp: 0.33.5
transitivePeerDependencies:
- '@babel/core'
@@ -4536,11 +4552,11 @@ snapshots:
pirates@4.0.6: {}
- playwright-core@1.49.1: {}
+ playwright-core@1.50.0: {}
- playwright@1.49.1:
+ playwright@1.50.0:
dependencies:
- playwright-core: 1.49.1
+ playwright-core: 1.50.0
optionalDependencies:
fsevents: 2.3.2
@@ -4625,9 +4641,9 @@ snapshots:
queue-microtask@1.2.3: {}
- ra-core@5.4.4(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@6.28.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@6.28.2(react@19.0.0))(react@19.0.0):
+ ra-core@5.5.2(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0):
dependencies:
- '@tanstack/react-query': 5.64.2(react@19.0.0)
+ '@tanstack/react-query': 5.65.1(react@19.0.0)
clsx: 2.1.1
date-fns: 3.6.0
eventemitter3: 5.0.1
@@ -4639,14 +4655,14 @@ snapshots:
react-dom: 19.0.0(react@19.0.0)
react-error-boundary: 4.1.2(react@19.0.0)
react-hook-form: 7.54.2(react@19.0.0)
- react-is: 18.3.1
- react-router: 6.28.2(react@19.0.0)
- react-router-dom: 6.28.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ react-is: 19.0.0
+ react-router: 7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ react-router-dom: 7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- ra-i18n-polyglot@5.4.4(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@6.28.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@6.28.2(react@19.0.0))(react@19.0.0):
+ ra-i18n-polyglot@5.5.2(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0):
dependencies:
node-polyglot: 2.6.0
- ra-core: 5.4.4(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@6.28.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@6.28.2(react@19.0.0))(react@19.0.0)
+ ra-core: 5.5.2(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)
transitivePeerDependencies:
- react
- react-dom
@@ -4654,9 +4670,9 @@ snapshots:
- react-router
- react-router-dom
- ra-language-english@5.4.4(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@6.28.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@6.28.2(react@19.0.0))(react@19.0.0):
+ ra-language-english@5.5.2(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0):
dependencies:
- ra-core: 5.4.4(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@6.28.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@6.28.2(react@19.0.0))(react@19.0.0)
+ ra-core: 5.5.2(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)
transitivePeerDependencies:
- react
- react-dom
@@ -4664,9 +4680,9 @@ snapshots:
- react-router
- react-router-dom
- ra-language-french@5.4.4(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@6.28.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@6.28.2(react@19.0.0))(react@19.0.0):
+ ra-language-french@5.5.2(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0):
dependencies:
- ra-core: 5.4.4(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@6.28.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@6.28.2(react@19.0.0))(react@19.0.0)
+ ra-core: 5.5.2(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)
transitivePeerDependencies:
- react
- react-dom
@@ -4674,12 +4690,12 @@ snapshots:
- react-router
- react-router-dom
- ra-ui-materialui@5.4.4(4ilzcokhbm5kodp4i3gmnafqem):
+ ra-ui-materialui@5.5.2(mdtraex2tbmxgp62hm3nkc4soi):
dependencies:
- '@mui/icons-material': 5.16.14(@mui/material@5.16.14(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@types/react@19.0.7)(react@19.0.0)
- '@mui/material': 5.16.14(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@mui/utils': 6.4.0(@types/react@19.0.7)(react@19.0.0)
- '@tanstack/react-query': 5.64.2(react@19.0.0)
+ '@mui/icons-material': 5.16.14(@mui/material@5.16.14(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@types/react@19.0.8)(react@19.0.0)
+ '@mui/material': 5.16.14(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@mui/utils': 6.4.0(@types/react@19.0.8)(react@19.0.0)
+ '@tanstack/react-query': 5.65.1(react@19.0.0)
autosuggest-highlight: 3.3.4
clsx: 2.1.1
css-mediaquery: 0.1.2
@@ -4688,36 +4704,36 @@ snapshots:
jsonexport: 3.2.0
lodash: 4.17.21
query-string: 7.1.3
- ra-core: 5.4.4(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@6.28.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@6.28.2(react@19.0.0))(react@19.0.0)
+ ra-core: 5.5.2(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)
react: 19.0.0
react-dom: 19.0.0(react@19.0.0)
react-dropzone: 14.3.5(react@19.0.0)
react-error-boundary: 4.1.2(react@19.0.0)
react-hook-form: 7.54.2(react@19.0.0)
react-is: 19.0.0
- react-router: 6.28.2(react@19.0.0)
- react-router-dom: 6.28.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ react-router: 7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ react-router-dom: 7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
react-transition-group: 4.4.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
rdf-canonize@3.4.0:
dependencies:
setimmediate: 1.0.5
- react-admin@5.4.4(@mui/utils@6.4.0(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react-dom@19.0.0(react@19.0.0))(react-is@19.0.0)(react@19.0.0):
+ react-admin@5.5.2(@mui/utils@6.4.0(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react-is@19.0.0)(react@19.0.0):
dependencies:
- '@emotion/react': 11.14.0(@types/react@19.0.7)(react@19.0.0)
- '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react@19.0.0)
- '@mui/icons-material': 5.16.14(@mui/material@5.16.14(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@types/react@19.0.7)(react@19.0.0)
- '@mui/material': 5.16.14(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react@19.0.0))(@types/react@19.0.7)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- ra-core: 5.4.4(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@6.28.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@6.28.2(react@19.0.0))(react@19.0.0)
- ra-i18n-polyglot: 5.4.4(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@6.28.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@6.28.2(react@19.0.0))(react@19.0.0)
- ra-language-english: 5.4.4(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@6.28.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@6.28.2(react@19.0.0))(react@19.0.0)
- ra-ui-materialui: 5.4.4(4ilzcokhbm5kodp4i3gmnafqem)
+ '@emotion/react': 11.14.0(@types/react@19.0.8)(react@19.0.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0)
+ '@mui/icons-material': 5.16.14(@mui/material@5.16.14(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@types/react@19.0.8)(react@19.0.0)
+ '@mui/material': 5.16.14(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ ra-core: 5.5.2(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)
+ ra-i18n-polyglot: 5.5.2(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)
+ ra-language-english: 5.5.2(react-dom@19.0.0(react@19.0.0))(react-hook-form@7.54.2(react@19.0.0))(react-router-dom@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-router@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)
+ ra-ui-materialui: 5.5.2(mdtraex2tbmxgp62hm3nkc4soi)
react: 19.0.0
react-dom: 19.0.0(react@19.0.0)
react-hook-form: 7.54.2(react@19.0.0)
- react-router: 6.28.2(react@19.0.0)
- react-router-dom: 6.28.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ react-router: 7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ react-router-dom: 7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
transitivePeerDependencies:
- '@mui/utils'
- '@types/react'
@@ -4738,7 +4754,7 @@ snapshots:
react-error-boundary@4.1.2(react@19.0.0):
dependencies:
- '@babel/runtime': 7.26.0
+ '@babel/runtime': 7.26.7
react: 19.0.0
react-fast-compare@2.0.4: {}
@@ -4749,21 +4765,23 @@ snapshots:
react-is@16.13.1: {}
- react-is@18.3.1: {}
-
react-is@19.0.0: {}
- react-router-dom@6.28.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
+ react-router-dom@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
dependencies:
- '@remix-run/router': 1.21.1
react: 19.0.0
react-dom: 19.0.0(react@19.0.0)
- react-router: 6.28.2(react@19.0.0)
+ react-router: 7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- react-router@6.28.2(react@19.0.0):
+ react-router@7.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
dependencies:
- '@remix-run/router': 1.21.1
+ '@types/cookie': 0.6.0
+ cookie: 1.0.2
react: 19.0.0
+ set-cookie-parser: 2.7.1
+ turbo-stream: 2.4.0
+ optionalDependencies:
+ react-dom: 19.0.0(react@19.0.0)
react-spinners@0.15.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
dependencies:
@@ -4772,7 +4790,7 @@ snapshots:
react-transition-group@4.4.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
dependencies:
- '@babel/runtime': 7.26.0
+ '@babel/runtime': 7.26.7
dom-helpers: 5.2.1
loose-envify: 1.4.0
prop-types: 15.8.1
@@ -4858,7 +4876,9 @@ snapshots:
semver@6.3.1: {}
- semver@7.6.3: {}
+ semver@7.7.0: {}
+
+ set-cookie-parser@2.7.1: {}
set-function-length@1.2.2:
dependencies:
@@ -4888,7 +4908,7 @@ snapshots:
dependencies:
color: 4.2.3
detect-libc: 2.0.3
- semver: 7.6.3
+ semver: 7.7.0
optionalDependencies:
'@img/sharp-darwin-arm64': 0.33.5
'@img/sharp-darwin-x64': 0.33.5
@@ -5038,12 +5058,12 @@ snapshots:
strip-json-comments@3.1.1: {}
- styled-jsx@5.1.6(@babel/core@7.26.0)(react@19.0.0):
+ styled-jsx@5.1.6(@babel/core@7.26.7)(react@19.0.0):
dependencies:
client-only: 0.0.1
react: 19.0.0
optionalDependencies:
- '@babel/core': 7.26.0
+ '@babel/core': 7.26.7
stylis@4.2.0: {}
@@ -5125,6 +5145,8 @@ snapshots:
tslib@2.8.1: {}
+ turbo-stream@2.4.0: {}
+
type-check@0.4.0:
dependencies:
prelude-ls: 1.2.1
@@ -5140,7 +5162,7 @@ snapshots:
typed-array-byte-length@1.0.3:
dependencies:
call-bind: 1.0.8
- for-each: 0.3.3
+ for-each: 0.3.4
gopd: 1.2.0
has-proto: 1.2.0
is-typed-array: 1.1.15
@@ -5149,7 +5171,7 @@ snapshots:
dependencies:
available-typed-arrays: 1.0.7
call-bind: 1.0.8
- for-each: 0.3.3
+ for-each: 0.3.4
gopd: 1.2.0
has-proto: 1.2.0
is-typed-array: 1.1.15
@@ -5158,7 +5180,7 @@ snapshots:
typed-array-length@1.0.7:
dependencies:
call-bind: 1.0.8
- for-each: 0.3.3
+ for-each: 0.3.4
gopd: 1.2.0
is-typed-array: 1.1.15
possible-typed-array-names: 1.0.0
@@ -5210,7 +5232,7 @@ snapshots:
call-bound: 1.0.3
function.prototype.name: 1.1.8
has-tostringtag: 1.0.2
- is-async-function: 2.1.0
+ is-async-function: 2.1.1
is-date-object: 1.1.0
is-finalizationregistry: 1.1.1
is-generator-function: 1.1.0
@@ -5233,7 +5255,7 @@ snapshots:
available-typed-arrays: 1.0.7
call-bind: 1.0.8
call-bound: 1.0.3
- for-each: 0.3.3
+ for-each: 0.3.4
gopd: 1.2.0
has-tostringtag: 1.0.2
diff --git a/pwa/tests/GraphQL.spec.ts b/pwa/tests/GraphQL.spec.ts
new file mode 100644
index 000000000..ac4e9bd0b
--- /dev/null
+++ b/pwa/tests/GraphQL.spec.ts
@@ -0,0 +1,8 @@
+import { expect, test } from "@playwright/test";
+
+test.describe("GraphQL", () => {
+ test("Check GraphQL playground @read", async ({ page }) => {
+ await page.goto("/graphql");
+ await expect(page.getByTestId("graphiql-container")).toContainText("Welcome to GraphiQL");
+ });
+})