Skip to content

Commit

Permalink
Bump System.Management.Automation (#15)
Browse files Browse the repository at this point in the history
* bump System.Management.Automation

Package has a security risk in its dependencies. Latest version does
not.

* also bump test package
  • Loading branch information
jamesadevine committed Jun 30, 2023
1 parent 3a50104 commit 2969868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Management.Automation" Version="7.2.5" />
<PackageReference Include="System.Management.Automation" Version="7.2.12" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
<PackageReference Include="coverlet.collector" Version="3.1.2" />
<PackageReference Include="JsonSchema.Net" Version="4.0.1" />
<PackageReference Include="System.Management.Automation" Version="7.2.5" />
<PackageReference Include="System.Management.Automation" Version="7.2.12" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2969868

Please sign in to comment.