Skip to content

Commit

Permalink
Upgrade dependency to remove vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
aeshub committed Jan 22, 2025
1 parent 897b5cb commit 7d7f5ff
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion backend/api/Services/MissionRunService.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Linq.Dynamic.Core;
using System.Linq.Expressions;
using Api.Controllers.Models;
using Api.Database.Context;
Expand Down
1 change: 0 additions & 1 deletion backend/api/Services/RobotService.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Linq.Dynamic.Core;
using Api.Controllers.Models;
using Api.Database.Context;
using Api.Database.Models;
Expand Down
2 changes: 1 addition & 1 deletion backend/api/api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
<PackageReference Include="MQTTnet" Version="4.3.6.1152" />
<PackageReference Include="MQTTnet.Extensions.ManagedClient" Version="4.3.6.1152" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.4.3" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.5.1" />
<PackageReference Include="NCrontab" Version="3.3.3" />
</ItemGroup>

Expand Down

0 comments on commit 7d7f5ff

Please sign in to comment.