diff --git a/.ops/ops-dashboard/Chart.lock b/.ops/ops-dashboard/Chart.lock index 99435f1558..2f3ecf3945 100644 --- a/.ops/ops-dashboard/Chart.lock +++ b/.ops/ops-dashboard/Chart.lock @@ -1,15 +1,15 @@ dependencies: - name: oauth2-proxy repository: https://oauth2-proxy.github.io/manifests - version: 7.7.20 + version: 7.7.21 - name: kubernetes-dashboard repository: https://kubernetes.github.io/dashboard/ version: 7.6.1 - name: oauth2-proxy repository: https://oauth2-proxy.github.io/manifests - version: 7.7.20 + version: 7.7.21 - name: oauth2-proxy repository: https://oauth2-proxy.github.io/manifests - version: 7.7.20 -digest: sha256:0805935c389098ac5b46e8327641aa12e74576390b846bcd41e31b632731e332 -generated: "2024-09-16T16:16:28.401777283Z" + version: 7.7.21 +digest: sha256:1760f6afe27bc85d983d40047c83049d0599cf710f6d4b508aa0bc51950aef49 +generated: "2024-09-19T13:18:07.661328944Z" diff --git a/.ops/ops-dashboard/Chart.yaml b/.ops/ops-dashboard/Chart.yaml index 4aba3ffc55..303e9dd26a 100644 --- a/.ops/ops-dashboard/Chart.yaml +++ b/.ops/ops-dashboard/Chart.yaml @@ -26,16 +26,16 @@ appVersion: 0.1.0 dependencies: - name: oauth2-proxy alias: grafana-proxy - version: 7.7.20 + version: 7.7.21 repository: https://oauth2-proxy.github.io/manifests - name: kubernetes-dashboard version: 7.6.1 repository: https://kubernetes.github.io/dashboard/ - name: oauth2-proxy alias: kubernetes-dashboard-proxy - version: 7.7.20 + version: 7.7.21 repository: https://oauth2-proxy.github.io/manifests - name: oauth2-proxy alias: logging-proxy - version: 7.7.20 + version: 7.7.21 repository: https://oauth2-proxy.github.io/manifests diff --git a/api/composer.json b/api/composer.json index 3c6cd9a286..14f6ee0100 100644 --- a/api/composer.json +++ b/api/composer.json @@ -57,7 +57,7 @@ "justinrainbow/json-schema": "6.0.0", "php-coveralls/php-coveralls": "2.7.0", "phpspec/prophecy-phpunit": "2.2", - "phpstan/phpstan": "1.12.4", + "phpstan/phpstan": "1.12.3", "phpunit/phpunit": "10.5.31", "rector/rector": "1.2.5", "spatie/phpunit-snapshot-assertions": "5.1.6", diff --git a/api/composer.lock b/api/composer.lock index 51aadc290f..c488a53825 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": "42feaad9655ab58fbe27b6a1a8ce3a61", + "content-hash": "fce407b4ae42451bfb8e2f477cfdaeda", "packages": [ { "name": "api-platform/core", @@ -12168,16 +12168,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.4", + "version": "1.12.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "ffa517cb918591b93acc9b95c0bebdcd0e4538bd" + "reference": "0fcbf194ab63d8159bb70d9aa3e1350051632009" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ffa517cb918591b93acc9b95c0bebdcd0e4538bd", - "reference": "ffa517cb918591b93acc9b95c0bebdcd0e4538bd", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0fcbf194ab63d8159bb70d9aa3e1350051632009", + "reference": "0fcbf194ab63d8159bb70d9aa3e1350051632009", "shasum": "" }, "require": { @@ -12222,7 +12222,7 @@ "type": "github" } ], - "time": "2024-09-19T07:58:01+00:00" + "time": "2024-09-09T08:10:35+00:00" }, { "name": "phpunit/php-code-coverage",