Skip to content

Commit 889b836

Browse files
chore(deps): update dependency moq to 4.20.72
1 parent 827c4d2 commit 889b836

2 files changed

Lines changed: 6 additions & 19 deletions

File tree

tests/Compiler/Compiler.Test.csproj

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

3232
<ItemGroup>
3333
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
34-
<PackageReference Include="Moq" Version="4.20.70" />
34+
<PackageReference Include="Moq" Version="4.20.72" />
3535
<PackageReference Include="NUnit" Version="4.1" />
3636
<PackageReference Include="NUnit.Analyzers" Version="4.2.0" />
3737
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />

tests/Compiler/packages.lock.json

Lines changed: 5 additions & 18 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",
@@ -1010,8 +1003,7 @@
10101003
"Microsoft.CodeAnalysis.CSharp": "4.12.0",
10111004
"Microsoft.PowerShell.MarkdownRender": "7.2.1",
10121005
"System.Drawing.Common": "9.0.2",
1013-
"System.Management.Automation": "7.6.0-preview.3",
1014-
"System.Threading.AccessControl": "9.0.2"
1006+
"System.Management.Automation": "7.6.0-preview.3"
10151007
}
10161008
},
10171009
"Microsoft.PowerShell.ConsoleHost": {
@@ -1270,11 +1262,6 @@
12701262
"resolved": "9.0.2",
12711263
"contentHash": "arQPudYrkW+cZfF7qyKcv9ukR7lM54AKyQDPX/2RPrC1EFlkYWHeOI6ST6VeI8hefW4zH9f/FnThuC70LFNd9A=="
12721264
},
1273-
"System.Threading.AccessControl": {
1274-
"type": "Transitive",
1275-
"resolved": "9.0.2",
1276-
"contentHash": "4bqapQyY6OPux4sQSorJC2d/shmVVAfuYl75b8mg7KQMj4tAzLn2fhLbpf2Sx2ReHFBJ3qgFeY3gFRisLkCP/g=="
1277-
},
12781265
"System.Windows.Extensions": {
12791266
"type": "Transitive",
12801267
"resolved": "9.0.2",

0 commit comments

Comments
 (0)