From 7c45d13aa82dde299a42b3c8e3c35a9a3129b959 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 22 Oct 2024 19:08:08 +0000
Subject: [PATCH] Bump Moq from 4.18.4 to 4.20.72

Bumps [Moq](https://github.com/moq/moq) from 4.18.4 to 4.20.72.
- [Release notes](https://github.com/moq/moq/releases)
- [Changelog](https://github.com/devlooped/moq/blob/main/changelog.md)
- [Commits](https://github.com/moq/moq/compare/v4.18.4...v4.20.72)

---
updated-dependencies:
- dependency-name: Moq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 src/VisualStudio.Tests/VisualStudio.Tests.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/VisualStudio.Tests/VisualStudio.Tests.csproj b/src/VisualStudio.Tests/VisualStudio.Tests.csproj
index e43f9da..022381c 100644
--- a/src/VisualStudio.Tests/VisualStudio.Tests.csproj
+++ b/src/VisualStudio.Tests/VisualStudio.Tests.csproj
@@ -8,7 +8,7 @@
   <ItemGroup>
     <PackageReference Include="DotNetConfig" Version="1.0.6" />
     <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
-    <PackageReference Include="Moq" Version="4.18.4" />
+    <PackageReference Include="Moq" Version="4.20.72" />
     <PackageReference Include="xunit" Version="2.4.2" />
     <PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
   </ItemGroup>