Skip to content

Commit

Permalink
Merge pull request #1031 from dorssel/dependabot/nuget/Moq-4.20.72
Browse files Browse the repository at this point in the history
Bump Moq from 4.20.71 to 4.20.72
  • Loading branch information
dorssel committed Sep 17, 2024
2 parents 5fbbf6b + 84a2445 commit f4dbd6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SPDX-License-Identifier: GPL-3.0-only
<PackageVersion Include="WixToolset.Util.wixext" Version="5.0.1" />
<!-- UnitTests -->
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageVersion Include="Moq" Version="4.20.71" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.5.2" />
<PackageVersion Include="MSTest.TestFramework" Version="3.5.2" />
<PackageVersion Include="System.IO.Pipelines" Version="8.0.0" />
Expand Down
6 changes: 3 additions & 3 deletions UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
},
"Moq": {
"type": "Direct",
"requested": "[4.20.71, )",
"resolved": "4.20.71",
"contentHash": "sVyDjL8RDhB2CHYlAc8JCVdULQDqKPLKQj8B9yplEHg+MoNkWcuz3soUpwqTbNmFRJrKgVs8iqFK1SYlBTG5/A==",
"requested": "[4.20.72, )",
"resolved": "4.20.72",
"contentHash": "EA55cjyNn8eTNWrgrdZJH5QLFp2L43oxl1tlkoYUKIE9pRwL784OWiTXeCV5ApS+AMYEAlt7Fo03A2XfouvHmQ==",
"dependencies": {
"Castle.Core": "5.1.1"
}
Expand Down

0 comments on commit f4dbd6e

Please sign in to comment.