Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/TodoApp.Infrastructure/TodoApp.Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<ItemGroup>
<!-- Dapper data access. Providers: Microsoft.Data.Sqlite (local/tests) and
Microsoft.Data.SqlClient (Azure SQL), selected at runtime by Database:Provider. -->
<PackageReference Include="Dapper" Version="2.1.79" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.11" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.6" />
<PackageReference Include="Dapper" Version="2.1.86" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.12" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.7" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.22.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.76.0" />
<!-- Security override: pin the patched native SQLite (CVE-2025-6965 / NU1903).
Expand Down
30 changes: 15 additions & 15 deletions src/TodoApp.Infrastructure/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net10.0": {
"Dapper": {
"type": "Direct",
"requested": "[2.1.79, )",
"resolved": "2.1.79",
"contentHash": "8YijbzgTfmqmQOnVNorYM6K++pxqnW3nJ4aC1sRHzxUA2CcuoJ9gsTem3kgBnPRMc38zZHl4Esb6hAezXIEEuw=="
"requested": "[2.1.86, )",
"resolved": "2.1.86",
"contentHash": "v5wQfl9GfHhfTeFhorWTefa8c1Ev4HO8VF8i8wbSdZkq+P/az+1DTcqpkz8s9lMGyFf9kvoeJ+b2ABShW4cuIA=="
},
"Google.Apis.Auth": {
"type": "Direct",
Expand All @@ -21,13 +21,13 @@
},
"Microsoft.Data.SqlClient": {
"type": "Direct",
"requested": "[6.1.6, )",
"resolved": "6.1.6",
"contentHash": "6abRPXrjjEWxcNkTomBIzBdGolYnwD0ykP+6YAynaEEfKlGe94ZSQd58pggucusp28xUA7wLo9XcvzU92ZuF6Q==",
"requested": "[6.1.7, )",
"resolved": "6.1.7",
"contentHash": "NipUfw4MfNxdiVPekCxuLyTZ0GK68tXW0pmCzp8zK+foDHNMdd9fttxP0SIook03U5oy83vAsHCBNhTz+uqXNA==",
"dependencies": {
"Azure.Core": "1.50.0",
"Azure.Identity": "1.17.1",
"Microsoft.Data.SqlClient.SNI.runtime": "6.0.2",
"Microsoft.Data.SqlClient.SNI.runtime": "6.0.3",
"Microsoft.Identity.Client": "4.84.2",
"Microsoft.Identity.Client.Broker": "4.84.2",
"Microsoft.IdentityModel.JsonWebTokens": "7.7.1",
Expand All @@ -40,11 +40,11 @@
},
"Microsoft.Data.Sqlite": {
"type": "Direct",
"requested": "[10.0.11, )",
"resolved": "10.0.11",
"contentHash": "7je7UELzm131GiLYc4PpZvfKXIgIyzPM+v+tjcd/nbnuWRfgcONYKzDTqJlURxwVCFsVnlpmq6y6yn4qvR8QXQ==",
"requested": "[10.0.12, )",
"resolved": "10.0.12",
"contentHash": "xUq9xUc653ue7ac2rMfCaf8UQN+U3zS8poWYlugycpvJllplMM0Mk7v/+MM0CTlu9zGvbGML4BPH8YWhrUOfGw==",
"dependencies": {
"Microsoft.Data.Sqlite.Core": "10.0.11",
"Microsoft.Data.Sqlite.Core": "10.0.12",
"SQLitePCLRaw.bundle_e_sqlite3": "2.1.12",
"SQLitePCLRaw.core": "2.1.12"
}
Expand Down Expand Up @@ -139,13 +139,13 @@
},
"Microsoft.Data.SqlClient.SNI.runtime": {
"type": "Transitive",
"resolved": "6.0.2",
"contentHash": "f+pRODTWX7Y67jXO3T5S2dIPZ9qMJNySjlZT/TKmWVNWe19N8jcWmHaqHnnchaq3gxEKv1SWVY5EFzOD06l41w=="
"resolved": "6.0.3",
"contentHash": "kt2JDsmcFGzeanCo6hJNalMcjEvgtYoxSQjqh00Nm1xXmahHzuR48TxjS1nq/lpnYh+g+wLqD5D9WSz8xsybhw=="
},
"Microsoft.Data.Sqlite.Core": {
"type": "Transitive",
"resolved": "10.0.11",
"contentHash": "hubA20AGenQ4Sx0ElWaPpB8DISjXpdx463+1zOGRslsT0e/t/06ITv+pHsop8CcJ0d8PZLfgnT7juCDVD79Dkw==",
"resolved": "10.0.12",
"contentHash": "2aL9eL5HQr0V4b8V909SD+jQAx6qnTTl7sT/v3D8dIvmr2UGdpZIQxqm1pj2Js3e4EYTvpw0oMH7DjapJJuPPw==",
"dependencies": {
"SQLitePCLRaw.core": "2.1.12"
}
Expand Down
2 changes: 1 addition & 1 deletion src/TodoApp.WebApi/TodoApp.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.12" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" />
<!-- Optional Azure Key Vault configuration source (activated only when KeyVault:Uri is set). -->
<PackageReference Include="Azure.Identity" Version="1.21.0" />
Expand Down
36 changes: 18 additions & 18 deletions src/TodoApp.WebApi/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
},
"Microsoft.AspNetCore.Authentication.JwtBearer": {
"type": "Direct",
"requested": "[10.0.11, )",
"resolved": "10.0.11",
"contentHash": "Dy9yElSej0rVQL8LBpCLatWTKXNH6h6VBVFmGndTCf1Wge0jSvH9U8mml6ddVDAQ089q1/fDYlhyukHSgx8unQ==",
"requested": "[10.0.12, )",
"resolved": "10.0.12",
"contentHash": "DeE+Bq2OqB3FikFkZk+7gFBeLOQhkSolejLrbi+a9zpfvXtW1Ff6Nd6DIvHXIm+pc4aM4+52vDy3jnuau0qoUQ==",
"dependencies": {
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.19.2"
}
Expand Down Expand Up @@ -64,8 +64,8 @@
},
"Dapper": {
"type": "Transitive",
"resolved": "2.1.79",
"contentHash": "8YijbzgTfmqmQOnVNorYM6K++pxqnW3nJ4aC1sRHzxUA2CcuoJ9gsTem3kgBnPRMc38zZHl4Esb6hAezXIEEuw=="
"resolved": "2.1.86",
"contentHash": "v5wQfl9GfHhfTeFhorWTefa8c1Ev4HO8VF8i8wbSdZkq+P/az+1DTcqpkz8s9lMGyFf9kvoeJ+b2ABShW4cuIA=="
},
"FluentValidation": {
"type": "Transitive",
Expand Down Expand Up @@ -131,12 +131,12 @@
},
"Microsoft.Data.SqlClient": {
"type": "Transitive",
"resolved": "6.1.6",
"contentHash": "6abRPXrjjEWxcNkTomBIzBdGolYnwD0ykP+6YAynaEEfKlGe94ZSQd58pggucusp28xUA7wLo9XcvzU92ZuF6Q==",
"resolved": "6.1.7",
"contentHash": "NipUfw4MfNxdiVPekCxuLyTZ0GK68tXW0pmCzp8zK+foDHNMdd9fttxP0SIook03U5oy83vAsHCBNhTz+uqXNA==",
"dependencies": {
"Azure.Core": "1.50.0",
"Azure.Identity": "1.17.1",
"Microsoft.Data.SqlClient.SNI.runtime": "6.0.2",
"Microsoft.Data.SqlClient.SNI.runtime": "6.0.3",
"Microsoft.Identity.Client": "4.84.2",
"Microsoft.Identity.Client.Broker": "4.84.2",
"Microsoft.IdentityModel.JsonWebTokens": "7.7.1",
Expand All @@ -149,23 +149,23 @@
},
"Microsoft.Data.SqlClient.SNI.runtime": {
"type": "Transitive",
"resolved": "6.0.2",
"contentHash": "f+pRODTWX7Y67jXO3T5S2dIPZ9qMJNySjlZT/TKmWVNWe19N8jcWmHaqHnnchaq3gxEKv1SWVY5EFzOD06l41w=="
"resolved": "6.0.3",
"contentHash": "kt2JDsmcFGzeanCo6hJNalMcjEvgtYoxSQjqh00Nm1xXmahHzuR48TxjS1nq/lpnYh+g+wLqD5D9WSz8xsybhw=="
},
"Microsoft.Data.Sqlite": {
"type": "Transitive",
"resolved": "10.0.11",
"contentHash": "7je7UELzm131GiLYc4PpZvfKXIgIyzPM+v+tjcd/nbnuWRfgcONYKzDTqJlURxwVCFsVnlpmq6y6yn4qvR8QXQ==",
"resolved": "10.0.12",
"contentHash": "xUq9xUc653ue7ac2rMfCaf8UQN+U3zS8poWYlugycpvJllplMM0Mk7v/+MM0CTlu9zGvbGML4BPH8YWhrUOfGw==",
"dependencies": {
"Microsoft.Data.Sqlite.Core": "10.0.11",
"Microsoft.Data.Sqlite.Core": "10.0.12",
"SQLitePCLRaw.bundle_e_sqlite3": "2.1.12",
"SQLitePCLRaw.core": "2.1.12"
}
},
"Microsoft.Data.Sqlite.Core": {
"type": "Transitive",
"resolved": "10.0.11",
"contentHash": "hubA20AGenQ4Sx0ElWaPpB8DISjXpdx463+1zOGRslsT0e/t/06ITv+pHsop8CcJ0d8PZLfgnT7juCDVD79Dkw==",
"resolved": "10.0.12",
"contentHash": "2aL9eL5HQr0V4b8V909SD+jQAx6qnTTl7sT/v3D8dIvmr2UGdpZIQxqm1pj2Js3e4EYTvpw0oMH7DjapJJuPPw==",
"dependencies": {
"SQLitePCLRaw.core": "2.1.12"
}
Expand Down Expand Up @@ -384,10 +384,10 @@
"todoapp.infrastructure": {
"type": "Project",
"dependencies": {
"Dapper": "[2.1.79, )",
"Dapper": "[2.1.86, )",
"Google.Apis.Auth": "[1.76.0, )",
"Microsoft.Data.SqlClient": "[6.1.6, )",
"Microsoft.Data.Sqlite": "[10.0.11, )",
"Microsoft.Data.SqlClient": "[6.1.7, )",
"Microsoft.Data.Sqlite": "[10.0.12, )",
"SQLitePCLRaw.lib.e_sqlite3": "[3.53.3, )",
"System.IdentityModel.Tokens.Jwt": "[8.22.0, )",
"TodoApp.Application": "[1.0.0, )",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.9.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.11" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.10.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.12" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="4.0.0" />
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<!-- SQLite for the in-memory integration test database (schema built by SchemaInitializer). -->
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.11" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.12" />
<!-- Security override: patched native SQLite (CVE-2025-6965 / NU1903). See Infrastructure.csproj. -->
<PackageReference Include="SQLitePCLRaw.lib.e_sqlite3" Version="3.53.3" />
</ItemGroup>
Expand Down
Loading