From 532d69fc5d278a211dcdf368b632fa1e40d4d7b5 Mon Sep 17 00:00:00 2001
From: Fabrice Gangler <fabrice.gangler@adullact.org>
Date: Tue, 11 Mar 2025 11:52:02 +0100
Subject: [PATCH] chore(composer.lock): update nelmio/security-bundle (v3.4.2
 => v3.5.0)

Lock file operations: 0 installs, 1 update, 0 removals
  - Upgrading nelmio/security-bundle (v3.4.2 => v3.5.0)

nelmio/security-bundle updated from v3.4.2 to v3.5.0 minor
- See changes: https://github.com/nelmio/NelmioSecurityBundle/compare/v3.4.2...v3.5.0
- Release notes: https://github.com/nelmio/NelmioSecurityBundle/releases/tag/v3.5.0
---
 webapp/composer.lock | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/webapp/composer.lock b/webapp/composer.lock
index 992cb94..3eab850 100644
--- a/webapp/composer.lock
+++ b/webapp/composer.lock
@@ -2054,16 +2054,16 @@
         },
         {
             "name": "nelmio/security-bundle",
-            "version": "v3.4.2",
+            "version": "v3.5.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
-                "reference": "3c4739628eafe886c001210aa0d97b33f3551599"
+                "reference": "140a3dc050168b49941a6f9d8b78eb5d4a70759d"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/3c4739628eafe886c001210aa0d97b33f3551599",
-                "reference": "3c4739628eafe886c001210aa0d97b33f3551599",
+                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/140a3dc050168b49941a6f9d8b78eb5d4a70759d",
+                "reference": "140a3dc050168b49941a6f9d8b78eb5d4a70759d",
                 "shasum": ""
             },
             "require": {
@@ -2122,9 +2122,9 @@
             ],
             "support": {
                 "issues": "https://github.com/nelmio/NelmioSecurityBundle/issues",
-                "source": "https://github.com/nelmio/NelmioSecurityBundle/tree/v3.4.2"
+                "source": "https://github.com/nelmio/NelmioSecurityBundle/tree/v3.5.0"
             },
-            "time": "2024-09-10T13:22:26+00:00"
+            "time": "2025-03-11T09:49:34+00:00"
         },
         {
             "name": "nette/schema",
-- 
GitLab