diff --git a/.ops/aws-setup/docker-compose.yml b/.ops/aws-setup/docker-compose.yml index d8701d41ab6..842cf105111 100644 --- a/.ops/aws-setup/docker-compose.yml +++ b/.ops/aws-setup/docker-compose.yml @@ -1,6 +1,6 @@ services: aws-setup: - image: pulumi/pulumi-nodejs:3.119.0 + image: pulumi/pulumi-nodejs:3.120.0 container_name: 'ecamp3-aws-setup' volumes: - ../../.prettierrc:/.prettierrc:delegated diff --git a/api/composer.json b/api/composer.json index a639f7fe750..088f750344d 100644 --- a/api/composer.json +++ b/api/composer.json @@ -48,7 +48,7 @@ "symfony/yaml": "7.0.7", "twig/cssinliner-extra": "^3.4", "twig/extra-bundle": "^3.4", - "webonyx/graphql-php": "15.12.2" + "webonyx/graphql-php": "15.12.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "3.58.1", diff --git a/api/composer.lock b/api/composer.lock index 4cc55a92bd1..87c8479d59f 100644 --- a/api/composer.lock +++ b/api/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a4b8afc593554e999220f125f2707fe0", + "content-hash": "e94893941cb6c3cd2cc6b2de4c62b13d", "packages": [ { "name": "api-platform/core", @@ -10116,16 +10116,16 @@ }, { "name": "webonyx/graphql-php", - "version": "v15.12.2", + "version": "v15.12.1", "source": { "type": "git", "url": "https://github.com/webonyx/graphql-php.git", - "reference": "21bc031e4b0c2035e4d4ddb88ffef98e2f11c97f" + "reference": "d8ea59bb02af10fd58a1192f7a781ae8aedac2d6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/21bc031e4b0c2035e4d4ddb88ffef98e2f11c97f", - "reference": "21bc031e4b0c2035e4d4ddb88ffef98e2f11c97f", + "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/d8ea59bb02af10fd58a1192f7a781ae8aedac2d6", + "reference": "d8ea59bb02af10fd58a1192f7a781ae8aedac2d6", "shasum": "" }, "require": { @@ -10178,7 +10178,7 @@ ], "support": { "issues": "https://github.com/webonyx/graphql-php/issues", - "source": "https://github.com/webonyx/graphql-php/tree/v15.12.2" + "source": "https://github.com/webonyx/graphql-php/tree/v15.12.1" }, "funding": [ { @@ -10186,7 +10186,7 @@ "type": "open_collective" } ], - "time": "2024-06-13T07:28:14+00:00" + "time": "2024-06-11T12:48:47+00:00" }, { "name": "willdurand/negotiation",