From 3c29a04735c2acb8dfceb0a1516377425563b3df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 18:07:40 +0000 Subject: [PATCH] Update dependency web-auth/webauthn-lib to v5 --- lam/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/composer.json b/lam/composer.json index 140bb004c1..b0891a71d7 100644 --- a/lam/composer.json +++ b/lam/composer.json @@ -11,7 +11,7 @@ } }, "require": { - "web-auth/webauthn-lib": "^4", + "web-auth/webauthn-lib": "^5", "web-auth/cose-lib": "^v4", "symfony/psr-http-message-bridge": "^6", "symfony/http-foundation": "^6.0",