diff --git a/.ops/aws-setup/docker-compose.yml b/.ops/aws-setup/docker-compose.yml index 33eb4cc161..66c7826726 100644 --- a/.ops/aws-setup/docker-compose.yml +++ b/.ops/aws-setup/docker-compose.yml @@ -15,7 +15,7 @@ services: - AWS_DEFAULT_REGION=eu-west-3 aws-cli: - image: amazon/aws-cli:2.15.20 + image: amazon/aws-cli:2.15.19 container_name: 'ecamp3-aws-cli' volumes: - ./.aws:/root/.aws:delegated diff --git a/api/composer.json b/api/composer.json index 09a4daf317..9ed68f0a8f 100644 --- a/api/composer.json +++ b/api/composer.json @@ -14,7 +14,7 @@ "exercise/htmlpurifier-bundle": "5.0", "google/recaptcha": "1.3.0", "guzzlehttp/guzzle": "7.8.1", - "knpuniversity/oauth2-client-bundle": "2.18.0", + "knpuniversity/oauth2-client-bundle": "2.18.1", "league/oauth2-google": "4.0.1", "lexik/jwt-authentication-bundle": "2.20.3", "nelmio/cors-bundle": "2.4.0", diff --git a/api/composer.lock b/api/composer.lock index ca9dabde2b..60eba42864 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": "7a6073a89457a40f055aa96663b0f7be", + "content-hash": "9bb970109172b7a0a387bda97a6fe9aa", "packages": [ { "name": "api-platform/core", @@ -2598,16 +2598,16 @@ }, { "name": "knpuniversity/oauth2-client-bundle", - "version": "v2.18.0", + "version": "v2.18.1", "source": { "type": "git", "url": "https://github.com/knpuniversity/oauth2-client-bundle.git", - "reference": "2f6c9342c711597e3b5f1f2468910336be5232d6" + "reference": "1d59f49f164805b45f95f92cf743781bc2ba7d2b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/knpuniversity/oauth2-client-bundle/zipball/2f6c9342c711597e3b5f1f2468910336be5232d6", - "reference": "2f6c9342c711597e3b5f1f2468910336be5232d6", + "url": "https://api.github.com/repos/knpuniversity/oauth2-client-bundle/zipball/1d59f49f164805b45f95f92cf743781bc2ba7d2b", + "reference": "1d59f49f164805b45f95f92cf743781bc2ba7d2b", "shasum": "" }, "require": { @@ -2652,9 +2652,9 @@ ], "support": { "issues": "https://github.com/knpuniversity/oauth2-client-bundle/issues", - "source": "https://github.com/knpuniversity/oauth2-client-bundle/tree/v2.18.0" + "source": "https://github.com/knpuniversity/oauth2-client-bundle/tree/v2.18.1" }, - "time": "2023-12-18T21:58:12+00:00" + "time": "2024-02-14T17:41:28+00:00" }, { "name": "lcobucci/clock",