From 9ccd4f3d507883e78dc268d2bb1a270adf9eb178 Mon Sep 17 00:00:00 2001 From: Fabrice Gangler <fabrice.gangler@adullact.org> Date: Tue, 18 Mar 2025 11:12:42 +0100 Subject: [PATCH] chore(composer.lock): update nelmio/security-bundle (v3.5.0 => v3.5.1) Lock file operations: 0 installs, 1 update, 0 removals - Upgrading nelmio/security-bundle (v3.5.0 => v3.5.1) nelmio/security-bundle updated from v3.5.0 to v3.5.1 patch - See changes: https://github.com/nelmio/NelmioSecurityBundle/compare/v3.5.0...v3.5.1 - Release notes: https://github.com/nelmio/NelmioSecurityBundle/releases/tag/v3.5.1 --- webapp/composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/webapp/composer.lock b/webapp/composer.lock index ace13a3..b7e653b 100644 --- a/webapp/composer.lock +++ b/webapp/composer.lock @@ -2054,16 +2054,16 @@ }, { "name": "nelmio/security-bundle", - "version": "v3.5.0", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/nelmio/NelmioSecurityBundle.git", - "reference": "140a3dc050168b49941a6f9d8b78eb5d4a70759d" + "reference": "b1c5e323d71152bc1a61a4f8fbf7d88c6fa3e2e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/140a3dc050168b49941a6f9d8b78eb5d4a70759d", - "reference": "140a3dc050168b49941a6f9d8b78eb5d4a70759d", + "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/b1c5e323d71152bc1a61a4f8fbf7d88c6fa3e2e7", + "reference": "b1c5e323d71152bc1a61a4f8fbf7d88c6fa3e2e7", "shasum": "" }, "require": { @@ -2122,9 +2122,9 @@ ], "support": { "issues": "https://github.com/nelmio/NelmioSecurityBundle/issues", - "source": "https://github.com/nelmio/NelmioSecurityBundle/tree/v3.5.0" + "source": "https://github.com/nelmio/NelmioSecurityBundle/tree/v3.5.1" }, - "time": "2025-03-11T09:49:34+00:00" + "time": "2025-03-13T09:17:16+00:00" }, { "name": "nette/schema", -- GitLab