Skip to content

Commit a798a56

Browse files
Bump the nuget-patches group with 6 updates
Bumps Azure.Identity from 1.17.1 to 1.17.2 Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 10.0.3 to 10.0.6 Bumps Microsoft.EntityFrameworkCore from 10.0.3 to 10.0.6 Bumps Microsoft.EntityFrameworkCore.Design from 10.0.3 to 10.0.6 Bumps Microsoft.EntityFrameworkCore.SqlServer from 10.0.3 to 10.0.6 Bumps Swashbuckle.AspNetCore from 10.1.3 to 10.1.7 --- updated-dependencies: - dependency-name: Azure.Identity dependency-version: 1.17.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-patches - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-version: 10.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-patches - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 10.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-patches - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 10.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-patches - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-version: 10.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-patches - dependency-name: Swashbuckle.AspNetCore dependency-version: 10.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-patches ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3dc37aa commit a798a56

6 files changed

Lines changed: 118 additions & 118 deletions

File tree

src/Gatherstead.Api/Gatherstead.Api.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.3" />
10-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.3" />
11-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.3" />
12-
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.3" />
9+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.6" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.6" />
11+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.6" />
12+
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.7" />
1313
</ItemGroup>
1414
<ItemGroup>
1515
<ProjectReference Include="..\Gatherstead.Data\Gatherstead.Data.csproj" />

src/Gatherstead.Api/packages.lock.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,43 @@
44
"net10.0": {
55
"Microsoft.AspNetCore.Authentication.JwtBearer": {
66
"type": "Direct",
7-
"requested": "[10.0.3, )",
8-
"resolved": "10.0.3",
9-
"contentHash": "TBDs8e9y2vJHp14EwNfnIZUNrm6siw8PAAU5laOrYFuGgRxx8oCdxZyfTgp1Oy/icUk9h/XtpYBHPnXIG0f2/g==",
7+
"requested": "[10.0.6, )",
8+
"resolved": "10.0.6",
9+
"contentHash": "JVPyTTr5J/Z5PikptDP2g8qwNJBJ09GZ7yHpaPDAMZ0qKeA2ZKqpZhUNJk1clBqZJeMj2T7gZ5o6oOrmLxuBdw==",
1010
"dependencies": {
1111
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1"
1212
}
1313
},
1414
"Microsoft.EntityFrameworkCore": {
1515
"type": "Direct",
16-
"requested": "[10.0.3, )",
17-
"resolved": "10.0.3",
18-
"contentHash": "CDEImwD4A7BseABJMCpLZnhfFjmPY/bHwhhS70elc6gLI/bYUEOhxWt7PmaNGYGhIEzOnStlCy5QcVb+8dod5Q==",
16+
"requested": "[10.0.6, )",
17+
"resolved": "10.0.6",
18+
"contentHash": "eDy7bu3G+51FRC0cPtXTqUI9iAdDYl/XBQ5UguN8NFOA7QNmFvUEf36wA7PZ4ctsnxRN4t3dIvs2VKVE5H+EQQ==",
1919
"dependencies": {
20-
"Microsoft.EntityFrameworkCore.Abstractions": "10.0.3",
21-
"Microsoft.EntityFrameworkCore.Analyzers": "10.0.3"
20+
"Microsoft.EntityFrameworkCore.Abstractions": "10.0.6",
21+
"Microsoft.EntityFrameworkCore.Analyzers": "10.0.6"
2222
}
2323
},
2424
"Microsoft.EntityFrameworkCore.SqlServer": {
2525
"type": "Direct",
26-
"requested": "[10.0.3, )",
27-
"resolved": "10.0.3",
28-
"contentHash": "q0fUFQ4PG4uhKwP+D5dsvlDQbwNpEfWsag3HaoGzkkKj+OQ90ya9W0HuFtwigwEEqc/H1SzDZYUAv7Ya1hh5ow==",
26+
"requested": "[10.0.6, )",
27+
"resolved": "10.0.6",
28+
"contentHash": "07TkaZNqIsbzY4IhPO5Puag3wzVlhL4uJ+5x4wNLgp/Teen8fWh3sPdL2+OaboFBTeNOTo5vxpH2N6n52iX8ow==",
2929
"dependencies": {
3030
"Microsoft.Data.SqlClient": "6.1.1",
31-
"Microsoft.EntityFrameworkCore.Relational": "10.0.3"
31+
"Microsoft.EntityFrameworkCore.Relational": "10.0.6"
3232
}
3333
},
3434
"Swashbuckle.AspNetCore": {
3535
"type": "Direct",
36-
"requested": "[10.1.3, )",
37-
"resolved": "10.1.3",
38-
"contentHash": "dKB0nT1DUHdoC6ZWHHugRrXUJTZps+CewabK2/jmaRrQknwrYvzvow//7vU/8rFWdZ1iD9RQYyPegQmK6nfBBg==",
36+
"requested": "[10.1.7, )",
37+
"resolved": "10.1.7",
38+
"contentHash": "vgef8DPT411JU5JjHiDbr0WOxsIVuAvegPGtqmm4Na4JRl/264dfBJcGkiPHsAr5P+Vda+qN1rZKRtBl1rF9aA==",
3939
"dependencies": {
4040
"Microsoft.Extensions.ApiDescription.Server": "10.0.0",
41-
"Swashbuckle.AspNetCore.Swagger": "10.1.3",
42-
"Swashbuckle.AspNetCore.SwaggerGen": "10.1.3",
43-
"Swashbuckle.AspNetCore.SwaggerUI": "10.1.3"
41+
"Swashbuckle.AspNetCore.Swagger": "10.1.7",
42+
"Swashbuckle.AspNetCore.SwaggerGen": "10.1.7",
43+
"Swashbuckle.AspNetCore.SwaggerUI": "10.1.7"
4444
}
4545
},
4646
"Azure.Core": {
@@ -96,20 +96,20 @@
9696
},
9797
"Microsoft.EntityFrameworkCore.Abstractions": {
9898
"type": "Transitive",
99-
"resolved": "10.0.3",
100-
"contentHash": "c7Uoz381xnMHNBRB8eHRhGgzUtXbgddlbODhwZRrTSzZWDharp3RkJsFwhxyESbeXhCqmML7VdvjMQ7uu+HreA=="
99+
"resolved": "10.0.6",
100+
"contentHash": "4F+e6uxhVmyduu+Ve1INxek94adt4RAddWqykXNDnOOWQrJJ20izw/9qRpZdkLnIW9oj/3qnLWUtsv37U0xJCw=="
101101
},
102102
"Microsoft.EntityFrameworkCore.Analyzers": {
103103
"type": "Transitive",
104-
"resolved": "10.0.3",
105-
"contentHash": "lVABgJTyTUNE7Bi0bSu4dWHiCHIXEGzTh/kLh0N07IgU/tIKwTeBPp8tgV4x2iKj4h7iPLo8oXzyHmLDGtAE1g=="
104+
"resolved": "10.0.6",
105+
"contentHash": "PIcmALdKzeSJNWmxsLDsS8XKFqiH5+9GzIM+qd3w1efYIwmO0w5304i37/SkfynctHZwkiiQjb2mkoIXU1CGZg=="
106106
},
107107
"Microsoft.EntityFrameworkCore.Relational": {
108108
"type": "Transitive",
109-
"resolved": "10.0.3",
110-
"contentHash": "Pmh60OK9neVr/M0FJwm9hlzm2bD4Kd65SID8E6SP5c90tExNgXwORrlEWl0oGU/ig9ifpNN4PSpIrnHNozlT5w==",
109+
"resolved": "10.0.6",
110+
"contentHash": "t+pXPUjiAemBTstY57yUAoywOO6znVD3lwy7UERJpji0wmS70XHg0h8EcpX6+7KT6ZVCIndr1pW0GdOobZ4yCg==",
111111
"dependencies": {
112-
"Microsoft.EntityFrameworkCore": "10.0.3"
112+
"Microsoft.EntityFrameworkCore": "10.0.6"
113113
}
114114
},
115115
"Microsoft.Extensions.ApiDescription.Server": {
@@ -192,24 +192,24 @@
192192
},
193193
"Swashbuckle.AspNetCore.Swagger": {
194194
"type": "Transitive",
195-
"resolved": "10.1.3",
196-
"contentHash": "rKvcTzaqQ60jLaBpPLjUmdE9WCnraOMBJ8p6AtBh9eCqnzwmXREWTyJjXMK6W693aGqHr5DiGTG/J+WT0c/PNg==",
195+
"resolved": "10.1.7",
196+
"contentHash": "EjLibt/d/QuRv170GoihTbcPUpgzSFm2WKHhnGJFZQ03JYzfuitsM79azaAR8NBwRunU7yScSX6HRE5JUlrEMQ==",
197197
"dependencies": {
198198
"Microsoft.OpenApi": "2.4.1"
199199
}
200200
},
201201
"Swashbuckle.AspNetCore.SwaggerGen": {
202202
"type": "Transitive",
203-
"resolved": "10.1.3",
204-
"contentHash": "oacu0ikOWzYUwxu0+4507nE/EswJYmgPI1CQNFAO5U9xZMQYjX0wKx9k7udbLIAKN3P6epvnkdgd1Q72xiIZDw==",
203+
"resolved": "10.1.7",
204+
"contentHash": "PuubO9BjvNn6U3D9kLpuWKY1JtziWw7SsGBq0age1E50uQjQ8Fzl8s0EwzrLfANqYJNgDnJi9l7N1QxcGVB2Zw==",
205205
"dependencies": {
206-
"Swashbuckle.AspNetCore.Swagger": "10.1.3"
206+
"Swashbuckle.AspNetCore.Swagger": "10.1.7"
207207
}
208208
},
209209
"Swashbuckle.AspNetCore.SwaggerUI": {
210210
"type": "Transitive",
211-
"resolved": "10.1.3",
212-
"contentHash": "vraEBz1/68+DTd0utiGvjYt1BqCoSY0RqFk0jJaxvrFwO/alL9VlsYOgNNGnbFH8fJksPfVdNvm1qJ4A+qBSvQ=="
211+
"resolved": "10.1.7",
212+
"contentHash": "iJo3ODyUb/M8Vm8AH1r9y9iAba0w95xsCn3zFVl96ISRHbTDWxi+l7oFVCZqUEdjd97B8VMDPnMliWAdomR8uw=="
213213
},
214214
"System.ClientModel": {
215215
"type": "Transitive",
@@ -254,8 +254,8 @@
254254
"gatherstead.data": {
255255
"type": "Project",
256256
"dependencies": {
257-
"Microsoft.EntityFrameworkCore": "[10.0.3, )",
258-
"Microsoft.EntityFrameworkCore.SqlServer": "[10.0.3, )"
257+
"Microsoft.EntityFrameworkCore": "[10.0.6, )",
258+
"Microsoft.EntityFrameworkCore.SqlServer": "[10.0.6, )"
259259
}
260260
}
261261
}

src/Gatherstead.Data.Setup/Gatherstead.Data.Setup.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Azure.Identity" Version="1.17.1" />
12+
<PackageReference Include="Azure.Identity" Version="1.17.2" />
1313
<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.0" />
1414
<PackageReference Include="Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider" Version="7.0.0" />
1515
</ItemGroup>

src/Gatherstead.Data.Setup/packages.lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"net10.0": {
55
"Azure.Identity": {
66
"type": "Direct",
7-
"requested": "[1.17.1, )",
8-
"resolved": "1.17.1",
9-
"contentHash": "MSZkBrctcpiGxs9Cvr2VKKoN6qFLZlP3I6xuCWJ9iTgitI5Rgxtk5gfOSpXPZE3+CJmZ/mnqpQyGyjawFn5Vvg==",
7+
"requested": "[1.17.2, )",
8+
"resolved": "1.17.2",
9+
"contentHash": "WLI9tc1NwOzvncfSfut5w/qv4f4ZC+l4JK0XXNZCMjZn6MDAgytZsNAJBI3MJs+XcPGBikedYv/dLMXryLQBeg==",
1010
"dependencies": {
1111
"Azure.Core": "1.50.0",
12-
"Microsoft.Identity.Client": "4.78.0",
13-
"Microsoft.Identity.Client.Extensions.Msal": "4.78.0"
12+
"Microsoft.Identity.Client": "4.83.1",
13+
"Microsoft.Identity.Client.Extensions.Msal": "4.83.1"
1414
}
1515
},
1616
"Microsoft.Data.SqlClient": {
@@ -176,18 +176,18 @@
176176
},
177177
"Microsoft.Identity.Client": {
178178
"type": "Transitive",
179-
"resolved": "4.78.0",
180-
"contentHash": "vZ50HE9INSN+Ew8pCgTm0t7wzxQTqozF9L4MAsl64etXz0Teo0dbUvjpVzqDHRs6m1Vn8mHF04fGaxXrIvGpsg==",
179+
"resolved": "4.83.1",
180+
"contentHash": "jOLIrZ3cynoqHLLO1cXplFFabrhrMEYs/EuKHvmCyrOm1axqiVFT6nCSnHxk7w5+d2BeQfCdM12Yf/0X7OeS1g==",
181181
"dependencies": {
182182
"Microsoft.IdentityModel.Abstractions": "8.14.0"
183183
}
184184
},
185185
"Microsoft.Identity.Client.Extensions.Msal": {
186186
"type": "Transitive",
187-
"resolved": "4.78.0",
188-
"contentHash": "DYU9o+DrDQuyZxeq91GBA9eNqBvA3ZMkLzQpF7L9dTk6FcIBM1y1IHXWqiKXTvptPF7CZE59upbyUoa+FJ5eiA==",
187+
"resolved": "4.83.1",
188+
"contentHash": "I3k4J4Hj4KbLEFanjeUzzDOVecukETaTgEkJ7h2pP/Yazs6SLp6TVUTo/Eo+ptPXMwvc+iX7rBFtMSUrA7R+Mg==",
189189
"dependencies": {
190-
"Microsoft.Identity.Client": "4.78.0",
190+
"Microsoft.Identity.Client": "4.83.1",
191191
"System.Security.Cryptography.ProtectedData": "4.5.0"
192192
}
193193
},

src/Gatherstead.Data/Gatherstead.Data.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.3" />
10-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.3">
9+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.6" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.6">
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
<PrivateAssets>all</PrivateAssets>
1313
</PackageReference>
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.3" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.6" />
1515
</ItemGroup>
1616
</Project>

0 commit comments

Comments
 (0)