Skip to content

Commit 856c045

Browse files
Bump Moq from 4.18.4 to 4.20.70 (#1028)
1 parent d19ffac commit 856c045

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageVersion Include="System.Drawing.Common" Version="6.0.0" />
1515
<PackageVersion Include="System.Runtime.Caching" Version="6.0.0" />
1616
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
17-
<PackageVersion Include="Moq" Version="4.18.4" />
17+
<PackageVersion Include="Moq" Version="4.20.70" />
1818
<PackageVersion Include="xunit" Version="2.6.5" />
1919
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.6" />
2020
<PackageVersion Include="xRetry" Version="1.9.0" />

performance/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1903,7 +1903,7 @@
19031903
"Microsoft.Extensions.DependencyInjection": "[6.0.1, )",
19041904
"Microsoft.NET.Sdk.Functions": "[4.2.0, )",
19051905
"Microsoft.NET.Test.Sdk": "[17.6.3, )",
1906-
"Moq": "[4.18.4, )",
1906+
"Moq": "[4.20.70, )",
19071907
"Newtonsoft.Json": "[13.0.3, )",
19081908
"xRetry": "[1.9.0, )",
19091909
"xunit": "[2.6.5, )",
@@ -2082,9 +2082,9 @@
20822082
},
20832083
"Moq": {
20842084
"type": "CentralTransitive",
2085-
"requested": "[4.18.4, )",
2086-
"resolved": "4.18.4",
2087-
"contentHash": "IOo+W51+7Afnb0noltJrKxPBSfsgMzTKCw+Re5AMx8l/vBbAbMDOynLik4+lBYIWDJSO0uV7Zdqt7cNb6RZZ+A==",
2085+
"requested": "[4.20.70, )",
2086+
"resolved": "4.20.70",
2087+
"contentHash": "4rNnAwdpXJBuxqrOCzCyICXHSImOTRktCgCWXWykuF1qwoIsVvEnR7PjbMk/eLOxWvhmj5Kwt+kDV3RGUYcNwg==",
20882088
"dependencies": {
20892089
"Castle.Core": "5.1.1"
20902090
}

test/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
},
6262
"Moq": {
6363
"type": "Direct",
64-
"requested": "[4.18.4, )",
65-
"resolved": "4.18.4",
66-
"contentHash": "IOo+W51+7Afnb0noltJrKxPBSfsgMzTKCw+Re5AMx8l/vBbAbMDOynLik4+lBYIWDJSO0uV7Zdqt7cNb6RZZ+A==",
64+
"requested": "[4.20.70, )",
65+
"resolved": "4.20.70",
66+
"contentHash": "4rNnAwdpXJBuxqrOCzCyICXHSImOTRktCgCWXWykuF1qwoIsVvEnR7PjbMk/eLOxWvhmj5Kwt+kDV3RGUYcNwg==",
6767
"dependencies": {
6868
"Castle.Core": "5.1.1"
6969
}

0 commit comments

Comments
 (0)