Skip to content

Commit d2c974d

Browse files
Bump Azure.Identity from 1.20.0 to 1.21.0
--- updated-dependencies: - dependency-name: Azure.Identity dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 430f0c7 commit d2c974d

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

src/PSRule.Rules.Azure.Tool/PSRule.Rules.Azure.Tool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<ItemGroup>
2626
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.5" />
2727
<PackageReference Include="System.CommandLine" Version="2.0.5" />
28-
<PackageReference Include="Azure.Identity" Version="1.20.0" />
28+
<PackageReference Include="Azure.Identity" Version="1.21.0" />
2929
<PackageReference Include="Azure.Identity.Broker" Version="1.5.0" />
3030
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.13" />
3131
<PackageReference Include="System.Management.Automation" Version="7.4.13" />

src/PSRule.Rules.Azure.Tool/packages.lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,11 @@
44
"net8.0": {
55
"Azure.Identity": {
66
"type": "Direct",
7-
"requested": "[1.20.0, )",
8-
"resolved": "1.20.0",
9-
"contentHash": "yWOcmVL3SP5aVZqJ24V8IXdGRT6GW3/SD/al2w1Xe0MIcT8DuXpPOyKE9Pbk8/XxMtjHX14A82U6gwvDaU/GIw==",
7+
"requested": "[1.21.0, )",
8+
"resolved": "1.21.0",
9+
"contentHash": "GeFv8sGwRKvDKwI2WFy8r0mhmlxEVZg24Sit2NogTjiSO8RVjllWM65OT6e1sKjOvG8V74y7hAbaELUUPjZQSw==",
1010
"dependencies": {
11-
"Azure.Core": "1.52.0",
12-
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
13-
"Microsoft.Extensions.Hosting.Abstractions": "10.0.3",
14-
"Microsoft.Identity.Client": "4.83.1",
15-
"Microsoft.Identity.Client.Extensions.Msal": "4.83.1"
11+
"Azure.Core": "1.53.0"
1612
}
1713
},
1814
"Azure.Identity.Broker": {
@@ -142,10 +138,14 @@
142138
},
143139
"Azure.Core": {
144140
"type": "Transitive",
145-
"resolved": "1.52.0",
146-
"contentHash": "If2gP0B4kDAwOw3kvMFs7gEounDhLyeleoWMih0xPdGAvhKpcWQwoPI3L/L0gmcQt0hrtqDnRni1jaIaxwdL7w==",
141+
"resolved": "1.53.0",
142+
"contentHash": "x9c/toFMOtRrlTdFuE7rlGCVAduQzWVfKmLz5juj41zJAXEhYD5hluiUyyAEzJ6OxpBnKtiaBztzwpZITAVjtg==",
147143
"dependencies": {
148144
"Microsoft.Bcl.AsyncInterfaces": "10.0.3",
145+
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
146+
"Microsoft.Extensions.Hosting.Abstractions": "10.0.3",
147+
"Microsoft.Identity.Client": "4.83.1",
148+
"Microsoft.Identity.Client.Extensions.Msal": "4.83.1",
149149
"System.ClientModel": "1.10.0",
150150
"System.Diagnostics.DiagnosticSource": "10.0.3",
151151
"System.Memory.Data": "10.0.3",

0 commit comments

Comments
 (0)