From 3b10ee91a40438429de6f23b34d790758d80c057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 03:51:52 +0900 Subject: [PATCH] Bump promphp/prometheus_client_php from 2.12.0 to 2.13.0 in /api (#2759) Bumps [promphp/prometheus_client_php](https://github.com/PromPHP/prometheus_client_php) from 2.12.0 to 2.13.0. - [Release notes](https://github.com/PromPHP/prometheus_client_php/releases) - [Commits](https://github.com/PromPHP/prometheus_client_php/compare/v2.12.0...v2.13.0) --- updated-dependencies: - dependency-name: promphp/prometheus_client_php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- api/composer.json | 2 +- api/composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api/composer.json b/api/composer.json index b8b0435a2..0a4ca87f9 100644 --- a/api/composer.json +++ b/api/composer.json @@ -9,7 +9,7 @@ "illuminate/log": "^11.34.2", "middlewares/access-log": "^2.1.2", "phpoption/phpoption": "^1.9.3", - "promphp/prometheus_client_php": "^2.12.0", + "promphp/prometheus_client_php": "^2.13.0", "slim/http": "^1.4.0", "slim/psr7": "^1.7.0", "slim/slim": "^4.14.0", diff --git a/api/composer.lock b/api/composer.lock index b740a4920..b75b98723 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": "89ba58dfbda7bfab8af048296438c69c", + "content-hash": "63442fc22961c3e1bf90404ca0723d82", "packages": [ { "name": "brick/math", @@ -1710,16 +1710,16 @@ }, { "name": "promphp/prometheus_client_php", - "version": "v2.12.0", + "version": "v2.13.0", "source": { "type": "git", "url": "https://github.com/PromPHP/prometheus_client_php.git", - "reference": "50b70a6df4017081917e004f177a3c01cc8115db" + "reference": "abe6bbb198ba83a306c45c9872c8f386dc323e91" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PromPHP/prometheus_client_php/zipball/50b70a6df4017081917e004f177a3c01cc8115db", - "reference": "50b70a6df4017081917e004f177a3c01cc8115db", + "url": "https://api.github.com/repos/PromPHP/prometheus_client_php/zipball/abe6bbb198ba83a306c45c9872c8f386dc323e91", + "reference": "abe6bbb198ba83a306c45c9872c8f386dc323e91", "shasum": "" }, "require": { @@ -1772,9 +1772,9 @@ "description": "Prometheus instrumentation library for PHP applications.", "support": { "issues": "https://github.com/PromPHP/prometheus_client_php/issues", - "source": "https://github.com/PromPHP/prometheus_client_php/tree/v2.12.0" + "source": "https://github.com/PromPHP/prometheus_client_php/tree/v2.13.0" }, - "time": "2024-10-18T07:33:22+00:00" + "time": "2024-12-02T12:27:42+00:00" }, { "name": "psr/clock",