From 3844b838e67cb448df091594cf50595f2e32949c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 19:01:43 +0000 Subject: [PATCH] Bump Microsoft.AspNetCore.Authentication.JwtBearer from 9.0.15 to 9.0.16 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/backend/CollaborationStateService.csproj | 2 +- src/backend/packages.lock.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/backend/CollaborationStateService.csproj b/src/backend/CollaborationStateService.csproj index 833ad5d95..f3c7dbab1 100644 --- a/src/backend/CollaborationStateService.csproj +++ b/src/backend/CollaborationStateService.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/backend/packages.lock.json b/src/backend/packages.lock.json index bfbbf9aa5..896f55e57 100644 --- a/src/backend/packages.lock.json +++ b/src/backend/packages.lock.json @@ -46,9 +46,9 @@ }, "Microsoft.AspNetCore.Authentication.JwtBearer": { "type": "Direct", - "requested": "[9.0.15, )", - "resolved": "9.0.15", - "contentHash": "cyzifXKuvJ+aS6Md7ht1tlK1HIAjjBxv7Pm95wxcdbHI7QG4X4lGFcIUZAILQtMcFJnPxPswtJPflFB3nk9yEg==", + "requested": "[9.0.16, )", + "resolved": "9.0.16", + "contentHash": "/AvOo4HZY3w1Th2EDzKd5qWBSi2rIREKUQnyEpxs758zG0eu8cCd9qdHuHjiRX1ngaAqasNWlXgf3AwbXtIrIw==", "dependencies": { "Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1" }