Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
CR-3451 Resolve package vulnerabilities (#12)
Browse files Browse the repository at this point in the history
* Resolve vulnerabilities

* Fix build

* Spacing

* Bump build
  • Loading branch information
jo-bithell authored Feb 5, 2024
1 parent 09a709f commit a44b307
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/Argument/Argument.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<PackageReference Include="Microsoft.NetCore.Analyzers" Version="2.6.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="System.Text.RegularExpressions">
<Version>4.3.1</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeQuality.Analyzers" Version="2.6.0">
Expand Down
4 changes: 2 additions & 2 deletions test/Argument.Tests/Argument.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<Copyright>Copyright © Enable</Copyright>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoFixture" Version="4.0.1" />
<PackageReference Include="Microsoft.CodeQuality.Analyzers" Version="2.6.0" />
<PackageReference Include="AutoFixture" Version="4.18.1" />
<PackageReference Include="Microsoft.CodeQuality.Analyzers" Version="2.6.0"/>
<PackageReference Include="Microsoft.NetCore.Analyzers" Version="2.6.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2" />
<PackageReference Include="xunit" Version="2.3.1" />
Expand Down

0 comments on commit a44b307

Please sign in to comment.