mirror of
https://github.com/bitwarden/server.git
synced 2024-11-24 12:35:25 +01:00
[deps] Vault: Update AngleSharp to v1.0.7 (#3539)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ce6768114b
commit
5152e4bc2c
@ -7,7 +7,7 @@
|
||||
|
||||
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Icons' " />
|
||||
<ItemGroup>
|
||||
<PackageReference Include="AngleSharp" Version="1.0.4" />
|
||||
<PackageReference Include="AngleSharp" Version="1.0.7" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -4,9 +4,9 @@
|
||||
"net6.0": {
|
||||
"AngleSharp": {
|
||||
"type": "Direct",
|
||||
"requested": "[1.0.4, )",
|
||||
"resolved": "1.0.4",
|
||||
"contentHash": "G8R4C2MEDFQvjUbYz1QIcGfibjsTJnzP0aWy8iQgWWk7eKacYydCNGD3JMhVL0Q5pZQ9RYlqpKNESEU5NpqsRw==",
|
||||
"requested": "[1.0.7, )",
|
||||
"resolved": "1.0.7",
|
||||
"contentHash": "jZg7lDcrXRiIC8VBluuGKOCMR9mc4CIRX5vpQJ8fcgafs6T6plOzKHhAn3lJEwXorrltd9p1WtRxxhFpRBACbg==",
|
||||
"dependencies": {
|
||||
"System.Text.Encoding.CodePages": "6.0.0"
|
||||
}
|
||||
|
@ -46,8 +46,8 @@
|
||||
},
|
||||
"AngleSharp": {
|
||||
"type": "Transitive",
|
||||
"resolved": "1.0.4",
|
||||
"contentHash": "G8R4C2MEDFQvjUbYz1QIcGfibjsTJnzP0aWy8iQgWWk7eKacYydCNGD3JMhVL0Q5pZQ9RYlqpKNESEU5NpqsRw==",
|
||||
"resolved": "1.0.7",
|
||||
"contentHash": "jZg7lDcrXRiIC8VBluuGKOCMR9mc4CIRX5vpQJ8fcgafs6T6plOzKHhAn3lJEwXorrltd9p1WtRxxhFpRBACbg==",
|
||||
"dependencies": {
|
||||
"System.Text.Encoding.CodePages": "6.0.0"
|
||||
}
|
||||
@ -2884,7 +2884,7 @@
|
||||
"icons": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"AngleSharp": "1.0.4",
|
||||
"AngleSharp": "1.0.7",
|
||||
"Core": "2023.12.0",
|
||||
"SharedWeb": "2023.12.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user