Skip to content

Commit

Permalink
[Update] dependencies to resolve transitive dep vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
samatstariongroup committed Aug 15, 2024
1 parent 8a0bf9f commit 149e7b4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion COMET.Web.Common.Test/COMET.Web.Common.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageId>CDP4.WEB.Common.Test</PackageId>
<AssemblyTitle>COMET.WEB.Common.Test</AssemblyTitle>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<Authors>Sam, Alex, Alexander, Antoine, Jaime, Nabil</Authors>
<Authors>Justine, Sam, Alex, Alexander, Antoine, Jaime, Nabil, Joao</Authors>
<RepositoryType>Git</RepositoryType>
<RepositoryUrl>https://github.com/STARIONGROUP/COMET-WEB-Community-Edition.git</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand All @@ -35,6 +35,7 @@

<ItemGroup Label="override transitive vulnerable dependency">
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions COMET.Web.Common.Tests/COMET.Web.Common.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Copyright>Copyright 2023-2024 Starion Group S.A.</Copyright>
<RepositoryUrl>https://github.com/STARIONGROUP/COMET-WEB-Community-Edition.git</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<Authors>Justine, Sam, Alex, Alexander, Antoine, Jaime, Nabil, Joao</Authors>
<Nullable>disable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<IsPackable>false</IsPackable>
Expand Down
2 changes: 1 addition & 1 deletion COMET.Web.Common/COMET.Web.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageId>CDP4.WEB.Common</PackageId>
<AssemblyTitle>COMET.WEB.Common</AssemblyTitle>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<Authors>Sam, Alex, Alexander, Antoine, Jaime, Nabil</Authors>
<Authors>Justine, Sam, Alex, Alexander, Antoine, Jaime, Nabil, Joao</Authors>
<RepositoryType>Git</RepositoryType>
<RepositoryUrl>https://github.com/STARIONGROUP/COMET-WEB-Community-Edition.git</RepositoryUrl>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
1 change: 1 addition & 0 deletions COMETwebapp.Tests/COMETwebapp.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Copyright>Copyright 2023-2024 Starion Group S.A.</Copyright>
<RepositoryUrl>https://github.com/STARIONGROUP/COMET-WEB-Community-Edition.git</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<Authors>Justine, Sam, Alex, Alexander, Antoine, Jaime, Nabil, Joao</Authors>
<Nullable>disable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<IsPackable>false</IsPackable>
Expand Down
2 changes: 1 addition & 1 deletion COMETwebapp/COMETwebapp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Company>Starion Group S.A.</Company>
<Copyright>Copyright 2023-2024 Starion Group S.A.</Copyright>
<PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression>
<Authors>Justine, Sam, Alex, Alexander, Antoine, Jaime</Authors>
<Authors>Justine, Sam, Alex, Alexander, Antoine, Jaime, Nabil, Joao</Authors>
<RepositoryType>Git</RepositoryType>
<RepositoryUrl>https://github.com/STARIONGROUP/COMET-WEB-Community-Edition.git</RepositoryUrl>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit 149e7b4

Please sign in to comment.