aboutsummaryrefslogtreecommitdiff
path: root/fuzz/Emby.Server.Implementations.Fuzz
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-12-30 06:33:45 -0700
committerGitHub <noreply@github.com>2022-12-30 06:33:45 -0700
commit431919301d7a2a81dda53afd16012a74f8073db9 (patch)
tree232550eb7c7b5ab9e8efc2105c769aeeb9a971c2 /fuzz/Emby.Server.Implementations.Fuzz
parent832634913798be14482479414236b69ce7f7ca78 (diff)
chore(deps): update dependency moq to v4.18.4 (#8986)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'fuzz/Emby.Server.Implementations.Fuzz')
-rw-r--r--fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj b/fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj
index 6cc814ef4..9c2449da4 100644
--- a/fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj
+++ b/fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj
@@ -18,7 +18,7 @@
<ItemGroup>
<PackageReference Include="AutoFixture" Version="4.17.0" />
<PackageReference Include="AutoFixture.AutoMoq" Version="4.17.0" />
- <PackageReference Include="Moq" Version="4.18.3" />
+ <PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="SharpFuzz" Version="2.0.0" />
</ItemGroup>