Skip to content

Commit

Permalink
chore(deps): update dependency anglesharp to v1.0.5 (#87)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 4, 2023
1 parent 08dda08 commit d310763
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions SaucyBot.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
},
"AngleSharp": {
"type": "Transitive",
"resolved": "1.0.4",
"contentHash": "G8R4C2MEDFQvjUbYz1QIcGfibjsTJnzP0aWy8iQgWWk7eKacYydCNGD3JMhVL0Q5pZQ9RYlqpKNESEU5NpqsRw==",
"resolved": "1.0.5",
"contentHash": "4IeYlrwnbjLloXFigls5JkdfxfkBUp5DKI+8sUl4OUZQ3VKcsVCb99bqlxJOTIuAHy6rT6pfb2Lq87n+Tp3IqQ==",
"dependencies": {
"System.Text.Encoding.CodePages": "7.0.0"
}
Expand Down Expand Up @@ -1655,7 +1655,7 @@
"saucybot": {
"type": "Project",
"dependencies": {
"AngleSharp": "[1.0.4, )",
"AngleSharp": "[1.0.5, )",
"CoreTweet": "[1.0.0.483, )",
"Discord.Net": "[3.12.0, )",
"EFCore.NamingConventions": "[7.0.2, )",
Expand Down
2 changes: 1 addition & 1 deletion SaucyBot/SaucyBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AngleSharp" Version="1.0.4" />
<PackageReference Include="AngleSharp" Version="1.0.5" />
<PackageReference Include="CoreTweet" Version="1.0.0.483" />
<PackageReference Include="Discord.Net" Version="3.12.0" />
<PackageReference Include="EFCore.NamingConventions" Version="7.0.2" />
Expand Down
6 changes: 3 additions & 3 deletions SaucyBot/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net7.0": {
"AngleSharp": {
"type": "Direct",
"requested": "[1.0.4, )",
"resolved": "1.0.4",
"contentHash": "G8R4C2MEDFQvjUbYz1QIcGfibjsTJnzP0aWy8iQgWWk7eKacYydCNGD3JMhVL0Q5pZQ9RYlqpKNESEU5NpqsRw==",
"requested": "[1.0.5, )",
"resolved": "1.0.5",
"contentHash": "4IeYlrwnbjLloXFigls5JkdfxfkBUp5DKI+8sUl4OUZQ3VKcsVCb99bqlxJOTIuAHy6rT6pfb2Lq87n+Tp3IqQ==",
"dependencies": {
"System.Text.Encoding.CodePages": "7.0.0"
}
Expand Down

0 comments on commit d310763

Please sign in to comment.