chore(deps): update dependency genhttp.modules.staticwebsites to 9.7.0 (#549)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [GenHTTP.Modules.StaticWebsites](https://genhttp.org/)
([source](https://redirect.github.com/Kaliumhexacyanoferrat/GenHTTP)) |
`9.6.2` -> `9.7.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/GenHTTP.Modules.StaticWebsites/9.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/GenHTTP.Modules.StaticWebsites/9.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/GenHTTP.Modules.StaticWebsites/9.6.2/9.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/GenHTTP.Modules.StaticWebsites/9.6.2/9.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>Kaliumhexacyanoferrat/GenHTTP
(GenHTTP.Modules.StaticWebsites)</summary>

###
[`v9.7.0`](https://redirect.github.com/Kaliumhexacyanoferrat/GenHTTP/releases/tag/v9.7.0):
Version 9.7

#### Bug Fixes

- Fix a `StackOverflowException` when receiving a lot of data via a
websocket connection
([#&#8203;641](https://redirect.github.com/Kaliumhexacyanoferrat/GenHTTP/issues/641)
by [@&#8203;magnusjjj](https://redirect.github.com/magnusjjj))
- Fix reverse proxy returning a `204 No Content` response with content
([#&#8203;630](https://redirect.github.com/Kaliumhexacyanoferrat/GenHTTP/issues/630))
- Fix `path` being a reserved argument name in service routes
([#&#8203;637](https://redirect.github.com/Kaliumhexacyanoferrat/GenHTTP/issues/637))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Fortunevale/ProjectMakoto).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbXX0=-->
This commit is contained in:
Lala Sabathil 2025-03-04 00:56:33 +01:00 committed by GitHub
commit 3a73ca58ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@
<PackageReference Include="DisCatSharp.Extensions.TwoFactorCommands" Version="3.1.0" /> <PackageReference Include="DisCatSharp.Extensions.TwoFactorCommands" Version="3.1.0" />
<PackageReference Include="FFMpegCore" Version="5.1.0" /> <PackageReference Include="FFMpegCore" Version="5.1.0" />
<PackageReference Include="GenHTTP.Core" Version="9.7.0" /> <PackageReference Include="GenHTTP.Core" Version="9.7.0" />
<PackageReference Include="GenHTTP.Modules.StaticWebsites" Version="9.6.2" /> <PackageReference Include="GenHTTP.Modules.StaticWebsites" Version="9.7.0" />
<PackageReference Include="HtmlSanitizer" Version="9.0.876" /> <PackageReference Include="HtmlSanitizer" Version="9.0.876" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.13.0" /> <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.13.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Scripting" Version="4.13.0" /> <PackageReference Include="Microsoft.CodeAnalysis.Scripting" Version="4.13.0" />