Skip to content

Commit

Permalink
Bump AngleSharp from 0.17.1 to 1.0.5
Browse files Browse the repository at this point in the history
Bumps [AngleSharp](https://github.com/AngleSharp/AngleSharp) from 0.17.1 to 1.0.5.
- [Release notes](https://github.com/AngleSharp/AngleSharp/releases)
- [Commits](AngleSharp/AngleSharp@v0.17.1...v1.0.5)

---
updated-dependencies:
- dependency-name: AngleSharp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent 0b8b5d1 commit efac4fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HtmlSanitizer/HtmlSanitizer.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>Cleans HTML from constructs that can be used for cross-site scripting (XSS)</Description>
Expand Down Expand Up @@ -38,7 +38,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AngleSharp" Version="[0.17.1]" />
<PackageReference Include="AngleSharp" Version="[1.0.5]" />
<PackageReference Include="AngleSharp.Css" Version="[0.17.0]" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="System.Collections.Immutable" Version="7.0.0" />
Expand Down

0 comments on commit efac4fd

Please sign in to comment.