candoumbe / DataFilters.AspNetCore

Apache License 2.0
3 stars 0 forks source link

Update dependency Moq to v4.18.0 #52

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
Moq nuget minor 4.17.2 -> 4.18.0

Release Notes

moq/moq4 ### [`v4.18.0`](https://togithub.com/moq/moq4/blob/HEAD/CHANGELOG.md#​4180-2022-05-12) New major version of DynamicProxy (you may get better performance!), so please update with care. ##### Changed - Update package reference to `Castle.Core` (DynamicProxy) from version 4.4.1 to 5.0.0 ([@​stakx](https://togithub.com/stakx), [#​1257](https://togithub.com/moq/moq4/issues/1257)) ##### Fixed - Can't set up "private protected" properties ([@​RobSiklos](https://togithub.com/RobSiklos), [#​1170](https://togithub.com/moq/moq4/issues/1170)) - Using \[...] an old version of `System.Net.Http` which is vulnerable to "DoS", "Spoofing", "Privilege Escalation", "Authentication Bypass" and "Information Exposure" ([@​sidseter](https://togithub.com/sidseter), [#​1219](https://togithub.com/moq/moq4/issues/1219)) - Failure when invoking a method with by-ref parameter & mockable return type on a mock with `CallBase` and `DefaultValue.Mock` configured ([@​IanKemp](https://togithub.com/IanKemp), [#​1249](https://togithub.com/moq/moq4/issues/1249))

Configuration

πŸ“… Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» 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.



This PR has been generated by WhiteSource Renovate. View repository job log here.

codecov[bot] commented 2 years ago

Codecov Report

Merging #52 (c750323) into develop (993d3d0) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop      #52   +/-   ##
========================================
  Coverage    83.14%   83.14%           
========================================
  Files            6        6           
  Lines           89       89           
  Branches        16       16           
========================================
  Hits            74       74           
  Misses          11       11           
  Partials         4        4           

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 993d3d0...c750323. Read the comment docs.