From ebe59ed2907b0a1b3ce775182eff1fe37354d8a9 Mon Sep 17 00:00:00 2001 From: Robin Munn Date: Fri, 25 Oct 2024 14:25:08 +0700 Subject: [PATCH] Bump dependencies to get System.Text.Json 8.0.5 (#1161) System.Text.Json 8.0.4 has a vulnerability that `dotnet restore` is warning about. I ran `dotnet nuget why LexData.csproj System.Text.Json` and found which packages had System.Text.Json 8.0.4 as a transient dependency. This commit bumps those packages to the version that pulls in a later System.Text.Json version. --- .../FwLiteProjectSync.Tests.csproj | 4 ++-- backend/FwLite/LocalWebApp/LocalWebApp.csproj | 6 +++--- backend/LexBoxApi/LexBoxApi.csproj | 8 ++++---- backend/LexData/LexData.csproj | 8 ++++---- backend/SyncReverseProxy/SyncReverseProxy.csproj | 4 ++-- backend/Testing/Testing.csproj | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/backend/FwLite/FwLiteProjectSync.Tests/FwLiteProjectSync.Tests.csproj b/backend/FwLite/FwLiteProjectSync.Tests/FwLiteProjectSync.Tests.csproj index e0aafb101..ea6572e46 100644 --- a/backend/FwLite/FwLiteProjectSync.Tests/FwLiteProjectSync.Tests.csproj +++ b/backend/FwLite/FwLiteProjectSync.Tests/FwLiteProjectSync.Tests.csproj @@ -19,7 +19,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + @@ -27,7 +27,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/backend/FwLite/LocalWebApp/LocalWebApp.csproj b/backend/FwLite/LocalWebApp/LocalWebApp.csproj index 6edb2dfdc..40cfbee76 100644 --- a/backend/FwLite/LocalWebApp/LocalWebApp.csproj +++ b/backend/FwLite/LocalWebApp/LocalWebApp.csproj @@ -20,9 +20,9 @@ - - - + + + diff --git a/backend/LexBoxApi/LexBoxApi.csproj b/backend/LexBoxApi/LexBoxApi.csproj index b87982f40..e1d319dc9 100644 --- a/backend/LexBoxApi/LexBoxApi.csproj +++ b/backend/LexBoxApi/LexBoxApi.csproj @@ -26,10 +26,10 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/backend/LexData/LexData.csproj b/backend/LexData/LexData.csproj index 748230c11..1ad6d57d9 100644 --- a/backend/LexData/LexData.csproj +++ b/backend/LexData/LexData.csproj @@ -10,13 +10,13 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + diff --git a/backend/SyncReverseProxy/SyncReverseProxy.csproj b/backend/SyncReverseProxy/SyncReverseProxy.csproj index ced418e92..0a58ba985 100644 --- a/backend/SyncReverseProxy/SyncReverseProxy.csproj +++ b/backend/SyncReverseProxy/SyncReverseProxy.csproj @@ -10,8 +10,8 @@ - - + + diff --git a/backend/Testing/Testing.csproj b/backend/Testing/Testing.csproj index 1ff79f29b..797c22891 100644 --- a/backend/Testing/Testing.csproj +++ b/backend/Testing/Testing.csproj @@ -31,7 +31,7 @@ - +