mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-17 13:52:31 +01:00
35 lines
1.8 KiB
Diff
35 lines
1.8 KiB
Diff
It got merged after the release, needs patch until next release.
|
|
Fixes CVE-2024-32655
|
|
|
|
---
|
|
src/NzbDrone.Common/Prowlarr.Common.csproj | 2 +-
|
|
src/NzbDrone.Core/Prowlarr.Core.csproj | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/src/NzbDrone.Common/Prowlarr.Common.csproj b/src/NzbDrone.Common/Prowlarr.Common.csproj
|
|
index d90f7738ecb..6ab426c9854 100644
|
|
--- a/src/NzbDrone.Common/Prowlarr.Common.csproj
|
|
+++ b/src/NzbDrone.Common/Prowlarr.Common.csproj
|
|
@@ -10,7 +10,7 @@
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
<PackageReference Include="NLog" Version="5.2.0" />
|
|
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.0" />
|
|
- <PackageReference Include="Npgsql" Version="7.0.6" />
|
|
+ <PackageReference Include="Npgsql" Version="7.0.7" />
|
|
<PackageReference Include="Sentry" Version="4.0.2" />
|
|
<PackageReference Include="NLog.Targets.Syslog" Version="7.0.0" />
|
|
<PackageReference Include="SharpZipLib" Version="1.4.2" />
|
|
diff --git a/src/NzbDrone.Core/Prowlarr.Core.csproj b/src/NzbDrone.Core/Prowlarr.Core.csproj
|
|
index 50fdb89e849..4a676a26b4c 100644
|
|
--- a/src/NzbDrone.Core/Prowlarr.Core.csproj
|
|
+++ b/src/NzbDrone.Core/Prowlarr.Core.csproj
|
|
@@ -9,7 +9,7 @@
|
|
<PackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="6.0.29" />
|
|
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />
|
|
<PackageReference Include="NLog.Targets.Syslog" Version="7.0.0" />
|
|
- <PackageReference Include="Npgsql" Version="7.0.6" />
|
|
+ <PackageReference Include="Npgsql" Version="7.0.7" />
|
|
<PackageReference Include="Polly" Version="8.3.1" />
|
|
<PackageReference Include="Servarr.FluentMigrator.Runner" Version="3.3.2.9" />
|
|
<PackageReference Include="Servarr.FluentMigrator.Runner.Postgres" Version="3.3.2.9" />
|