From ff06cf66d709cd9b085f06625bd9ca0c219595bb Mon Sep 17 00:00:00 2001 From: Fabrice Gangler <fabrice.gangler@adullact.org> Date: Tue, 25 Mar 2025 16:07:00 +0100 Subject: [PATCH] chore(composer.lock): update monolog/monolog (3.8.1 => 3.9.0) Lock file operations: 0 installs, 1 update, 0 removals - Upgrading monolog/monolog (3.8.1 => 3.9.0) monolog/monolog updated from 3.8.1 to 3.9.0 minor - See changes: https://github.com/Seldaek/monolog/compare/3.8.1...3.9.0 - Release notes: https://github.com/Seldaek/monolog/releases/tag/3.9.0 --- webapp/composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/webapp/composer.lock b/webapp/composer.lock index d32ff29..8fde114 100644 --- a/webapp/composer.lock +++ b/webapp/composer.lock @@ -1953,16 +1953,16 @@ }, { "name": "monolog/monolog", - "version": "3.8.1", + "version": "3.9.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "aef6ee73a77a66e404dd6540934a9ef1b3c855b4" + "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/aef6ee73a77a66e404dd6540934a9ef1b3c855b4", - "reference": "aef6ee73a77a66e404dd6540934a9ef1b3c855b4", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/10d85740180ecba7896c87e06a166e0c95a0e3b6", + "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6", "shasum": "" }, "require": { @@ -2040,7 +2040,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/3.8.1" + "source": "https://github.com/Seldaek/monolog/tree/3.9.0" }, "funding": [ { @@ -2052,7 +2052,7 @@ "type": "tidelift" } ], - "time": "2024-12-05T17:15:07+00:00" + "time": "2025-03-24T10:02:05+00:00" }, { "name": "nelmio/security-bundle", -- GitLab