From 67dd00da3b019468d80829ecd5adc0b39bda2607 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:50:54 +0000 Subject: [PATCH] chore(deps): update dependency azure.storage.files.shares to 12.21.0 (#3151) * chore(deps): update dependency azure.storage.files.shares to 12.21.0 * Update package lock files --------- Co-authored-by: Renovatebot --- src/Directory.Packages.props | 2 +- .../Stryker.CLI.UnitTest/packages.lock.json | 14 +++++++------- src/Stryker.CLI/Stryker.CLI/packages.lock.json | 14 +++++++------- .../Stryker.Core.UnitTest/packages.lock.json | 14 +++++++------- src/Stryker.Core/Stryker.Core/packages.lock.json | 12 ++++++------ 5 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index 351ba37ee..aa622e9e1 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -1,6 +1,6 @@ - + diff --git a/src/Stryker.CLI/Stryker.CLI.UnitTest/packages.lock.json b/src/Stryker.CLI/Stryker.CLI.UnitTest/packages.lock.json index df6f1a1ea..f34b7cbfc 100644 --- a/src/Stryker.CLI/Stryker.CLI.UnitTest/packages.lock.json +++ b/src/Stryker.CLI/Stryker.CLI.UnitTest/packages.lock.json @@ -98,8 +98,8 @@ }, "Azure.Storage.Common": { "type": "Transitive", - "resolved": "12.21.1", - "contentHash": "NgDJw/upcro33AgGf91sPIG+BU2pFTgGDBzWEp8HctGwzmbjG80eYTl4CJMIwgxVOQWnEXnQZXLY7w3k+BQ9ig==", + "resolved": "12.22.0", + "contentHash": "0Vm30bRpQ0fcswB0xQMhKAOSXnRygnF2f/029uPaIDLaj1/yfX4jmU0fFjJe9ojGEj/vlAmsApCEOyL9if6zHg==", "dependencies": { "Azure.Core": "1.44.1", "System.IO.Hashing": "6.0.0" @@ -854,7 +854,7 @@ "stryker": { "type": "Project", "dependencies": { - "Azure.Storage.Files.Shares": "[12.20.1, )", + "Azure.Storage.Files.Shares": "[12.21.0, )", "Buildalyzer": "[7.1.0, )", "DotNet.Glob": "[3.1.3, )", "Grynwald.MarkdownGenerator": "[3.0.106, )", @@ -930,11 +930,11 @@ }, "Azure.Storage.Files.Shares": { "type": "CentralTransitive", - "requested": "[12.20.1, )", - "resolved": "12.20.1", - "contentHash": "Ovds3flK+t+evPRPNGGU5l4irhIcvhAqyDAcr6E3dXHvidJrdllNSaGSj+v36rIzcivIS4bCDKy390RRnBRScQ==", + "requested": "[12.21.0, )", + "resolved": "12.21.0", + "contentHash": "eaQDdDcAtje+IuDhl9Wjz8oRjIbWFJ9Ld7qs6ApKluQfTe7HP8edEo7DkkqwLHSNrZv+TDJW6N2bswxP3Ty1zg==", "dependencies": { - "Azure.Storage.Common": "12.21.1", + "Azure.Storage.Common": "12.22.0", "System.Text.Json": "6.0.10" } }, diff --git a/src/Stryker.CLI/Stryker.CLI/packages.lock.json b/src/Stryker.CLI/Stryker.CLI/packages.lock.json index bfecd99cc..bb75a5ab5 100644 --- a/src/Stryker.CLI/Stryker.CLI/packages.lock.json +++ b/src/Stryker.CLI/Stryker.CLI/packages.lock.json @@ -49,8 +49,8 @@ }, "Azure.Storage.Common": { "type": "Transitive", - "resolved": "12.21.1", - "contentHash": "NgDJw/upcro33AgGf91sPIG+BU2pFTgGDBzWEp8HctGwzmbjG80eYTl4CJMIwgxVOQWnEXnQZXLY7w3k+BQ9ig==", + "resolved": "12.22.0", + "contentHash": "0Vm30bRpQ0fcswB0xQMhKAOSXnRygnF2f/029uPaIDLaj1/yfX4jmU0fFjJe9ojGEj/vlAmsApCEOyL9if6zHg==", "dependencies": { "Azure.Core": "1.44.1", "System.IO.Hashing": "6.0.0" @@ -680,7 +680,7 @@ "stryker": { "type": "Project", "dependencies": { - "Azure.Storage.Files.Shares": "[12.20.1, )", + "Azure.Storage.Files.Shares": "[12.21.0, )", "Buildalyzer": "[7.1.0, )", "DotNet.Glob": "[3.1.3, )", "Grynwald.MarkdownGenerator": "[3.0.106, )", @@ -756,11 +756,11 @@ }, "Azure.Storage.Files.Shares": { "type": "CentralTransitive", - "requested": "[12.20.1, )", - "resolved": "12.20.1", - "contentHash": "Ovds3flK+t+evPRPNGGU5l4irhIcvhAqyDAcr6E3dXHvidJrdllNSaGSj+v36rIzcivIS4bCDKy390RRnBRScQ==", + "requested": "[12.21.0, )", + "resolved": "12.21.0", + "contentHash": "eaQDdDcAtje+IuDhl9Wjz8oRjIbWFJ9Ld7qs6ApKluQfTe7HP8edEo7DkkqwLHSNrZv+TDJW6N2bswxP3Ty1zg==", "dependencies": { - "Azure.Storage.Common": "12.21.1", + "Azure.Storage.Common": "12.22.0", "System.Text.Json": "6.0.10" } }, diff --git a/src/Stryker.Core/Stryker.Core.UnitTest/packages.lock.json b/src/Stryker.Core/Stryker.Core.UnitTest/packages.lock.json index 929457cbe..a875595c6 100644 --- a/src/Stryker.Core/Stryker.Core.UnitTest/packages.lock.json +++ b/src/Stryker.Core/Stryker.Core.UnitTest/packages.lock.json @@ -125,8 +125,8 @@ }, "Azure.Storage.Common": { "type": "Transitive", - "resolved": "12.21.1", - "contentHash": "NgDJw/upcro33AgGf91sPIG+BU2pFTgGDBzWEp8HctGwzmbjG80eYTl4CJMIwgxVOQWnEXnQZXLY7w3k+BQ9ig==", + "resolved": "12.22.0", + "contentHash": "0Vm30bRpQ0fcswB0xQMhKAOSXnRygnF2f/029uPaIDLaj1/yfX4jmU0fFjJe9ojGEj/vlAmsApCEOyL9if6zHg==", "dependencies": { "Azure.Core": "1.44.1", "System.IO.Hashing": "6.0.0" @@ -841,7 +841,7 @@ "stryker": { "type": "Project", "dependencies": { - "Azure.Storage.Files.Shares": "[12.20.1, )", + "Azure.Storage.Files.Shares": "[12.21.0, )", "Buildalyzer": "[7.1.0, )", "DotNet.Glob": "[3.1.3, )", "Grynwald.MarkdownGenerator": "[3.0.106, )", @@ -917,11 +917,11 @@ }, "Azure.Storage.Files.Shares": { "type": "CentralTransitive", - "requested": "[12.20.1, )", - "resolved": "12.20.1", - "contentHash": "Ovds3flK+t+evPRPNGGU5l4irhIcvhAqyDAcr6E3dXHvidJrdllNSaGSj+v36rIzcivIS4bCDKy390RRnBRScQ==", + "requested": "[12.21.0, )", + "resolved": "12.21.0", + "contentHash": "eaQDdDcAtje+IuDhl9Wjz8oRjIbWFJ9Ld7qs6ApKluQfTe7HP8edEo7DkkqwLHSNrZv+TDJW6N2bswxP3Ty1zg==", "dependencies": { - "Azure.Storage.Common": "12.21.1", + "Azure.Storage.Common": "12.22.0", "System.Text.Json": "6.0.10" } }, diff --git a/src/Stryker.Core/Stryker.Core/packages.lock.json b/src/Stryker.Core/Stryker.Core/packages.lock.json index 235442966..989ad9967 100644 --- a/src/Stryker.Core/Stryker.Core/packages.lock.json +++ b/src/Stryker.Core/Stryker.Core/packages.lock.json @@ -4,11 +4,11 @@ "net8.0": { "Azure.Storage.Files.Shares": { "type": "Direct", - "requested": "[12.20.1, )", - "resolved": "12.20.1", - "contentHash": "Ovds3flK+t+evPRPNGGU5l4irhIcvhAqyDAcr6E3dXHvidJrdllNSaGSj+v36rIzcivIS4bCDKy390RRnBRScQ==", + "requested": "[12.21.0, )", + "resolved": "12.21.0", + "contentHash": "eaQDdDcAtje+IuDhl9Wjz8oRjIbWFJ9Ld7qs6ApKluQfTe7HP8edEo7DkkqwLHSNrZv+TDJW6N2bswxP3Ty1zg==", "dependencies": { - "Azure.Storage.Common": "12.21.1", + "Azure.Storage.Common": "12.22.0", "System.Text.Json": "6.0.10" } }, @@ -247,8 +247,8 @@ }, "Azure.Storage.Common": { "type": "Transitive", - "resolved": "12.21.1", - "contentHash": "NgDJw/upcro33AgGf91sPIG+BU2pFTgGDBzWEp8HctGwzmbjG80eYTl4CJMIwgxVOQWnEXnQZXLY7w3k+BQ9ig==", + "resolved": "12.22.0", + "contentHash": "0Vm30bRpQ0fcswB0xQMhKAOSXnRygnF2f/029uPaIDLaj1/yfX4jmU0fFjJe9ojGEj/vlAmsApCEOyL9if6zHg==", "dependencies": { "Azure.Core": "1.44.1", "System.IO.Hashing": "6.0.0"