Skip to content

Commit

Permalink
Merge pull request #244 from tumugin/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
tumugin authored Jan 2, 2025
2 parents 97b0409 + 3347e68 commit 0907fb4
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 72 deletions.
22 changes: 14 additions & 8 deletions Lullaby.Admin/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,8 @@
},
"AngleSharp": {
"type": "Transitive",
"resolved": "1.1.2",
"contentHash": "aRFpAqixbuj1Vmqy2hsWPF0PJygo1SfjvmpBvVWZv6i+/u+C/L4wDdwFIzyCGUbjqr61NsZdPNPqDE8wlmG2qA==",
"dependencies": {
"System.Text.Encoding.CodePages": "8.0.0"
}
"resolved": "1.2.0",
"contentHash": "uF/PzSCVcb+b2nqVvHZbOqexoJ9R6QLjonugPf0PQl+0h7YKaFZeXyspctbHe5HGlx7/Iuk5BErtk+t63ac/ZA=="
},
"Flurl": {
"type": "Transitive",
Expand Down Expand Up @@ -454,6 +451,11 @@
"Microsoft.Extensions.Primitives": "9.0.0"
}
},
"Microsoft.NETCore.Platforms": {
"type": "Transitive",
"resolved": "2.1.2",
"contentHash": "mOJy3M0UN+LUG21dLGMxaWZEP6xYpQEpLuvuEQBaownaX4YuhH6NmNUlN9si+vNkAS6dwJ//N1O4DmLf2CikVg=="
},
"Newtonsoft.Json": {
"type": "Transitive",
"resolved": "13.0.3",
Expand Down Expand Up @@ -572,8 +574,12 @@
},
"System.Text.Encoding.CodePages": {
"type": "Transitive",
"resolved": "8.0.0",
"contentHash": "OZIsVplFGaVY90G2SbpgU7EnCoOO5pw1t4ic21dBF3/1omrJFpAGoNAVpPyMVOC90/hvgkGG3VFqR13YgZMQfg=="
"resolved": "4.5.1",
"contentHash": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==",
"dependencies": {
"Microsoft.NETCore.Platforms": "2.1.2",
"System.Runtime.CompilerServices.Unsafe": "4.5.2"
}
},
"System.Threading.Tasks.Extensions": {
"type": "Transitive",
Expand All @@ -583,7 +589,7 @@
"lullaby.common": {
"type": "Project",
"dependencies": {
"AngleSharp": "[1.1.2, )",
"AngleSharp": "[1.2.0, )",
"Flurl": "[4.0.0, )",
"Microsoft.AspNetCore.WebUtilities": "[9.0.0, )",
"Microsoft.Extensions.DependencyInjection": "[9.0.0, )",
Expand Down
2 changes: 1 addition & 1 deletion Lullaby.Common/Lullaby.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AngleSharp" Version="1.1.2" />
<PackageReference Include="AngleSharp" Version="1.2.0" />
<PackageReference Include="Flurl" Version="4.0.0" />
<PackageReference Include="IDisposableAnalyzers" Version="4.0.8">
<PrivateAssets>all</PrivateAssets>
Expand Down
14 changes: 3 additions & 11 deletions Lullaby.Common/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@
"net9.0": {
"AngleSharp": {
"type": "Direct",
"requested": "[1.1.2, )",
"resolved": "1.1.2",
"contentHash": "aRFpAqixbuj1Vmqy2hsWPF0PJygo1SfjvmpBvVWZv6i+/u+C/L4wDdwFIzyCGUbjqr61NsZdPNPqDE8wlmG2qA==",
"dependencies": {
"System.Text.Encoding.CodePages": "8.0.0"
}
"requested": "[1.2.0, )",
"resolved": "1.2.0",
"contentHash": "uF/PzSCVcb+b2nqVvHZbOqexoJ9R6QLjonugPf0PQl+0h7YKaFZeXyspctbHe5HGlx7/Iuk5BErtk+t63ac/ZA=="
},
"Flurl": {
"type": "Direct",
Expand Down Expand Up @@ -78,11 +75,6 @@
"dependencies": {
"Microsoft.Extensions.Primitives": "9.0.0"
}
},
"System.Text.Encoding.CodePages": {
"type": "Transitive",
"resolved": "8.0.0",
"contentHash": "OZIsVplFGaVY90G2SbpgU7EnCoOO5pw1t4ic21dBF3/1omrJFpAGoNAVpPyMVOC90/hvgkGG3VFqR13YgZMQfg=="
}
}
}
Expand Down
14 changes: 3 additions & 11 deletions Lullaby.Database/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,8 @@
},
"AngleSharp": {
"type": "Transitive",
"resolved": "1.1.2",
"contentHash": "aRFpAqixbuj1Vmqy2hsWPF0PJygo1SfjvmpBvVWZv6i+/u+C/L4wDdwFIzyCGUbjqr61NsZdPNPqDE8wlmG2qA==",
"dependencies": {
"System.Text.Encoding.CodePages": "8.0.0"
}
"resolved": "1.2.0",
"contentHash": "uF/PzSCVcb+b2nqVvHZbOqexoJ9R6QLjonugPf0PQl+0h7YKaFZeXyspctbHe5HGlx7/Iuk5BErtk+t63ac/ZA=="
},
"Flurl": {
"type": "Transitive",
Expand Down Expand Up @@ -180,15 +177,10 @@
"Microsoft.Bcl.AsyncInterfaces": "6.0.0"
}
},
"System.Text.Encoding.CodePages": {
"type": "Transitive",
"resolved": "8.0.0",
"contentHash": "OZIsVplFGaVY90G2SbpgU7EnCoOO5pw1t4ic21dBF3/1omrJFpAGoNAVpPyMVOC90/hvgkGG3VFqR13YgZMQfg=="
},
"lullaby.common": {
"type": "Project",
"dependencies": {
"AngleSharp": "[1.1.2, )",
"AngleSharp": "[1.2.0, )",
"Flurl": "[4.0.0, )",
"Microsoft.AspNetCore.WebUtilities": "[9.0.0, )",
"Microsoft.Extensions.DependencyInjection": "[9.0.0, )",
Expand Down
14 changes: 3 additions & 11 deletions Lullaby.Jobs/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,8 @@
},
"AngleSharp": {
"type": "Transitive",
"resolved": "1.1.2",
"contentHash": "aRFpAqixbuj1Vmqy2hsWPF0PJygo1SfjvmpBvVWZv6i+/u+C/L4wDdwFIzyCGUbjqr61NsZdPNPqDE8wlmG2qA==",
"dependencies": {
"System.Text.Encoding.CodePages": "8.0.0"
}
"resolved": "1.2.0",
"contentHash": "uF/PzSCVcb+b2nqVvHZbOqexoJ9R6QLjonugPf0PQl+0h7YKaFZeXyspctbHe5HGlx7/Iuk5BErtk+t63ac/ZA=="
},
"Flurl": {
"type": "Transitive",
Expand Down Expand Up @@ -262,15 +259,10 @@
"Microsoft.Bcl.AsyncInterfaces": "6.0.0"
}
},
"System.Text.Encoding.CodePages": {
"type": "Transitive",
"resolved": "8.0.0",
"contentHash": "OZIsVplFGaVY90G2SbpgU7EnCoOO5pw1t4ic21dBF3/1omrJFpAGoNAVpPyMVOC90/hvgkGG3VFqR13YgZMQfg=="
},
"lullaby.common": {
"type": "Project",
"dependencies": {
"AngleSharp": "[1.1.2, )",
"AngleSharp": "[1.2.0, )",
"Flurl": "[4.0.0, )",
"Microsoft.AspNetCore.WebUtilities": "[9.0.0, )",
"Microsoft.Extensions.DependencyInjection": "[9.0.0, )",
Expand Down
4 changes: 2 additions & 2 deletions Lullaby.Tests/Lullaby.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.3.1" />
<PackageReference Include="NUnit" Version="4.3.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.5.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="coverlet.collector" Version="6.0.3" />
<PackageReference Include="RichardSzalay.MockHttp" Version="7.0.0" />
</ItemGroup>

Expand Down
26 changes: 9 additions & 17 deletions Lullaby.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net9.0": {
"coverlet.collector": {
"type": "Direct",
"requested": "[6.0.2, )",
"resolved": "6.0.2",
"contentHash": "bJShQ6uWRTQ100ZeyiMqcFlhP7WJ+bCuabUs885dJiBEzMsJMSFr7BOyeCw4rgvQokteGi5rKQTlkhfQPUXg2A=="
"requested": "[6.0.3, )",
"resolved": "6.0.3",
"contentHash": "SvLbRq7gjzE34BI90vP6ge812+PAjinNoKhdFZHwVEu/ozJgZY+0KyDh1K0teDeMeuzQJuF8OvleRBYXsZDz0A=="
},
"IDisposableAnalyzers": {
"type": "Direct",
Expand Down Expand Up @@ -48,9 +48,9 @@
},
"NUnit": {
"type": "Direct",
"requested": "[4.3.1, )",
"resolved": "4.3.1",
"contentHash": "798HDjDWfo2/BVWAeqIny3hRP2z/uk2EVeTeFB69EGHQWxFZ1oVXRaobtOdkzBF4b/olUuWXDJzgtW63aBRDxg=="
"requested": "[4.3.2, )",
"resolved": "4.3.2",
"contentHash": "puVXayXNmEu7MFQSUswGmUjOy3M3baprMbkLl5PAutpeDoGTr+jPv33qAYsqxywi2wJCq8l/O3EhHoLulPE1iQ=="
},
"NUnit.Analyzers": {
"type": "Direct",
Expand All @@ -72,11 +72,8 @@
},
"AngleSharp": {
"type": "Transitive",
"resolved": "1.1.2",
"contentHash": "aRFpAqixbuj1Vmqy2hsWPF0PJygo1SfjvmpBvVWZv6i+/u+C/L4wDdwFIzyCGUbjqr61NsZdPNPqDE8wlmG2qA==",
"dependencies": {
"System.Text.Encoding.CodePages": "8.0.0"
}
"resolved": "1.2.0",
"contentHash": "uF/PzSCVcb+b2nqVvHZbOqexoJ9R6QLjonugPf0PQl+0h7YKaFZeXyspctbHe5HGlx7/Iuk5BErtk+t63ac/ZA=="
},
"Flurl": {
"type": "Transitive",
Expand Down Expand Up @@ -685,11 +682,6 @@
"resolved": "1.6.0",
"contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ=="
},
"System.Text.Encoding.CodePages": {
"type": "Transitive",
"resolved": "8.0.0",
"contentHash": "OZIsVplFGaVY90G2SbpgU7EnCoOO5pw1t4ic21dBF3/1omrJFpAGoNAVpPyMVOC90/hvgkGG3VFqR13YgZMQfg=="
},
"lullaby": {
"type": "Project",
"dependencies": {
Expand All @@ -712,7 +704,7 @@
"lullaby.common": {
"type": "Project",
"dependencies": {
"AngleSharp": "[1.1.2, )",
"AngleSharp": "[1.2.0, )",
"Flurl": "[4.0.0, )",
"Microsoft.AspNetCore.WebUtilities": "[9.0.0, )",
"Microsoft.Extensions.DependencyInjection": "[9.0.0, )",
Expand Down
14 changes: 3 additions & 11 deletions Lullaby/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,8 @@
},
"AngleSharp": {
"type": "Transitive",
"resolved": "1.1.2",
"contentHash": "aRFpAqixbuj1Vmqy2hsWPF0PJygo1SfjvmpBvVWZv6i+/u+C/L4wDdwFIzyCGUbjqr61NsZdPNPqDE8wlmG2qA==",
"dependencies": {
"System.Text.Encoding.CodePages": "8.0.0"
}
"resolved": "1.2.0",
"contentHash": "uF/PzSCVcb+b2nqVvHZbOqexoJ9R6QLjonugPf0PQl+0h7YKaFZeXyspctbHe5HGlx7/Iuk5BErtk+t63ac/ZA=="
},
"Flurl": {
"type": "Transitive",
Expand Down Expand Up @@ -629,11 +626,6 @@
"resolved": "6.0.0",
"contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
},
"System.Text.Encoding.CodePages": {
"type": "Transitive",
"resolved": "8.0.0",
"contentHash": "OZIsVplFGaVY90G2SbpgU7EnCoOO5pw1t4ic21dBF3/1omrJFpAGoNAVpPyMVOC90/hvgkGG3VFqR13YgZMQfg=="
},
"System.Text.Json": {
"type": "Transitive",
"resolved": "9.0.0",
Expand All @@ -647,7 +639,7 @@
"lullaby.common": {
"type": "Project",
"dependencies": {
"AngleSharp": "[1.1.2, )",
"AngleSharp": "[1.2.0, )",
"Flurl": "[4.0.0, )",
"Microsoft.AspNetCore.WebUtilities": "[9.0.0, )",
"Microsoft.Extensions.DependencyInjection": "[9.0.0, )",
Expand Down

0 comments on commit 0907fb4

Please sign in to comment.