Skip to content

Commit 9079163

Browse files
Bump Grpc.Net.Client from 2.66.0 to 2.67.0 (#15936)
Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.66.0 to 2.67.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-dotnet/releases">Grpc.Net.Client's releases</a>.</em></p> <blockquote> <h2>Release v2.67.0</h2> <h2>What's Changed</h2> <ul> <li>precompile condition clean by <a href="https://github.com/Varorbc"><code>@​Varorbc</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2528">grpc/grpc-dotnet#2528</a></li> <li>Log server cancellation errors at info level by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2527">grpc/grpc-dotnet#2527</a></li> <li>Update logging to use generated logs by <a href="https://github.com/wabalubdub"><code>@​wabalubdub</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2531">grpc/grpc-dotnet#2531</a></li> <li>Bump serve-static from 1.14.2 to 1.16.2 in /examples/Spar/Server/ClientApp by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2536">grpc/grpc-dotnet#2536</a></li> <li>Update to Grpc.Tools 2.67.0-pre1 by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2547">grpc/grpc-dotnet#2547</a></li> <li>Cleanup gRPC unit testing helpers in tester sample by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2548">grpc/grpc-dotnet#2548</a></li> <li>Fix UpdateBalancingState not called when address attributes are modified by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2553">grpc/grpc-dotnet#2553</a></li> <li>Update Grpc.Tools to 2.67.0 by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2554">grpc/grpc-dotnet#2554</a></li> <li>Fix System.Text.Json vulnerability warning by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2556">grpc/grpc-dotnet#2556</a></li> <li>Update package dependencies to 9.0 RC2 by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2560">grpc/grpc-dotnet#2560</a></li> <li>Bump elliptic from 6.5.7 to 6.6.0 in /examples/Spar/Server/ClientApp by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2567">grpc/grpc-dotnet#2567</a></li> <li>Update to .NET 9 RTM by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2571">grpc/grpc-dotnet#2571</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/wabalubdub"><code>@​wabalubdub</code></a> made their first contribution in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2531">grpc/grpc-dotnet#2531</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.66.0...v2.67.0">https://github.com/grpc/grpc-dotnet/compare/v2.66.0...v2.67.0</a></p> <h2>Release v2.67.0-pre1</h2> <h2>What's Changed</h2> <ul> <li>precompile condition clean by <a href="https://github.com/Varorbc"><code>@​Varorbc</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2528">grpc/grpc-dotnet#2528</a></li> <li>Log server cancellation errors at info level by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2527">grpc/grpc-dotnet#2527</a></li> <li>Update logging to use generated logs by <a href="https://github.com/wabalubdub"><code>@​wabalubdub</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2531">grpc/grpc-dotnet#2531</a></li> <li>Bump serve-static from 1.14.2 to 1.16.2 in /examples/Spar/Server/ClientApp by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2536">grpc/grpc-dotnet#2536</a></li> <li>Update to Grpc.Tools 2.67.0-pre1 by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2547">grpc/grpc-dotnet#2547</a></li> <li>Cleanup gRPC unit testing helpers in tester sample by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2548">grpc/grpc-dotnet#2548</a></li> <li>Fix UpdateBalancingState not called when address attributes are modified by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2553">grpc/grpc-dotnet#2553</a></li> <li>Update Grpc.Tools to 2.67.0 by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2554">grpc/grpc-dotnet#2554</a></li> <li>Bump version for 2.67 RC by <a href="https://github.com/apolcyn"><code>@​apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2555">grpc/grpc-dotnet#2555</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/wabalubdub"><code>@​wabalubdub</code></a> made their first contribution in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2531">grpc/grpc-dotnet#2531</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.66.0...v2.67.0-pre1">https://github.com/grpc/grpc-dotnet/compare/v2.66.0...v2.67.0-pre1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-dotnet/commit/5a58c24efc1d0b7c5ff88e7b0582ea891b90b17f"><code>5a58c24</code></a> Update to .NET 9 RTM (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2571">#2571</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/dacb7b41ea2fb42f2c0756e3d3a4ad4dcfecdc7e"><code>dacb7b4</code></a> Bump elliptic from 6.5.7 to 6.6.0 in /examples/Spar/Server/ClientApp (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2567">#2567</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/1732f28dc6ad74da33b2758f11cbdfabb2dcbc86"><code>1732f28</code></a> Update package dependencies to 9.0 RC2 (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2560">#2560</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/5fffc489f779a897b52679dfec1df02124268e83"><code>5fffc48</code></a> Fix System.Text.Json vulnerability warning (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2556">#2556</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/b88713e83f3c75282678fdc15bf830fa78bfff2c"><code>b88713e</code></a> Update Grpc.Tools to 2.67.0 (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2554">#2554</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/0f2ffdc03edcd832e6f83a9deb73e2d57c0b8dbf"><code>0f2ffdc</code></a> Fix UpdateBalancingState not called when address attributes are modified (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2553">#2553</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/490894cdedb34b43c32dc576d5745c41223764b6"><code>490894c</code></a> Cleanup gRPC unit testing helpers in tester sample (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2548">#2548</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/df3d8dc9964b4a80c3ea5ad1bd54a98da92fb6a3"><code>df3d8dc</code></a> Update to Grpc.Tools 2.67.0-pre1 (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2547">#2547</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/b1df3e4c76792212a0401e1ae17114867fd6663b"><code>b1df3e4</code></a> Bump serve-static from 1.14.2 to 1.16.2 in /examples/Spar/Server/ClientApp (#...</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/de9a82fe8eae0d40b70edbe04a766e3ac0ad8d54"><code>de9a82f</code></a> Update logging to use generated logs (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2531">#2531</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-dotnet/compare/v2.66.0...v2.67.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Grpc.Net.Client&package-manager=nuget&previous-version=2.66.0&new-version=2.67.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/15936) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: StephenWeatherford <[email protected]>
1 parent 2f113f0 commit 9079163

File tree

20 files changed

+159
-159
lines changed

20 files changed

+159
-159
lines changed

src/Bicep.Cli.IntegrationTests/packages.lock.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -289,24 +289,24 @@
289289
},
290290
"Grpc.Core.Api": {
291291
"type": "Transitive",
292-
"resolved": "2.66.0",
293-
"contentHash": "HsjsQVAHe4hqP4t4rpUnmq+MZvPdyrlPsWF4T5fbMvyP3o/lMV+KVJfDlaNH8+v0aGQTVT3EsDFufbhaWb52cw=="
292+
"resolved": "2.67.0",
293+
"contentHash": "cL1/2f8kc8lsAGNdfCU25deedXVehhLA6GXKLLN4hAWx16XN7BmjYn3gFU+FBpir5yJynvDTHEypr3Tl0j7x/Q=="
294294
},
295295
"Grpc.Net.Client": {
296296
"type": "Transitive",
297-
"resolved": "2.66.0",
298-
"contentHash": "GwkSsssXFgN9+M2U+UQWdErf61sn1iqgP+2NRBlDXATcP9vlxda0wySxd/eIL8U522+SnyFNUXlvQ5tAzGk9cA==",
297+
"resolved": "2.67.0",
298+
"contentHash": "ofTjJQfegWkVlk5R4k/LlwpcucpsBzntygd4iAeuKd/eLMkmBWoXN+xcjYJ5IibAahRpIJU461jABZvT6E9dwA==",
299299
"dependencies": {
300-
"Grpc.Net.Common": "2.66.0",
300+
"Grpc.Net.Common": "2.67.0",
301301
"Microsoft.Extensions.Logging.Abstractions": "6.0.0"
302302
}
303303
},
304304
"Grpc.Net.Common": {
305305
"type": "Transitive",
306-
"resolved": "2.66.0",
307-
"contentHash": "YJpQpIvpo0HKlsG6SHwaieyji08qfv0DdEDIewCAA0egQY08637sHOj1netLGUhzBEsCqlGC3e92TZ2uqhxnvw==",
306+
"resolved": "2.67.0",
307+
"contentHash": "gazn1cD2Eol0/W5ZJRV4PYbNrxJ9oMs8pGYux5S9E4MymClvl7aqYSmpqgmWAUWvziRqK9K+yt3cjCMfQ3x/5A==",
308308
"dependencies": {
309-
"Grpc.Core.Api": "2.66.0"
309+
"Grpc.Core.Api": "2.67.0"
310310
}
311311
},
312312
"Humanizer.Core": {
@@ -1627,7 +1627,7 @@
16271627
"dependencies": {
16281628
"CommandLineParser": "[2.9.1, )",
16291629
"Google.Protobuf": "[3.29.1, )",
1630-
"Grpc.Net.Client": "[2.66.0, )"
1630+
"Grpc.Net.Client": "[2.67.0, )"
16311631
}
16321632
},
16331633
"bicep": {

src/Bicep.Cli.UnitTests/packages.lock.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -266,24 +266,24 @@
266266
},
267267
"Grpc.Core.Api": {
268268
"type": "Transitive",
269-
"resolved": "2.66.0",
270-
"contentHash": "HsjsQVAHe4hqP4t4rpUnmq+MZvPdyrlPsWF4T5fbMvyP3o/lMV+KVJfDlaNH8+v0aGQTVT3EsDFufbhaWb52cw=="
269+
"resolved": "2.67.0",
270+
"contentHash": "cL1/2f8kc8lsAGNdfCU25deedXVehhLA6GXKLLN4hAWx16XN7BmjYn3gFU+FBpir5yJynvDTHEypr3Tl0j7x/Q=="
271271
},
272272
"Grpc.Net.Client": {
273273
"type": "Transitive",
274-
"resolved": "2.66.0",
275-
"contentHash": "GwkSsssXFgN9+M2U+UQWdErf61sn1iqgP+2NRBlDXATcP9vlxda0wySxd/eIL8U522+SnyFNUXlvQ5tAzGk9cA==",
274+
"resolved": "2.67.0",
275+
"contentHash": "ofTjJQfegWkVlk5R4k/LlwpcucpsBzntygd4iAeuKd/eLMkmBWoXN+xcjYJ5IibAahRpIJU461jABZvT6E9dwA==",
276276
"dependencies": {
277-
"Grpc.Net.Common": "2.66.0",
277+
"Grpc.Net.Common": "2.67.0",
278278
"Microsoft.Extensions.Logging.Abstractions": "6.0.0"
279279
}
280280
},
281281
"Grpc.Net.Common": {
282282
"type": "Transitive",
283-
"resolved": "2.66.0",
284-
"contentHash": "YJpQpIvpo0HKlsG6SHwaieyji08qfv0DdEDIewCAA0egQY08637sHOj1netLGUhzBEsCqlGC3e92TZ2uqhxnvw==",
283+
"resolved": "2.67.0",
284+
"contentHash": "gazn1cD2Eol0/W5ZJRV4PYbNrxJ9oMs8pGYux5S9E4MymClvl7aqYSmpqgmWAUWvziRqK9K+yt3cjCMfQ3x/5A==",
285285
"dependencies": {
286-
"Grpc.Core.Api": "2.66.0"
286+
"Grpc.Core.Api": "2.67.0"
287287
}
288288
},
289289
"Humanizer.Core": {
@@ -1499,7 +1499,7 @@
14991499
"dependencies": {
15001500
"CommandLineParser": "[2.9.1, )",
15011501
"Google.Protobuf": "[3.29.1, )",
1502-
"Grpc.Net.Client": "[2.66.0, )"
1502+
"Grpc.Net.Client": "[2.67.0, )"
15031503
}
15041504
},
15051505
"bicep": {

src/Bicep.Cli/packages.lock.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -279,24 +279,24 @@
279279
},
280280
"Grpc.Core.Api": {
281281
"type": "Transitive",
282-
"resolved": "2.66.0",
283-
"contentHash": "HsjsQVAHe4hqP4t4rpUnmq+MZvPdyrlPsWF4T5fbMvyP3o/lMV+KVJfDlaNH8+v0aGQTVT3EsDFufbhaWb52cw=="
282+
"resolved": "2.67.0",
283+
"contentHash": "cL1/2f8kc8lsAGNdfCU25deedXVehhLA6GXKLLN4hAWx16XN7BmjYn3gFU+FBpir5yJynvDTHEypr3Tl0j7x/Q=="
284284
},
285285
"Grpc.Net.Client": {
286286
"type": "Transitive",
287-
"resolved": "2.66.0",
288-
"contentHash": "GwkSsssXFgN9+M2U+UQWdErf61sn1iqgP+2NRBlDXATcP9vlxda0wySxd/eIL8U522+SnyFNUXlvQ5tAzGk9cA==",
287+
"resolved": "2.67.0",
288+
"contentHash": "ofTjJQfegWkVlk5R4k/LlwpcucpsBzntygd4iAeuKd/eLMkmBWoXN+xcjYJ5IibAahRpIJU461jABZvT6E9dwA==",
289289
"dependencies": {
290-
"Grpc.Net.Common": "2.66.0",
290+
"Grpc.Net.Common": "2.67.0",
291291
"Microsoft.Extensions.Logging.Abstractions": "6.0.0"
292292
}
293293
},
294294
"Grpc.Net.Common": {
295295
"type": "Transitive",
296-
"resolved": "2.66.0",
297-
"contentHash": "YJpQpIvpo0HKlsG6SHwaieyji08qfv0DdEDIewCAA0egQY08637sHOj1netLGUhzBEsCqlGC3e92TZ2uqhxnvw==",
296+
"resolved": "2.67.0",
297+
"contentHash": "gazn1cD2Eol0/W5ZJRV4PYbNrxJ9oMs8pGYux5S9E4MymClvl7aqYSmpqgmWAUWvziRqK9K+yt3cjCMfQ3x/5A==",
298298
"dependencies": {
299-
"Grpc.Core.Api": "2.66.0"
299+
"Grpc.Core.Api": "2.67.0"
300300
}
301301
},
302302
"Humanizer.Core": {
@@ -1396,7 +1396,7 @@
13961396
"dependencies": {
13971397
"CommandLineParser": "[2.9.1, )",
13981398
"Google.Protobuf": "[3.29.1, )",
1399-
"Grpc.Net.Client": "[2.66.0, )"
1399+
"Grpc.Net.Client": "[2.67.0, )"
14001400
}
14011401
},
14021402
"bicep.io": {

src/Bicep.Core.IntegrationTests/packages.lock.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -289,24 +289,24 @@
289289
},
290290
"Grpc.Core.Api": {
291291
"type": "Transitive",
292-
"resolved": "2.66.0",
293-
"contentHash": "HsjsQVAHe4hqP4t4rpUnmq+MZvPdyrlPsWF4T5fbMvyP3o/lMV+KVJfDlaNH8+v0aGQTVT3EsDFufbhaWb52cw=="
292+
"resolved": "2.67.0",
293+
"contentHash": "cL1/2f8kc8lsAGNdfCU25deedXVehhLA6GXKLLN4hAWx16XN7BmjYn3gFU+FBpir5yJynvDTHEypr3Tl0j7x/Q=="
294294
},
295295
"Grpc.Net.Client": {
296296
"type": "Transitive",
297-
"resolved": "2.66.0",
298-
"contentHash": "GwkSsssXFgN9+M2U+UQWdErf61sn1iqgP+2NRBlDXATcP9vlxda0wySxd/eIL8U522+SnyFNUXlvQ5tAzGk9cA==",
297+
"resolved": "2.67.0",
298+
"contentHash": "ofTjJQfegWkVlk5R4k/LlwpcucpsBzntygd4iAeuKd/eLMkmBWoXN+xcjYJ5IibAahRpIJU461jABZvT6E9dwA==",
299299
"dependencies": {
300-
"Grpc.Net.Common": "2.66.0",
300+
"Grpc.Net.Common": "2.67.0",
301301
"Microsoft.Extensions.Logging.Abstractions": "6.0.0"
302302
}
303303
},
304304
"Grpc.Net.Common": {
305305
"type": "Transitive",
306-
"resolved": "2.66.0",
307-
"contentHash": "YJpQpIvpo0HKlsG6SHwaieyji08qfv0DdEDIewCAA0egQY08637sHOj1netLGUhzBEsCqlGC3e92TZ2uqhxnvw==",
306+
"resolved": "2.67.0",
307+
"contentHash": "gazn1cD2Eol0/W5ZJRV4PYbNrxJ9oMs8pGYux5S9E4MymClvl7aqYSmpqgmWAUWvziRqK9K+yt3cjCMfQ3x/5A==",
308308
"dependencies": {
309-
"Grpc.Core.Api": "2.66.0"
309+
"Grpc.Core.Api": "2.67.0"
310310
}
311311
},
312312
"Humanizer.Core": {
@@ -1546,7 +1546,7 @@
15461546
"dependencies": {
15471547
"CommandLineParser": "[2.9.1, )",
15481548
"Google.Protobuf": "[3.29.1, )",
1549-
"Grpc.Net.Client": "[2.66.0, )"
1549+
"Grpc.Net.Client": "[2.67.0, )"
15501550
}
15511551
},
15521552
"bicep.core.samples": {

src/Bicep.Core.Samples/packages.lock.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -289,24 +289,24 @@
289289
},
290290
"Grpc.Core.Api": {
291291
"type": "Transitive",
292-
"resolved": "2.66.0",
293-
"contentHash": "HsjsQVAHe4hqP4t4rpUnmq+MZvPdyrlPsWF4T5fbMvyP3o/lMV+KVJfDlaNH8+v0aGQTVT3EsDFufbhaWb52cw=="
292+
"resolved": "2.67.0",
293+
"contentHash": "cL1/2f8kc8lsAGNdfCU25deedXVehhLA6GXKLLN4hAWx16XN7BmjYn3gFU+FBpir5yJynvDTHEypr3Tl0j7x/Q=="
294294
},
295295
"Grpc.Net.Client": {
296296
"type": "Transitive",
297-
"resolved": "2.66.0",
298-
"contentHash": "GwkSsssXFgN9+M2U+UQWdErf61sn1iqgP+2NRBlDXATcP9vlxda0wySxd/eIL8U522+SnyFNUXlvQ5tAzGk9cA==",
297+
"resolved": "2.67.0",
298+
"contentHash": "ofTjJQfegWkVlk5R4k/LlwpcucpsBzntygd4iAeuKd/eLMkmBWoXN+xcjYJ5IibAahRpIJU461jABZvT6E9dwA==",
299299
"dependencies": {
300-
"Grpc.Net.Common": "2.66.0",
300+
"Grpc.Net.Common": "2.67.0",
301301
"Microsoft.Extensions.Logging.Abstractions": "6.0.0"
302302
}
303303
},
304304
"Grpc.Net.Common": {
305305
"type": "Transitive",
306-
"resolved": "2.66.0",
307-
"contentHash": "YJpQpIvpo0HKlsG6SHwaieyji08qfv0DdEDIewCAA0egQY08637sHOj1netLGUhzBEsCqlGC3e92TZ2uqhxnvw==",
306+
"resolved": "2.67.0",
307+
"contentHash": "gazn1cD2Eol0/W5ZJRV4PYbNrxJ9oMs8pGYux5S9E4MymClvl7aqYSmpqgmWAUWvziRqK9K+yt3cjCMfQ3x/5A==",
308308
"dependencies": {
309-
"Grpc.Core.Api": "2.66.0"
309+
"Grpc.Core.Api": "2.67.0"
310310
}
311311
},
312312
"Humanizer.Core": {
@@ -1546,7 +1546,7 @@
15461546
"dependencies": {
15471547
"CommandLineParser": "[2.9.1, )",
15481548
"Google.Protobuf": "[3.29.1, )",
1549-
"Grpc.Net.Client": "[2.66.0, )"
1549+
"Grpc.Net.Client": "[2.67.0, )"
15501550
}
15511551
},
15521552
"bicep.core.unittests": {

src/Bicep.Core.UnitTests/packages.lock.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -332,24 +332,24 @@
332332
},
333333
"Grpc.Core.Api": {
334334
"type": "Transitive",
335-
"resolved": "2.66.0",
336-
"contentHash": "HsjsQVAHe4hqP4t4rpUnmq+MZvPdyrlPsWF4T5fbMvyP3o/lMV+KVJfDlaNH8+v0aGQTVT3EsDFufbhaWb52cw=="
335+
"resolved": "2.67.0",
336+
"contentHash": "cL1/2f8kc8lsAGNdfCU25deedXVehhLA6GXKLLN4hAWx16XN7BmjYn3gFU+FBpir5yJynvDTHEypr3Tl0j7x/Q=="
337337
},
338338
"Grpc.Net.Client": {
339339
"type": "Transitive",
340-
"resolved": "2.66.0",
341-
"contentHash": "GwkSsssXFgN9+M2U+UQWdErf61sn1iqgP+2NRBlDXATcP9vlxda0wySxd/eIL8U522+SnyFNUXlvQ5tAzGk9cA==",
340+
"resolved": "2.67.0",
341+
"contentHash": "ofTjJQfegWkVlk5R4k/LlwpcucpsBzntygd4iAeuKd/eLMkmBWoXN+xcjYJ5IibAahRpIJU461jABZvT6E9dwA==",
342342
"dependencies": {
343-
"Grpc.Net.Common": "2.66.0",
343+
"Grpc.Net.Common": "2.67.0",
344344
"Microsoft.Extensions.Logging.Abstractions": "6.0.0"
345345
}
346346
},
347347
"Grpc.Net.Common": {
348348
"type": "Transitive",
349-
"resolved": "2.66.0",
350-
"contentHash": "YJpQpIvpo0HKlsG6SHwaieyji08qfv0DdEDIewCAA0egQY08637sHOj1netLGUhzBEsCqlGC3e92TZ2uqhxnvw==",
349+
"resolved": "2.67.0",
350+
"contentHash": "gazn1cD2Eol0/W5ZJRV4PYbNrxJ9oMs8pGYux5S9E4MymClvl7aqYSmpqgmWAUWvziRqK9K+yt3cjCMfQ3x/5A==",
351351
"dependencies": {
352-
"Grpc.Core.Api": "2.66.0"
352+
"Grpc.Core.Api": "2.67.0"
353353
}
354354
},
355355
"Humanizer.Core": {
@@ -1552,7 +1552,7 @@
15521552
"dependencies": {
15531553
"CommandLineParser": "[2.9.1, )",
15541554
"Google.Protobuf": "[3.29.1, )",
1555-
"Grpc.Net.Client": "[2.66.0, )"
1555+
"Grpc.Net.Client": "[2.67.0, )"
15561556
}
15571557
},
15581558
"bicep.io": {

src/Bicep.Decompiler.IntegrationTests/packages.lock.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -289,24 +289,24 @@
289289
},
290290
"Grpc.Core.Api": {
291291
"type": "Transitive",
292-
"resolved": "2.66.0",
293-
"contentHash": "HsjsQVAHe4hqP4t4rpUnmq+MZvPdyrlPsWF4T5fbMvyP3o/lMV+KVJfDlaNH8+v0aGQTVT3EsDFufbhaWb52cw=="
292+
"resolved": "2.67.0",
293+
"contentHash": "cL1/2f8kc8lsAGNdfCU25deedXVehhLA6GXKLLN4hAWx16XN7BmjYn3gFU+FBpir5yJynvDTHEypr3Tl0j7x/Q=="
294294
},
295295
"Grpc.Net.Client": {
296296
"type": "Transitive",
297-
"resolved": "2.66.0",
298-
"contentHash": "GwkSsssXFgN9+M2U+UQWdErf61sn1iqgP+2NRBlDXATcP9vlxda0wySxd/eIL8U522+SnyFNUXlvQ5tAzGk9cA==",
297+
"resolved": "2.67.0",
298+
"contentHash": "ofTjJQfegWkVlk5R4k/LlwpcucpsBzntygd4iAeuKd/eLMkmBWoXN+xcjYJ5IibAahRpIJU461jABZvT6E9dwA==",
299299
"dependencies": {
300-
"Grpc.Net.Common": "2.66.0",
300+
"Grpc.Net.Common": "2.67.0",
301301
"Microsoft.Extensions.Logging.Abstractions": "6.0.0"
302302
}
303303
},
304304
"Grpc.Net.Common": {
305305
"type": "Transitive",
306-
"resolved": "2.66.0",
307-
"contentHash": "YJpQpIvpo0HKlsG6SHwaieyji08qfv0DdEDIewCAA0egQY08637sHOj1netLGUhzBEsCqlGC3e92TZ2uqhxnvw==",
306+
"resolved": "2.67.0",
307+
"contentHash": "gazn1cD2Eol0/W5ZJRV4PYbNrxJ9oMs8pGYux5S9E4MymClvl7aqYSmpqgmWAUWvziRqK9K+yt3cjCMfQ3x/5A==",
308308
"dependencies": {
309-
"Grpc.Core.Api": "2.66.0"
309+
"Grpc.Core.Api": "2.67.0"
310310
}
311311
},
312312
"Humanizer.Core": {
@@ -1546,7 +1546,7 @@
15461546
"dependencies": {
15471547
"CommandLineParser": "[2.9.1, )",
15481548
"Google.Protobuf": "[3.29.1, )",
1549-
"Grpc.Net.Client": "[2.66.0, )"
1549+
"Grpc.Net.Client": "[2.67.0, )"
15501550
}
15511551
},
15521552
"bicep.core.unittests": {

src/Bicep.Decompiler.UnitTests/packages.lock.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -289,24 +289,24 @@
289289
},
290290
"Grpc.Core.Api": {
291291
"type": "Transitive",
292-
"resolved": "2.66.0",
293-
"contentHash": "HsjsQVAHe4hqP4t4rpUnmq+MZvPdyrlPsWF4T5fbMvyP3o/lMV+KVJfDlaNH8+v0aGQTVT3EsDFufbhaWb52cw=="
292+
"resolved": "2.67.0",
293+
"contentHash": "cL1/2f8kc8lsAGNdfCU25deedXVehhLA6GXKLLN4hAWx16XN7BmjYn3gFU+FBpir5yJynvDTHEypr3Tl0j7x/Q=="
294294
},
295295
"Grpc.Net.Client": {
296296
"type": "Transitive",
297-
"resolved": "2.66.0",
298-
"contentHash": "GwkSsssXFgN9+M2U+UQWdErf61sn1iqgP+2NRBlDXATcP9vlxda0wySxd/eIL8U522+SnyFNUXlvQ5tAzGk9cA==",
297+
"resolved": "2.67.0",
298+
"contentHash": "ofTjJQfegWkVlk5R4k/LlwpcucpsBzntygd4iAeuKd/eLMkmBWoXN+xcjYJ5IibAahRpIJU461jABZvT6E9dwA==",
299299
"dependencies": {
300-
"Grpc.Net.Common": "2.66.0",
300+
"Grpc.Net.Common": "2.67.0",
301301
"Microsoft.Extensions.Logging.Abstractions": "6.0.0"
302302
}
303303
},
304304
"Grpc.Net.Common": {
305305
"type": "Transitive",
306-
"resolved": "2.66.0",
307-
"contentHash": "YJpQpIvpo0HKlsG6SHwaieyji08qfv0DdEDIewCAA0egQY08637sHOj1netLGUhzBEsCqlGC3e92TZ2uqhxnvw==",
306+
"resolved": "2.67.0",
307+
"contentHash": "gazn1cD2Eol0/W5ZJRV4PYbNrxJ9oMs8pGYux5S9E4MymClvl7aqYSmpqgmWAUWvziRqK9K+yt3cjCMfQ3x/5A==",
308308
"dependencies": {
309-
"Grpc.Core.Api": "2.66.0"
309+
"Grpc.Core.Api": "2.67.0"
310310
}
311311
},
312312
"Humanizer.Core": {
@@ -1546,7 +1546,7 @@
15461546
"dependencies": {
15471547
"CommandLineParser": "[2.9.1, )",
15481548
"Google.Protobuf": "[3.29.1, )",
1549-
"Grpc.Net.Client": "[2.66.0, )"
1549+
"Grpc.Net.Client": "[2.67.0, )"
15501550
}
15511551
},
15521552
"bicep.core.unittests": {

src/Bicep.LangServer.IntegrationTests/packages.lock.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -320,24 +320,24 @@
320320
},
321321
"Grpc.Core.Api": {
322322
"type": "Transitive",
323-
"resolved": "2.66.0",
324-
"contentHash": "HsjsQVAHe4hqP4t4rpUnmq+MZvPdyrlPsWF4T5fbMvyP3o/lMV+KVJfDlaNH8+v0aGQTVT3EsDFufbhaWb52cw=="
323+
"resolved": "2.67.0",
324+
"contentHash": "cL1/2f8kc8lsAGNdfCU25deedXVehhLA6GXKLLN4hAWx16XN7BmjYn3gFU+FBpir5yJynvDTHEypr3Tl0j7x/Q=="
325325
},
326326
"Grpc.Net.Client": {
327327
"type": "Transitive",
328-
"resolved": "2.66.0",
329-
"contentHash": "GwkSsssXFgN9+M2U+UQWdErf61sn1iqgP+2NRBlDXATcP9vlxda0wySxd/eIL8U522+SnyFNUXlvQ5tAzGk9cA==",
328+
"resolved": "2.67.0",
329+
"contentHash": "ofTjJQfegWkVlk5R4k/LlwpcucpsBzntygd4iAeuKd/eLMkmBWoXN+xcjYJ5IibAahRpIJU461jABZvT6E9dwA==",
330330
"dependencies": {
331-
"Grpc.Net.Common": "2.66.0",
331+
"Grpc.Net.Common": "2.67.0",
332332
"Microsoft.Extensions.Logging.Abstractions": "6.0.0"
333333
}
334334
},
335335
"Grpc.Net.Common": {
336336
"type": "Transitive",
337-
"resolved": "2.66.0",
338-
"contentHash": "YJpQpIvpo0HKlsG6SHwaieyji08qfv0DdEDIewCAA0egQY08637sHOj1netLGUhzBEsCqlGC3e92TZ2uqhxnvw==",
337+
"resolved": "2.67.0",
338+
"contentHash": "gazn1cD2Eol0/W5ZJRV4PYbNrxJ9oMs8pGYux5S9E4MymClvl7aqYSmpqgmWAUWvziRqK9K+yt3cjCMfQ3x/5A==",
339339
"dependencies": {
340-
"Grpc.Core.Api": "2.66.0"
340+
"Grpc.Core.Api": "2.67.0"
341341
}
342342
},
343343
"Humanizer.Core": {
@@ -1557,7 +1557,7 @@
15571557
"dependencies": {
15581558
"CommandLineParser": "[2.9.1, )",
15591559
"Google.Protobuf": "[3.29.1, )",
1560-
"Grpc.Net.Client": "[2.66.0, )"
1560+
"Grpc.Net.Client": "[2.67.0, )"
15611561
}
15621562
},
15631563
"bicep.core.samples": {

0 commit comments

Comments
 (0)