From 8b848a01f4149bc4b90d958dd47b2f0a9a379a70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:47:24 +0000 Subject: [PATCH] chore: Bump BCrypt.Net-Next and 12 others Bumps BCrypt.Net-Next from 4.1.0 to 4.2.0 Bumps dotnet-ef from 10.0.5 to 10.0.10 Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 9.0.15 to 9.0.18 Bumps Microsoft.AspNetCore.SignalR.Core from 1.2.9 to 1.2.11 Bumps Microsoft.AspNetCore.SpaProxy from 9.0.15 to 9.0.18 Bumps Microsoft.AspNetCore.SpaServices.Extensions from 9.0.15 to 9.0.18 Bumps Microsoft.EntityFrameworkCore from 9.0.15 to 9.0.18 Bumps Microsoft.EntityFrameworkCore.Design from 9.0.15 to 9.0.18 Bumps Microsoft.EntityFrameworkCore.InMemory from 9.0.15 to 9.0.18 Bumps Microsoft.EntityFrameworkCore.Sqlite from 9.0.15 to 9.0.18 Bumps Microsoft.EntityFrameworkCore.Tools from 9.0.15 to 9.0.18 Bumps Microsoft.Extensions.Http.Polly from 9.0.15 to 9.0.18 Bumps System.Net.Http.Json from 9.0.15 to 9.0.18 --- updated-dependencies: - dependency-name: dotnet-ef dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-version: 9.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 9.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 9.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: BCrypt.Net-Next dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-version: 9.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.AspNetCore.SignalR.Core dependency-version: 1.2.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.AspNetCore.SpaProxy dependency-version: 9.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.AspNetCore.SpaServices.Extensions dependency-version: 9.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 9.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-version: 9.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.EntityFrameworkCore.Tools dependency-version: 9.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.Extensions.Http.Polly dependency-version: 9.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: System.Net.Http.Json dependency-version: 9.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-version: 9.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-version: 9.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch ... Signed-off-by: dependabot[bot] --- .config/dotnet-tools.json | 2 +- Lingarr.Core/Lingarr.Core.csproj | 4 ++-- .../Lingarr.Migrations.PostgreSQL.csproj | 2 +- .../Lingarr.Migrations.SQLite.csproj | 2 +- .../Lingarr.Server.Tests.csproj | 4 ++-- Lingarr.Server/Lingarr.Server.csproj | 22 +++++++++---------- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index b6f4c2f6..cce89d81 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "10.0.5", + "version": "10.0.10", "commands": [ "dotnet-ef" ], diff --git a/Lingarr.Core/Lingarr.Core.csproj b/Lingarr.Core/Lingarr.Core.csproj index e0dafb52..90e2e14f 100644 --- a/Lingarr.Core/Lingarr.Core.csproj +++ b/Lingarr.Core/Lingarr.Core.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/Lingarr.Migrations.PostgreSQL/Lingarr.Migrations.PostgreSQL.csproj b/Lingarr.Migrations.PostgreSQL/Lingarr.Migrations.PostgreSQL.csproj index a4a34e85..3a058f22 100644 --- a/Lingarr.Migrations.PostgreSQL/Lingarr.Migrations.PostgreSQL.csproj +++ b/Lingarr.Migrations.PostgreSQL/Lingarr.Migrations.PostgreSQL.csproj @@ -14,7 +14,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Lingarr.Migrations.SQLite/Lingarr.Migrations.SQLite.csproj b/Lingarr.Migrations.SQLite/Lingarr.Migrations.SQLite.csproj index b4bbaedd..e9438a72 100644 --- a/Lingarr.Migrations.SQLite/Lingarr.Migrations.SQLite.csproj +++ b/Lingarr.Migrations.SQLite/Lingarr.Migrations.SQLite.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Lingarr.Server.Tests/Lingarr.Server.Tests.csproj b/Lingarr.Server.Tests/Lingarr.Server.Tests.csproj index edcc4aa1..72765666 100644 --- a/Lingarr.Server.Tests/Lingarr.Server.Tests.csproj +++ b/Lingarr.Server.Tests/Lingarr.Server.Tests.csproj @@ -10,8 +10,8 @@ - - + + diff --git a/Lingarr.Server/Lingarr.Server.csproj b/Lingarr.Server/Lingarr.Server.csproj index c4250c51..c8e09853 100644 --- a/Lingarr.Server/Lingarr.Server.csproj +++ b/Lingarr.Server/Lingarr.Server.csproj @@ -15,7 +15,7 @@ - + @@ -23,27 +23,27 @@ - - + + - 9.0.15 + 9.0.18 - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - +