Skip to content

Commit

Permalink
build(deps): update dependency azure.identity to 1.13.1 (#238)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent 3a42686 commit 85fc65e
Show file tree
Hide file tree
Showing 8 changed files with 152 additions and 152 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<CentralPackageVersionOverrideEnabled>false</CentralPackageVersionOverrideEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Azure.Identity" Version="1.13.0" />
<PackageVersion Include="Azure.Identity" Version="1.13.1" />
<PackageVersion Include="Azure.Security.KeyVault.Secrets" Version="4.7.0" />
<PackageVersion Include="BenchmarkDotNet" Version="0.14.0" />
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
Expand Down
22 changes: 11 additions & 11 deletions perf/AzureKeyVaultReference.Benchmark/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,19 +190,19 @@
},
"Microsoft.Identity.Client": {
"type": "Transitive",
"resolved": "4.65.0",
"contentHash": "RV35ZcJ5/P7n+Zu6J3wmtiDdK6MW5h6EpZ0ojjB9sMwNhGHEJCv829cb3kZ4PZ664llYFv8sbUITWWGvBTqv0Q==",
"resolved": "4.66.1",
"contentHash": "mE+m3pZ7zSKocSubKXxwZcUrCzLflC86IdLxrVjS8tialy0b1L+aECBqRBC/ykcPlB4y7skg49TaTiA+O2UfDw==",
"dependencies": {
"Microsoft.IdentityModel.Abstractions": "6.35.0",
"System.Diagnostics.DiagnosticSource": "6.0.1"
}
},
"Microsoft.Identity.Client.Extensions.Msal": {
"type": "Transitive",
"resolved": "4.65.0",
"contentHash": "JIOBFMAyVSqGWP4dNoST+A9BRJMGC8m73BNbR1oKA8nUjGyR8Fd4eOOME/VDrd26I5JWU4RtmWqpt20lpp2r5w==",
"resolved": "4.66.1",
"contentHash": "osgt1J9Rve3LO7wXqpWoFx9UFjl0oeqoUMK/xEru7dvafQ28RgV1A17CoCGCCRSUbgDQ4Arg5FgGK2lQ3lXR4A==",
"dependencies": {
"Microsoft.Identity.Client": "4.65.0",
"Microsoft.Identity.Client": "4.66.1",
"System.Security.Cryptography.ProtectedData": "4.5.0"
}
},
Expand Down Expand Up @@ -423,7 +423,7 @@
"Raiqub.AzureKeyVaultReference": {
"type": "Project",
"dependencies": {
"Azure.Identity": "[1.13.0, )",
"Azure.Identity": "[1.13.1, )",
"Azure.Security.KeyVault.Secrets": "[4.7.0, )"
}
},
Expand All @@ -439,13 +439,13 @@
},
"Azure.Identity": {
"type": "CentralTransitive",
"requested": "[1.13.0, )",
"resolved": "1.13.0",
"contentHash": "UMYCdapkVRojCtXqUmrWMAEV/i1N5haRcQ481oBmXn+kpq1zLJXiL6ESghbxbE0QV5zvewUJIy/IZcvijcpLfg==",
"requested": "[1.13.1, )",
"resolved": "1.13.1",
"contentHash": "4eeK9XztjTmvA4WN+qAvlUCSxSv45+LqTMeC8XT2giGGZHKthTMU2IuXcHjAOf5VLH3wE3Bo6EwhIcJxVB8RmQ==",
"dependencies": {
"Azure.Core": "1.44.1",
"Microsoft.Identity.Client": "4.65.0",
"Microsoft.Identity.Client.Extensions.Msal": "4.65.0",
"Microsoft.Identity.Client": "4.66.1",
"Microsoft.Identity.Client.Extensions.Msal": "4.66.1",
"System.Memory": "4.5.5",
"System.Text.Json": "6.0.10",
"System.Threading.Tasks.Extensions": "4.5.4"
Expand Down
22 changes: 11 additions & 11 deletions samples/SampleWebApplication/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,19 +148,19 @@
},
"Microsoft.Identity.Client": {
"type": "Transitive",
"resolved": "4.65.0",
"contentHash": "RV35ZcJ5/P7n+Zu6J3wmtiDdK6MW5h6EpZ0ojjB9sMwNhGHEJCv829cb3kZ4PZ664llYFv8sbUITWWGvBTqv0Q==",
"resolved": "4.66.1",
"contentHash": "mE+m3pZ7zSKocSubKXxwZcUrCzLflC86IdLxrVjS8tialy0b1L+aECBqRBC/ykcPlB4y7skg49TaTiA+O2UfDw==",
"dependencies": {
"Microsoft.IdentityModel.Abstractions": "6.35.0",
"System.Diagnostics.DiagnosticSource": "6.0.1"
}
},
"Microsoft.Identity.Client.Extensions.Msal": {
"type": "Transitive",
"resolved": "4.65.0",
"contentHash": "JIOBFMAyVSqGWP4dNoST+A9BRJMGC8m73BNbR1oKA8nUjGyR8Fd4eOOME/VDrd26I5JWU4RtmWqpt20lpp2r5w==",
"resolved": "4.66.1",
"contentHash": "osgt1J9Rve3LO7wXqpWoFx9UFjl0oeqoUMK/xEru7dvafQ28RgV1A17CoCGCCRSUbgDQ4Arg5FgGK2lQ3lXR4A==",
"dependencies": {
"Microsoft.Identity.Client": "4.65.0",
"Microsoft.Identity.Client": "4.66.1",
"System.Security.Cryptography.ProtectedData": "4.5.0"
}
},
Expand Down Expand Up @@ -265,7 +265,7 @@
"Raiqub.AzureKeyVaultReference": {
"type": "Project",
"dependencies": {
"Azure.Identity": "[1.13.0, )",
"Azure.Identity": "[1.13.1, )",
"Azure.Security.KeyVault.Secrets": "[4.7.0, )"
}
},
Expand All @@ -281,13 +281,13 @@
},
"Azure.Identity": {
"type": "CentralTransitive",
"requested": "[1.13.0, )",
"resolved": "1.13.0",
"contentHash": "UMYCdapkVRojCtXqUmrWMAEV/i1N5haRcQ481oBmXn+kpq1zLJXiL6ESghbxbE0QV5zvewUJIy/IZcvijcpLfg==",
"requested": "[1.13.1, )",
"resolved": "1.13.1",
"contentHash": "4eeK9XztjTmvA4WN+qAvlUCSxSv45+LqTMeC8XT2giGGZHKthTMU2IuXcHjAOf5VLH3wE3Bo6EwhIcJxVB8RmQ==",
"dependencies": {
"Azure.Core": "1.44.1",
"Microsoft.Identity.Client": "4.65.0",
"Microsoft.Identity.Client.Extensions.Msal": "4.65.0",
"Microsoft.Identity.Client": "4.66.1",
"Microsoft.Identity.Client.Extensions.Msal": "4.66.1",
"System.Memory": "4.5.5",
"System.Text.Json": "6.0.10",
"System.Threading.Tasks.Extensions": "4.5.4"
Expand Down
22 changes: 11 additions & 11 deletions samples/SampleWorkerService/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,19 +264,19 @@
},
"Microsoft.Identity.Client": {
"type": "Transitive",
"resolved": "4.65.0",
"contentHash": "RV35ZcJ5/P7n+Zu6J3wmtiDdK6MW5h6EpZ0ojjB9sMwNhGHEJCv829cb3kZ4PZ664llYFv8sbUITWWGvBTqv0Q==",
"resolved": "4.66.1",
"contentHash": "mE+m3pZ7zSKocSubKXxwZcUrCzLflC86IdLxrVjS8tialy0b1L+aECBqRBC/ykcPlB4y7skg49TaTiA+O2UfDw==",
"dependencies": {
"Microsoft.IdentityModel.Abstractions": "6.35.0",
"System.Diagnostics.DiagnosticSource": "6.0.1"
}
},
"Microsoft.Identity.Client.Extensions.Msal": {
"type": "Transitive",
"resolved": "4.65.0",
"contentHash": "JIOBFMAyVSqGWP4dNoST+A9BRJMGC8m73BNbR1oKA8nUjGyR8Fd4eOOME/VDrd26I5JWU4RtmWqpt20lpp2r5w==",
"resolved": "4.66.1",
"contentHash": "osgt1J9Rve3LO7wXqpWoFx9UFjl0oeqoUMK/xEru7dvafQ28RgV1A17CoCGCCRSUbgDQ4Arg5FgGK2lQ3lXR4A==",
"dependencies": {
"Microsoft.Identity.Client": "4.65.0",
"Microsoft.Identity.Client": "4.66.1",
"System.Security.Cryptography.ProtectedData": "4.5.0"
}
},
Expand Down Expand Up @@ -360,7 +360,7 @@
"Raiqub.AzureKeyVaultReference": {
"type": "Project",
"dependencies": {
"Azure.Identity": "[1.13.0, )",
"Azure.Identity": "[1.13.1, )",
"Azure.Security.KeyVault.Secrets": "[4.7.0, )"
}
},
Expand All @@ -376,13 +376,13 @@
},
"Azure.Identity": {
"type": "CentralTransitive",
"requested": "[1.13.0, )",
"resolved": "1.13.0",
"contentHash": "UMYCdapkVRojCtXqUmrWMAEV/i1N5haRcQ481oBmXn+kpq1zLJXiL6ESghbxbE0QV5zvewUJIy/IZcvijcpLfg==",
"requested": "[1.13.1, )",
"resolved": "1.13.1",
"contentHash": "4eeK9XztjTmvA4WN+qAvlUCSxSv45+LqTMeC8XT2giGGZHKthTMU2IuXcHjAOf5VLH3wE3Bo6EwhIcJxVB8RmQ==",
"dependencies": {
"Azure.Core": "1.44.1",
"Microsoft.Identity.Client": "4.65.0",
"Microsoft.Identity.Client.Extensions.Msal": "4.65.0",
"Microsoft.Identity.Client": "4.66.1",
"Microsoft.Identity.Client.Extensions.Msal": "4.66.1",
"System.Memory": "4.5.5",
"System.Text.Json": "6.0.10",
"System.Threading.Tasks.Extensions": "4.5.4"
Expand Down
88 changes: 44 additions & 44 deletions src/AzureKeyVaultReference.Configuration/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,19 +189,19 @@
},
"Microsoft.Identity.Client": {
"type": "Transitive",
"resolved": "4.65.0",
"contentHash": "RV35ZcJ5/P7n+Zu6J3wmtiDdK6MW5h6EpZ0ojjB9sMwNhGHEJCv829cb3kZ4PZ664llYFv8sbUITWWGvBTqv0Q==",
"resolved": "4.66.1",
"contentHash": "mE+m3pZ7zSKocSubKXxwZcUrCzLflC86IdLxrVjS8tialy0b1L+aECBqRBC/ykcPlB4y7skg49TaTiA+O2UfDw==",
"dependencies": {
"Microsoft.IdentityModel.Abstractions": "6.35.0",
"System.Diagnostics.DiagnosticSource": "6.0.1"
}
},
"Microsoft.Identity.Client.Extensions.Msal": {
"type": "Transitive",
"resolved": "4.65.0",
"contentHash": "JIOBFMAyVSqGWP4dNoST+A9BRJMGC8m73BNbR1oKA8nUjGyR8Fd4eOOME/VDrd26I5JWU4RtmWqpt20lpp2r5w==",
"resolved": "4.66.1",
"contentHash": "osgt1J9Rve3LO7wXqpWoFx9UFjl0oeqoUMK/xEru7dvafQ28RgV1A17CoCGCCRSUbgDQ4Arg5FgGK2lQ3lXR4A==",
"dependencies": {
"Microsoft.Identity.Client": "4.65.0",
"Microsoft.Identity.Client": "4.66.1",
"System.IO.FileSystem.AccessControl": "5.0.0",
"System.Security.Cryptography.ProtectedData": "4.5.0"
}
Expand Down Expand Up @@ -340,20 +340,20 @@
"Raiqub.AzureKeyVaultReference": {
"type": "Project",
"dependencies": {
"Azure.Identity": "[1.13.0, )",
"Azure.Identity": "[1.13.1, )",
"Azure.Security.KeyVault.Secrets": "[4.7.0, )",
"IndexRange": "[1.0.3, )"
}
},
"Azure.Identity": {
"type": "CentralTransitive",
"requested": "[1.13.0, )",
"resolved": "1.13.0",
"contentHash": "UMYCdapkVRojCtXqUmrWMAEV/i1N5haRcQ481oBmXn+kpq1zLJXiL6ESghbxbE0QV5zvewUJIy/IZcvijcpLfg==",
"requested": "[1.13.1, )",
"resolved": "1.13.1",
"contentHash": "4eeK9XztjTmvA4WN+qAvlUCSxSv45+LqTMeC8XT2giGGZHKthTMU2IuXcHjAOf5VLH3wE3Bo6EwhIcJxVB8RmQ==",
"dependencies": {
"Azure.Core": "1.44.1",
"Microsoft.Identity.Client": "4.65.0",
"Microsoft.Identity.Client.Extensions.Msal": "4.65.0",
"Microsoft.Identity.Client": "4.66.1",
"Microsoft.Identity.Client.Extensions.Msal": "4.66.1",
"System.Memory": "4.5.5",
"System.Text.Json": "6.0.10",
"System.Threading.Tasks.Extensions": "4.5.4"
Expand Down Expand Up @@ -563,19 +563,19 @@
},
"Microsoft.Identity.Client": {
"type": "Transitive",
"resolved": "4.65.0",
"contentHash": "RV35ZcJ5/P7n+Zu6J3wmtiDdK6MW5h6EpZ0ojjB9sMwNhGHEJCv829cb3kZ4PZ664llYFv8sbUITWWGvBTqv0Q==",
"resolved": "4.66.1",
"contentHash": "mE+m3pZ7zSKocSubKXxwZcUrCzLflC86IdLxrVjS8tialy0b1L+aECBqRBC/ykcPlB4y7skg49TaTiA+O2UfDw==",
"dependencies": {
"Microsoft.IdentityModel.Abstractions": "6.35.0",
"System.Diagnostics.DiagnosticSource": "6.0.1"
}
},
"Microsoft.Identity.Client.Extensions.Msal": {
"type": "Transitive",
"resolved": "4.65.0",
"contentHash": "JIOBFMAyVSqGWP4dNoST+A9BRJMGC8m73BNbR1oKA8nUjGyR8Fd4eOOME/VDrd26I5JWU4RtmWqpt20lpp2r5w==",
"resolved": "4.66.1",
"contentHash": "osgt1J9Rve3LO7wXqpWoFx9UFjl0oeqoUMK/xEru7dvafQ28RgV1A17CoCGCCRSUbgDQ4Arg5FgGK2lQ3lXR4A==",
"dependencies": {
"Microsoft.Identity.Client": "4.65.0",
"Microsoft.Identity.Client": "4.66.1",
"System.IO.FileSystem.AccessControl": "5.0.0",
"System.Security.Cryptography.ProtectedData": "4.5.0"
}
Expand Down Expand Up @@ -709,20 +709,20 @@
"Raiqub.AzureKeyVaultReference": {
"type": "Project",
"dependencies": {
"Azure.Identity": "[1.13.0, )",
"Azure.Identity": "[1.13.1, )",
"Azure.Security.KeyVault.Secrets": "[4.7.0, )",
"IndexRange": "[1.0.3, )"
}
},
"Azure.Identity": {
"type": "CentralTransitive",
"requested": "[1.13.0, )",
"resolved": "1.13.0",
"contentHash": "UMYCdapkVRojCtXqUmrWMAEV/i1N5haRcQ481oBmXn+kpq1zLJXiL6ESghbxbE0QV5zvewUJIy/IZcvijcpLfg==",
"requested": "[1.13.1, )",
"resolved": "1.13.1",
"contentHash": "4eeK9XztjTmvA4WN+qAvlUCSxSv45+LqTMeC8XT2giGGZHKthTMU2IuXcHjAOf5VLH3wE3Bo6EwhIcJxVB8RmQ==",
"dependencies": {
"Azure.Core": "1.44.1",
"Microsoft.Identity.Client": "4.65.0",
"Microsoft.Identity.Client.Extensions.Msal": "4.65.0",
"Microsoft.Identity.Client": "4.66.1",
"Microsoft.Identity.Client.Extensions.Msal": "4.66.1",
"System.Memory": "4.5.5",
"System.Text.Json": "6.0.10",
"System.Threading.Tasks.Extensions": "4.5.4"
Expand Down Expand Up @@ -931,19 +931,19 @@
},
"Microsoft.Identity.Client": {
"type": "Transitive",
"resolved": "4.65.0",
"contentHash": "RV35ZcJ5/P7n+Zu6J3wmtiDdK6MW5h6EpZ0ojjB9sMwNhGHEJCv829cb3kZ4PZ664llYFv8sbUITWWGvBTqv0Q==",
"resolved": "4.66.1",
"contentHash": "mE+m3pZ7zSKocSubKXxwZcUrCzLflC86IdLxrVjS8tialy0b1L+aECBqRBC/ykcPlB4y7skg49TaTiA+O2UfDw==",
"dependencies": {
"Microsoft.IdentityModel.Abstractions": "6.35.0",
"System.Diagnostics.DiagnosticSource": "6.0.1"
}
},
"Microsoft.Identity.Client.Extensions.Msal": {
"type": "Transitive",
"resolved": "4.65.0",
"contentHash": "JIOBFMAyVSqGWP4dNoST+A9BRJMGC8m73BNbR1oKA8nUjGyR8Fd4eOOME/VDrd26I5JWU4RtmWqpt20lpp2r5w==",
"resolved": "4.66.1",
"contentHash": "osgt1J9Rve3LO7wXqpWoFx9UFjl0oeqoUMK/xEru7dvafQ28RgV1A17CoCGCCRSUbgDQ4Arg5FgGK2lQ3lXR4A==",
"dependencies": {
"Microsoft.Identity.Client": "4.65.0",
"Microsoft.Identity.Client": "4.66.1",
"System.Security.Cryptography.ProtectedData": "4.5.0"
}
},
Expand Down Expand Up @@ -1022,19 +1022,19 @@
"Raiqub.AzureKeyVaultReference": {
"type": "Project",
"dependencies": {
"Azure.Identity": "[1.13.0, )",
"Azure.Identity": "[1.13.1, )",
"Azure.Security.KeyVault.Secrets": "[4.7.0, )"
}
},
"Azure.Identity": {
"type": "CentralTransitive",
"requested": "[1.13.0, )",
"resolved": "1.13.0",
"contentHash": "UMYCdapkVRojCtXqUmrWMAEV/i1N5haRcQ481oBmXn+kpq1zLJXiL6ESghbxbE0QV5zvewUJIy/IZcvijcpLfg==",
"requested": "[1.13.1, )",
"resolved": "1.13.1",
"contentHash": "4eeK9XztjTmvA4WN+qAvlUCSxSv45+LqTMeC8XT2giGGZHKthTMU2IuXcHjAOf5VLH3wE3Bo6EwhIcJxVB8RmQ==",
"dependencies": {
"Azure.Core": "1.44.1",
"Microsoft.Identity.Client": "4.65.0",
"Microsoft.Identity.Client.Extensions.Msal": "4.65.0",
"Microsoft.Identity.Client": "4.66.1",
"Microsoft.Identity.Client.Extensions.Msal": "4.66.1",
"System.Memory": "4.5.5",
"System.Text.Json": "6.0.10",
"System.Threading.Tasks.Extensions": "4.5.4"
Expand Down Expand Up @@ -1250,19 +1250,19 @@
},
"Microsoft.Identity.Client": {
"type": "Transitive",
"resolved": "4.65.0",
"contentHash": "RV35ZcJ5/P7n+Zu6J3wmtiDdK6MW5h6EpZ0ojjB9sMwNhGHEJCv829cb3kZ4PZ664llYFv8sbUITWWGvBTqv0Q==",
"resolved": "4.66.1",
"contentHash": "mE+m3pZ7zSKocSubKXxwZcUrCzLflC86IdLxrVjS8tialy0b1L+aECBqRBC/ykcPlB4y7skg49TaTiA+O2UfDw==",
"dependencies": {
"Microsoft.IdentityModel.Abstractions": "6.35.0",
"System.Diagnostics.DiagnosticSource": "6.0.1"
}
},
"Microsoft.Identity.Client.Extensions.Msal": {
"type": "Transitive",
"resolved": "4.65.0",
"contentHash": "JIOBFMAyVSqGWP4dNoST+A9BRJMGC8m73BNbR1oKA8nUjGyR8Fd4eOOME/VDrd26I5JWU4RtmWqpt20lpp2r5w==",
"resolved": "4.66.1",
"contentHash": "osgt1J9Rve3LO7wXqpWoFx9UFjl0oeqoUMK/xEru7dvafQ28RgV1A17CoCGCCRSUbgDQ4Arg5FgGK2lQ3lXR4A==",
"dependencies": {
"Microsoft.Identity.Client": "4.65.0",
"Microsoft.Identity.Client": "4.66.1",
"System.Security.Cryptography.ProtectedData": "4.5.0"
}
},
Expand Down Expand Up @@ -1341,19 +1341,19 @@
"Raiqub.AzureKeyVaultReference": {
"type": "Project",
"dependencies": {
"Azure.Identity": "[1.13.0, )",
"Azure.Identity": "[1.13.1, )",
"Azure.Security.KeyVault.Secrets": "[4.7.0, )"
}
},
"Azure.Identity": {
"type": "CentralTransitive",
"requested": "[1.13.0, )",
"resolved": "1.13.0",
"contentHash": "UMYCdapkVRojCtXqUmrWMAEV/i1N5haRcQ481oBmXn+kpq1zLJXiL6ESghbxbE0QV5zvewUJIy/IZcvijcpLfg==",
"requested": "[1.13.1, )",
"resolved": "1.13.1",
"contentHash": "4eeK9XztjTmvA4WN+qAvlUCSxSv45+LqTMeC8XT2giGGZHKthTMU2IuXcHjAOf5VLH3wE3Bo6EwhIcJxVB8RmQ==",
"dependencies": {
"Azure.Core": "1.44.1",
"Microsoft.Identity.Client": "4.65.0",
"Microsoft.Identity.Client.Extensions.Msal": "4.65.0",
"Microsoft.Identity.Client": "4.66.1",
"Microsoft.Identity.Client.Extensions.Msal": "4.66.1",
"System.Memory": "4.5.5",
"System.Text.Json": "6.0.10",
"System.Threading.Tasks.Extensions": "4.5.4"
Expand Down
Loading

0 comments on commit 85fc65e

Please sign in to comment.