Skip to content

Commit

Permalink
chore(deps): update dependency linqkit to 1.3.7 (#93)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [LinqKit](https://redirect.github.com/scottksmith95/LINQKit) | `1.3.6`
-> `1.3.7` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/LinqKit/1.3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/LinqKit/1.3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/LinqKit/1.3.6/1.3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/LinqKit/1.3.6/1.3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>scottksmith95/LINQKit (LinqKit)</summary>

###
[`v1.3.7`](https://redirect.github.com/scottksmith95/LINQKit/blob/HEAD/ReleaseNotes.md#137-19-November-2024)

-
[#&#8203;206](https://redirect.github.com/scottksmith95/LINQKit/pull/206)
- Update EntityFramework to version 8.0.11 to fix CVE-2024-43483 \[bug]
contributed by
[michaelmairegger](https://redirect.github.com/michaelmairegger)
-
[#&#8203;208](https://redirect.github.com/scottksmith95/LINQKit/pull/208)
- Revert fixes for CVE's \[bug] contributed by
[StefH](https://redirect.github.com/StefH)
-
[#&#8203;207](https://redirect.github.com/scottksmith95/LINQKit/issues/207)
- LinqKit.Core 1.2.6 introduces a lot of legacy dependencies to modern
consumers

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone
Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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/smartive/cas-fee-adv-mumble-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent eb677c8 commit b94178e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MumbleApi/MumbleApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="EFCore.NamingConventions" Version="8.0.3" />
<PackageReference Include="Google.Cloud.Storage.V1" Version="4.10.0" />
<PackageReference Include="Lib.AspNetCore.ServerSentEvents" Version="9.0.0" />
<PackageReference Include="LinqKit" Version="1.3.6" />
<PackageReference Include="LinqKit" Version="1.3.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="8.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11" PrivateAssets="All" />
Expand Down

0 comments on commit b94178e

Please sign in to comment.