1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-30 13:33:24 +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:
renovate[bot] 2023-12-11 16:50:58 -08:00 committed by GitHub
parent ce6768114b
commit 5152e4bc2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Icons' " /> <PropertyGroup Condition=" '$(RunConfiguration)' == 'Icons' " />
<ItemGroup> <ItemGroup>
<PackageReference Include="AngleSharp" Version="1.0.4" /> <PackageReference Include="AngleSharp" Version="1.0.7" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@ -4,9 +4,9 @@
"net6.0": { "net6.0": {
"AngleSharp": { "AngleSharp": {
"type": "Direct", "type": "Direct",
"requested": "[1.0.4, )", "requested": "[1.0.7, )",
"resolved": "1.0.4", "resolved": "1.0.7",
"contentHash": "G8R4C2MEDFQvjUbYz1QIcGfibjsTJnzP0aWy8iQgWWk7eKacYydCNGD3JMhVL0Q5pZQ9RYlqpKNESEU5NpqsRw==", "contentHash": "jZg7lDcrXRiIC8VBluuGKOCMR9mc4CIRX5vpQJ8fcgafs6T6plOzKHhAn3lJEwXorrltd9p1WtRxxhFpRBACbg==",
"dependencies": { "dependencies": {
"System.Text.Encoding.CodePages": "6.0.0" "System.Text.Encoding.CodePages": "6.0.0"
} }

View File

@ -46,8 +46,8 @@
}, },
"AngleSharp": { "AngleSharp": {
"type": "Transitive", "type": "Transitive",
"resolved": "1.0.4", "resolved": "1.0.7",
"contentHash": "G8R4C2MEDFQvjUbYz1QIcGfibjsTJnzP0aWy8iQgWWk7eKacYydCNGD3JMhVL0Q5pZQ9RYlqpKNESEU5NpqsRw==", "contentHash": "jZg7lDcrXRiIC8VBluuGKOCMR9mc4CIRX5vpQJ8fcgafs6T6plOzKHhAn3lJEwXorrltd9p1WtRxxhFpRBACbg==",
"dependencies": { "dependencies": {
"System.Text.Encoding.CodePages": "6.0.0" "System.Text.Encoding.CodePages": "6.0.0"
} }
@ -2884,7 +2884,7 @@
"icons": { "icons": {
"type": "Project", "type": "Project",
"dependencies": { "dependencies": {
"AngleSharp": "1.0.4", "AngleSharp": "1.0.7",
"Core": "2023.12.0", "Core": "2023.12.0",
"SharedWeb": "2023.12.0" "SharedWeb": "2023.12.0"
} }