Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikus1993 committed Apr 20, 2024
1 parent 5330084 commit c18f350
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ItemGroup>
<PackageVersion Include="AutoFixture.Xunit2" Version="4.18.1" />
<PackageVersion Include="Cocona" Version="2.2.0" />
<PackageVersion Include="CsvHelper" Version="31.0.3" />
<PackageVersion Include="CsvHelper" Version="31.0.4" />
<PackageVersion Include="Discord.Net.Webhook" Version="3.14.1" />
<PackageVersion Include="HtmlAgilityPack" Version="1.11.60" />
<PackageVersion Include="Lucene.Net" Version="4.8.0-beta00016" />
Expand All @@ -21,7 +21,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageVersion>
<PackageVersion Include="Open.ChannelExtensions" Version="6.2.2" />
<PackageVersion Include="Sep" Version="0.5.0" />
<PackageVersion Include="Sep" Version="0.5.1" />
<PackageVersion Include="SonarAnalyzer.CSharp" Version="8.48.0.56517">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
18 changes: 9 additions & 9 deletions src/XboxPromotionCheckerBot.App/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"CsvHelper": {
"type": "Direct",
"requested": "[31.0.3, )",
"resolved": "31.0.3",
"contentHash": "ygck8DR4mG/VDA/LgIVVGpEtXXPDVaaNZNJGrOAJ4pckVw4MbAQ3n/u6YFDv3bwlQhlxTmPhCyk5E4hxe96Crg=="
"requested": "[31.0.4, )",
"resolved": "31.0.4",
"contentHash": "m4ikjUAn4XOD1tShxxk4ui42sHxjHdX52P7fPQ9K7tzJkPTEwiCbvEz3k73mTGSSaPTUCOp9VziQC757IqKLew=="
},
"Discord.Net.Webhook": {
"type": "Direct",
Expand Down Expand Up @@ -124,11 +124,11 @@
},
"Sep": {
"type": "Direct",
"requested": "[0.5.0, )",
"resolved": "0.5.0",
"contentHash": "RjnaJDFsca7p65z1djRtMI+QCstQCJ1cAa1QM2bsOirNSWEnT+WGO8CIoYQPZZ5f7fBBrZSjyow9G0m3OgPRdw==",
"requested": "[0.5.1, )",
"resolved": "0.5.1",
"contentHash": "OAhQtoAm/sGdAq+I6NpBRfAkNvXT5ynBGmLOABg2tnVyvVOcLz6DL5K+REMxTsLi0dXtR5FSZTa8WJOnlezHIA==",
"dependencies": {
"csFastFloat": "4.1.2"
"csFastFloat": "4.1.3"
}
},
"System.Interactive.Async": {
Expand Down Expand Up @@ -169,8 +169,8 @@
},
"csFastFloat": {
"type": "Transitive",
"resolved": "4.1.2",
"contentHash": "81RzYNH9+XUhQxWeC0tSOU0ekHVexBsm5ikhGqNuXu54WSy8l/q4ohEB9ll6sPpKl6g6OuCIf7/zY93tm9wlKA=="
"resolved": "4.1.3",
"contentHash": "ofZxS4UvPJJCqCuCpbJLL7rW9CI8xX+tOSrQRA0KKWUWrBwCn3LL5vonRaCQKaNrVhE5q1dastJDKbU00cK0eA=="
},
"Discord.Net.Core": {
"type": "Transitive",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1605,7 +1605,7 @@
"type": "Project",
"dependencies": {
"Cocona": "[2.2.0, )",
"CsvHelper": "[31.0.3, )",
"CsvHelper": "[31.0.4, )",
"Discord.Net.Webhook": "[3.14.1, )",
"HtmlAgilityPack": "[1.11.60, )",
"Lucene.Net": "[4.8.0-beta00016, )",
Expand All @@ -1616,7 +1616,7 @@
"Microsoft.Extensions.Telemetry.Abstractions": "[8.4.0, )",
"Microsoft.IO.RecyclableMemoryStream": "[3.0.0, )",
"MongoDB.Driver": "[2.25.0, )",
"Sep": "[0.5.0, )",
"Sep": "[0.5.1, )",
"System.Interactive.Async": "[6.0.1, )",
"System.Linq.Async": "[6.0.1, )"
}
Expand Down
4 changes: 2 additions & 2 deletions tests/XboxPromotionCheckerBot.App.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,7 @@
"type": "Project",
"dependencies": {
"Cocona": "[2.2.0, )",
"CsvHelper": "[31.0.3, )",
"CsvHelper": "[31.0.4, )",
"Discord.Net.Webhook": "[3.14.1, )",
"HtmlAgilityPack": "[1.11.60, )",
"Lucene.Net": "[4.8.0-beta00016, )",
Expand All @@ -1608,7 +1608,7 @@
"Microsoft.Extensions.Telemetry.Abstractions": "[8.4.0, )",
"Microsoft.IO.RecyclableMemoryStream": "[3.0.0, )",
"MongoDB.Driver": "[2.25.0, )",
"Sep": "[0.5.0, )",
"Sep": "[0.5.1, )",
"System.Interactive.Async": "[6.0.1, )",
"System.Linq.Async": "[6.0.1, )"
}
Expand Down

0 comments on commit c18f350

Please sign in to comment.