Skip to content

Commit cace42b

Browse files
chore(deps): update dependency moq to 4.20.72
1 parent b89cfcb commit cace42b

2 files changed

Lines changed: 5 additions & 12 deletions

File tree

tests/Compiler/Compiler.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<ItemGroup>
2727
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
28-
<PackageReference Include="Moq" Version="4.20.70" />
28+
<PackageReference Include="Moq" Version="4.20.72" />
2929
<PackageReference Include="NUnit" Version="4.1" />
3030
<PackageReference Include="NUnit.Analyzers" Version="4.2.0" />
3131
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />

tests/Compiler/packages.lock.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
},
5555
"Moq": {
5656
"type": "Direct",
57-
"requested": "[4.20.70, )",
58-
"resolved": "4.20.70",
59-
"contentHash": "4rNnAwdpXJBuxqrOCzCyICXHSImOTRktCgCWXWykuF1qwoIsVvEnR7PjbMk/eLOxWvhmj5Kwt+kDV3RGUYcNwg==",
57+
"requested": "[4.20.72, )",
58+
"resolved": "4.20.72",
59+
"contentHash": "EA55cjyNn8eTNWrgrdZJH5QLFp2L43oxl1tlkoYUKIE9pRwL784OWiTXeCV5ApS+AMYEAlt7Fo03A2XfouvHmQ==",
6060
"dependencies": {
6161
"Castle.Core": "5.1.1"
6262
}
@@ -273,8 +273,7 @@
273273
"Microsoft.CodeAnalysis.CSharp": "4.12.0",
274274
"Microsoft.PowerShell.MarkdownRender": "7.2.1",
275275
"System.Drawing.Common": "9.0.2",
276-
"System.Management.Automation": "7.6.0-preview.3",
277-
"System.Threading.AccessControl": "9.0.2"
276+
"System.Management.Automation": "7.6.0-preview.3"
278277
}
279278
},
280279
"Microsoft.PowerShell.ConsoleHost": {
@@ -383,7 +382,6 @@
383382
"System.ServiceModel.Syndication": "9.0.2",
384383
"System.ServiceProcess.ServiceController": "9.0.2",
385384
"System.Speech": "9.0.2",
386-
"System.Threading.AccessControl": "9.0.2",
387385
"System.Web.Services.Description": "4.10.0"
388386
}
389387
},
@@ -878,11 +876,6 @@
878876
"resolved": "9.0.2",
879877
"contentHash": "arQPudYrkW+cZfF7qyKcv9ukR7lM54AKyQDPX/2RPrC1EFlkYWHeOI6ST6VeI8hefW4zH9f/FnThuC70LFNd9A=="
880878
},
881-
"System.Threading.AccessControl": {
882-
"type": "Transitive",
883-
"resolved": "9.0.2",
884-
"contentHash": "4bqapQyY6OPux4sQSorJC2d/shmVVAfuYl75b8mg7KQMj4tAzLn2fhLbpf2Sx2ReHFBJ3qgFeY3gFRisLkCP/g=="
885-
},
886879
"System.Web.Services.Description": {
887880
"type": "Transitive",
888881
"resolved": "4.10.0",

0 commit comments

Comments
 (0)