Skip to content

Commit

Permalink
chore: fix transitive vulnerabilities (#1221)
Browse files Browse the repository at this point in the history
* bump Microsoft.Identity.Client from 4.57.0 to 4.66.2
* bump System.Text.Json from 8.0.4 to 8.0.5
  • Loading branch information
Seddryck authored Nov 24, 2024
1 parent f5f7bf3 commit 04f377e
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 13 deletions.
3 changes: 3 additions & 0 deletions DubUrl.Adomd.Testing/DubUrl.Adomd.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Appveyor.TestLogger" Version="2.0.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="coverlet.msbuild" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
Expand Down
30 changes: 17 additions & 13 deletions DubUrl.Adomd/DubUrl.Adomd.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AnalysisServices.AdomdClient.NetCore.retail.amd64" Version="19.84.1" />
<PackageReference Include="System.Management" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\DubUrl.Core\DubUrl.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Client" Version="4.66.2" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\DubUrl.Core\DubUrl.csproj" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="$(AssemblyName).Testing" />
<InternalsVisibleTo Include="DynamicProxyGenAssembly2" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="DotNet.ReproducibleBuilds" Version="1.2.25">
<PrivateAssets>all</PrivateAssets>
Expand All @@ -25,11 +29,11 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup>
<PackageId>DubUrl.Adomd</PackageId>
<RepositoryUrl>https://github.com/Seddryck/DubUrl</RepositoryUrl>
<PackageTags>connection-string;database;dax;adomd-net;powerbi</PackageTags>
<Description>DubUrl provides a standardized URL-style mechanism for providing database connection information and opening a DbConnection in the .NET ecosystem</Description>
</PropertyGroup>
<PropertyGroup>
<PackageId>DubUrl.Adomd</PackageId>
<RepositoryUrl>https://github.com/Seddryck/DubUrl</RepositoryUrl>
<PackageTags>connection-string;database;dax;adomd-net;powerbi</PackageTags>
<Description>DubUrl provides a standardized URL-style mechanism for providing database connection information and opening a DbConnection in the .NET ecosystem</Description>
</PropertyGroup>

</Project>
3 changes: 3 additions & 0 deletions DubUrl.OleDb.Testing/DubUrl.OleDb.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DubUrl.OleDb\DubUrl.OleDb.csproj" />
<ProjectReference Include="..\DubUrl.Testing\DubUrl.Testing.csproj" />
Expand Down
3 changes: 3 additions & 0 deletions DubUrl.Testing/DubUrl.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
<PackageReference Include="System.Data.Odbc" Version="9.0.0" />
<PackageReference Include="System.Data.OleDb" Version="9.0.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
Expand Down

0 comments on commit 04f377e

Please sign in to comment.