Skip to content

Commit

Permalink
chore(deps): Manual dependency update (#1831)
Browse files Browse the repository at this point in the history
Dependabot got confused and closed out several PRs, stating they "aren't
dependencies". However, Visual Studio is able to update them just fine.
  • Loading branch information
codeofdusk authored May 25, 2024
1 parent ac54389 commit 6292f4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.60" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.61" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.5.2" />
<PackageReference Include="Microsoft.IdentityModel.Logging" Version="7.5.2" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.5.2" />
Expand Down
2 changes: 1 addition & 1 deletion src/AccessibilityInsights.SharedUx/SharedUx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Import Project="..\..\build\NetFrameworkRelease.targets" />

<ItemGroup>
<PackageReference Include="Axe.Windows" Version="2.3.1" />
<PackageReference Include="Axe.Windows" Version="2.4.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.77" />
<Reference Include="Interop.UIAutomationClient, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion src/UITests/UITests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="Appium.WebDriver" Version="4.4.5" />
<PackageReference Include="Axe.Windows" Version="2.3.1" />
<PackageReference Include="Axe.Windows" Version="2.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.4.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="Selenium.WebDriver" Version="3.141.0" />
Expand Down

0 comments on commit 6292f4b

Please sign in to comment.