Skip to content

Commit 88b530d

Browse files
committed
fix: backend/api/api.csproj to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DOTNET-MICROSOFTIDENTITYABSTRACTIONS-9680155
1 parent ca36bc5 commit 88b530d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/api/api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<PackageReference Include="Npgsql" Version="8.0.3" />
2929
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
3030
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.11" />
31-
<PackageReference Include="Microsoft.Identity.Web" Version="3.3.0" />
31+
<PackageReference Include="Microsoft.Identity.Web" Version="3.8.2" />
3232
<PackageReference Include="Microsoft.Identity.Web.DownstreamApi" Version="3.3.0" />
3333
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
3434
<PackageReference Include="MQTTnet" Version="4.3.6.1152" />

0 commit comments

Comments
 (0)