diff --git a/api/composer.json b/api/composer.json index edb39cd7..41e4930a 100644 --- a/api/composer.json +++ b/api/composer.json @@ -5,7 +5,7 @@ "php": ">=8.2", "ext-ctype": "*", "ext-iconv": "*", - "api-platform/core": "^4.0.4", + "api-platform/core": "^4.0.6", "doctrine/doctrine-bundle": "^2.7", "doctrine/doctrine-migrations-bundle": "^3.2", "doctrine/orm": "^3.0", diff --git a/package.json b/package.json index 2e2f333e..ef4d459a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "license": "MIT", "sideEffects": false, "dependencies": { - "@api-platform/api-doc-parser": "^0.16.4", + "@api-platform/api-doc-parser": "^0.16.6", "jsonld": "^8.3.2", "lodash.isplainobject": "^4.0.6", "react-admin": "^5.0.3"