Skip to content

Commit

Permalink
deps: Update dependency Spectre.Console to version 0.48.0
Browse files Browse the repository at this point in the history
Updates-dependency: Spectre.Console
Updates-dependency-from-version: 0.47.0
Updates-dependency-to-version: 0.48.0
  • Loading branch information
renovate[bot] authored Nov 28, 2023
1 parent 5aeb178 commit ab457df
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion utilities/docs/docs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Spectre.Console" Version="0.47.0" />
<PackageReference Include="Spectre.Console" Version="0.48.0" />
<PackageReference Include="Markdig" Version="0.33.0" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions utilities/docs/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
},
"Spectre.Console": {
"type": "Direct",
"requested": "[0.47.0, )",
"resolved": "0.47.0",
"contentHash": "wz8mszcZr0cSOo8GyoG9e2DFW0SkMT8/n78Q/lIXX7EbCtHNXOoOKWpJ9Str+rCYtmQOGGyDutZzubrUHK/XkA==",
"requested": "[0.48.0, )",
"resolved": "0.48.0",
"contentHash": "4Mc1UT7Azgtyb8FyNwK5FZmoZbKuT5PmY7ZwaKUytjD5kGFMNBACpOZTwYtkuY377YkYtZYBeDDTJUwTW86QXw==",
"dependencies": {
"System.Memory": "4.5.5"
}
Expand Down
6 changes: 3 additions & 3 deletions utilities/schema/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
},
"Spectre.Console": {
"type": "Direct",
"requested": "[0.47.0, )",
"resolved": "0.47.0",
"contentHash": "wz8mszcZr0cSOo8GyoG9e2DFW0SkMT8/n78Q/lIXX7EbCtHNXOoOKWpJ9Str+rCYtmQOGGyDutZzubrUHK/XkA==",
"requested": "[0.48.0, )",
"resolved": "0.48.0",
"contentHash": "4Mc1UT7Azgtyb8FyNwK5FZmoZbKuT5PmY7ZwaKUytjD5kGFMNBACpOZTwYtkuY377YkYtZYBeDDTJUwTW86QXw==",
"dependencies": {
"System.Memory": "4.5.5"
}
Expand Down
2 changes: 1 addition & 1 deletion utilities/schema/schema.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Spectre.Console" Version="0.47.0" />
<PackageReference Include="Spectre.Console" Version="0.48.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4" />
Expand Down

0 comments on commit ab457df

Please sign in to comment.