Skip to content

Commit

Permalink
chore(deps): update dependency azure.storage.blobs to 12.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 164a2a3 commit efc17d4
Show file tree
Hide file tree
Showing 89 changed files with 3,971 additions and 1,191 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
},
"Azure.Core": {
"type": "Transitive",
"resolved": "1.41.0",
"contentHash": "7OO8rPCVSvXj2IQET3NkRf8hU2ZDCCvCIUhlrE089qkLNpNfWufJnBwHRKLAOWF3bhKBGJS/9hPBgjJ8kupUIg==",
"resolved": "1.43.0",
"contentHash": "XE6GHvFAv0djbzNSC3jJPDytcDRmg2CUYlh4V4HjIjX9xLP90OYDPz1KyF02qJJJTF9wLuG4C0XIQm22MGkCww==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
"System.ClientModel": "1.0.0",
"System.Diagnostics.DiagnosticSource": "6.0.1",
"System.Memory.Data": "1.0.2",
"System.Numerics.Vectors": "4.5.0",
"System.Text.Encodings.Web": "4.7.2",
"System.Text.Json": "4.7.2",
"System.Text.Encodings.Web": "6.0.0",
"System.Text.Json": "6.0.9",
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
Expand Down Expand Up @@ -63,19 +63,19 @@
},
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.21.2",
"contentHash": "2J+sMgNbj2DJ+ydRSqYYADDd2AajFLfPzLGxASOxcoGx4iVxyF6jscHw2IY+8QyMPWA09wN3lCtYJ5S4zIsJkA==",
"resolved": "12.22.0",
"contentHash": "ZULEgyKLEeSVdc3k5tM40zts5fwET/CT3RkOn/0kJruPj2dI9XB/R9pT53sqNWCs744qjaPI03Y8UtIYA8p54Q==",
"dependencies": {
"Azure.Storage.Common": "12.20.1",
"System.Text.Json": "4.7.2"
"Azure.Storage.Common": "12.21.0",
"System.Text.Json": "6.0.9"
}
},
"Azure.Storage.Common": {
"type": "Transitive",
"resolved": "12.20.1",
"contentHash": "KKBFnc4WZ6m9HgsKgwfO1cIxd154b8cAnP3uWhuelvFkzxqBXQQgIsHF0n3DYBG2AoTJCZDXwJpKuVC7CsKJWg==",
"resolved": "12.21.0",
"contentHash": "4DosxjTeu1BpRJr8iPuUQ0QMGgLHreErKy1DdqsqABkwA5FzzRr/fUD+IfxTpCyi7uhLhcgz5FmDdts+uyrvpQ==",
"dependencies": {
"Azure.Core": "1.41.0",
"Azure.Core": "1.43.0",
"System.IO.Hashing": "6.0.0"
}
},
Expand Down Expand Up @@ -735,8 +735,12 @@
},
"System.Text.Json": {
"type": "Transitive",
"resolved": "4.7.2",
"contentHash": "TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg=="
"resolved": "6.0.9",
"contentHash": "2j16oUgtIzl7Xtk7demG0i/v5aU/ZvULcAnJvPb63U3ZhXJ494UYcxuEj5Fs49i3XDrk5kU/8I+6l9zRCw3cJw==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Text.Encodings.Web": "6.0.0"
}
},
"System.Threading.Channels": {
"type": "Transitive",
Expand Down Expand Up @@ -782,7 +786,7 @@
"dependencies": {
"Autofac": "[8.1.0, )",
"Azure.Messaging.ServiceBus": "[7.18.1, )",
"Azure.Storage.Blobs": "[12.21.2, )",
"Azure.Storage.Blobs": "[12.22.0, )",
"Enmeshed.BuildingBlocks.Application.Abstractions": "[1.0.0, )",
"Google.Cloud.PubSub.V1": "[3.16.0, )",
"Google.Cloud.Storage.V1": "[4.10.0, )",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
},
"Azure.Core": {
"type": "Transitive",
"resolved": "1.41.0",
"contentHash": "7OO8rPCVSvXj2IQET3NkRf8hU2ZDCCvCIUhlrE089qkLNpNfWufJnBwHRKLAOWF3bhKBGJS/9hPBgjJ8kupUIg==",
"resolved": "1.43.0",
"contentHash": "XE6GHvFAv0djbzNSC3jJPDytcDRmg2CUYlh4V4HjIjX9xLP90OYDPz1KyF02qJJJTF9wLuG4C0XIQm22MGkCww==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
"System.ClientModel": "1.0.0",
"System.Diagnostics.DiagnosticSource": "6.0.1",
"System.Memory.Data": "1.0.2",
"System.Numerics.Vectors": "4.5.0",
"System.Text.Encodings.Web": "4.7.2",
"System.Text.Json": "4.7.2",
"System.Text.Encodings.Web": "6.0.0",
"System.Text.Json": "6.0.9",
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
Expand Down Expand Up @@ -63,19 +63,19 @@
},
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.21.2",
"contentHash": "2J+sMgNbj2DJ+ydRSqYYADDd2AajFLfPzLGxASOxcoGx4iVxyF6jscHw2IY+8QyMPWA09wN3lCtYJ5S4zIsJkA==",
"resolved": "12.22.0",
"contentHash": "ZULEgyKLEeSVdc3k5tM40zts5fwET/CT3RkOn/0kJruPj2dI9XB/R9pT53sqNWCs744qjaPI03Y8UtIYA8p54Q==",
"dependencies": {
"Azure.Storage.Common": "12.20.1",
"System.Text.Json": "4.7.2"
"Azure.Storage.Common": "12.21.0",
"System.Text.Json": "6.0.9"
}
},
"Azure.Storage.Common": {
"type": "Transitive",
"resolved": "12.20.1",
"contentHash": "KKBFnc4WZ6m9HgsKgwfO1cIxd154b8cAnP3uWhuelvFkzxqBXQQgIsHF0n3DYBG2AoTJCZDXwJpKuVC7CsKJWg==",
"resolved": "12.21.0",
"contentHash": "4DosxjTeu1BpRJr8iPuUQ0QMGgLHreErKy1DdqsqABkwA5FzzRr/fUD+IfxTpCyi7uhLhcgz5FmDdts+uyrvpQ==",
"dependencies": {
"Azure.Core": "1.41.0",
"Azure.Core": "1.43.0",
"System.IO.Hashing": "6.0.0"
}
},
Expand Down Expand Up @@ -735,8 +735,12 @@
},
"System.Text.Json": {
"type": "Transitive",
"resolved": "4.7.2",
"contentHash": "TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg=="
"resolved": "6.0.9",
"contentHash": "2j16oUgtIzl7Xtk7demG0i/v5aU/ZvULcAnJvPb63U3ZhXJ494UYcxuEj5Fs49i3XDrk5kU/8I+6l9zRCw3cJw==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Text.Encodings.Web": "6.0.0"
}
},
"System.Threading.Channels": {
"type": "Transitive",
Expand Down Expand Up @@ -782,7 +786,7 @@
"dependencies": {
"Autofac": "[8.1.0, )",
"Azure.Messaging.ServiceBus": "[7.18.1, )",
"Azure.Storage.Blobs": "[12.21.2, )",
"Azure.Storage.Blobs": "[12.22.0, )",
"Enmeshed.BuildingBlocks.Application.Abstractions": "[1.0.0, )",
"Google.Cloud.PubSub.V1": "[3.16.0, )",
"Google.Cloud.Storage.V1": "[4.10.0, )",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
},
"Azure.Core": {
"type": "Transitive",
"resolved": "1.41.0",
"contentHash": "7OO8rPCVSvXj2IQET3NkRf8hU2ZDCCvCIUhlrE089qkLNpNfWufJnBwHRKLAOWF3bhKBGJS/9hPBgjJ8kupUIg==",
"resolved": "1.43.0",
"contentHash": "XE6GHvFAv0djbzNSC3jJPDytcDRmg2CUYlh4V4HjIjX9xLP90OYDPz1KyF02qJJJTF9wLuG4C0XIQm22MGkCww==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
"System.ClientModel": "1.0.0",
"System.Diagnostics.DiagnosticSource": "6.0.1",
"System.Memory.Data": "1.0.2",
"System.Numerics.Vectors": "4.5.0",
"System.Text.Encodings.Web": "4.7.2",
"System.Text.Json": "4.7.2",
"System.Text.Encodings.Web": "6.0.0",
"System.Text.Json": "6.0.9",
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
Expand Down Expand Up @@ -63,19 +63,19 @@
},
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.21.2",
"contentHash": "2J+sMgNbj2DJ+ydRSqYYADDd2AajFLfPzLGxASOxcoGx4iVxyF6jscHw2IY+8QyMPWA09wN3lCtYJ5S4zIsJkA==",
"resolved": "12.22.0",
"contentHash": "ZULEgyKLEeSVdc3k5tM40zts5fwET/CT3RkOn/0kJruPj2dI9XB/R9pT53sqNWCs744qjaPI03Y8UtIYA8p54Q==",
"dependencies": {
"Azure.Storage.Common": "12.20.1",
"System.Text.Json": "4.7.2"
"Azure.Storage.Common": "12.21.0",
"System.Text.Json": "6.0.9"
}
},
"Azure.Storage.Common": {
"type": "Transitive",
"resolved": "12.20.1",
"contentHash": "KKBFnc4WZ6m9HgsKgwfO1cIxd154b8cAnP3uWhuelvFkzxqBXQQgIsHF0n3DYBG2AoTJCZDXwJpKuVC7CsKJWg==",
"resolved": "12.21.0",
"contentHash": "4DosxjTeu1BpRJr8iPuUQ0QMGgLHreErKy1DdqsqABkwA5FzzRr/fUD+IfxTpCyi7uhLhcgz5FmDdts+uyrvpQ==",
"dependencies": {
"Azure.Core": "1.41.0",
"Azure.Core": "1.43.0",
"System.IO.Hashing": "6.0.0"
}
},
Expand Down Expand Up @@ -735,8 +735,12 @@
},
"System.Text.Json": {
"type": "Transitive",
"resolved": "4.7.2",
"contentHash": "TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg=="
"resolved": "6.0.9",
"contentHash": "2j16oUgtIzl7Xtk7demG0i/v5aU/ZvULcAnJvPb63U3ZhXJ494UYcxuEj5Fs49i3XDrk5kU/8I+6l9zRCw3cJw==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Text.Encodings.Web": "6.0.0"
}
},
"System.Threading.Channels": {
"type": "Transitive",
Expand Down Expand Up @@ -776,7 +780,7 @@
"dependencies": {
"Autofac": "[8.1.0, )",
"Azure.Messaging.ServiceBus": "[7.18.1, )",
"Azure.Storage.Blobs": "[12.21.2, )",
"Azure.Storage.Blobs": "[12.22.0, )",
"Enmeshed.BuildingBlocks.Application.Abstractions": "[1.0.0, )",
"Google.Cloud.PubSub.V1": "[3.16.0, )",
"Google.Cloud.Storage.V1": "[4.10.0, )",
Expand Down
26 changes: 13 additions & 13 deletions Applications/AdminApi/src/AdminApi/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,16 +208,16 @@
},
"Azure.Core": {
"type": "Transitive",
"resolved": "1.41.0",
"contentHash": "7OO8rPCVSvXj2IQET3NkRf8hU2ZDCCvCIUhlrE089qkLNpNfWufJnBwHRKLAOWF3bhKBGJS/9hPBgjJ8kupUIg==",
"resolved": "1.43.0",
"contentHash": "XE6GHvFAv0djbzNSC3jJPDytcDRmg2CUYlh4V4HjIjX9xLP90OYDPz1KyF02qJJJTF9wLuG4C0XIQm22MGkCww==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
"System.ClientModel": "1.0.0",
"System.Diagnostics.DiagnosticSource": "6.0.1",
"System.Memory.Data": "1.0.2",
"System.Numerics.Vectors": "4.5.0",
"System.Text.Encodings.Web": "4.7.2",
"System.Text.Json": "4.7.2",
"System.Text.Encodings.Web": "6.0.0",
"System.Text.Json": "6.0.9",
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
Expand Down Expand Up @@ -259,19 +259,19 @@
},
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.21.2",
"contentHash": "2J+sMgNbj2DJ+ydRSqYYADDd2AajFLfPzLGxASOxcoGx4iVxyF6jscHw2IY+8QyMPWA09wN3lCtYJ5S4zIsJkA==",
"resolved": "12.22.0",
"contentHash": "ZULEgyKLEeSVdc3k5tM40zts5fwET/CT3RkOn/0kJruPj2dI9XB/R9pT53sqNWCs744qjaPI03Y8UtIYA8p54Q==",
"dependencies": {
"Azure.Storage.Common": "12.20.1",
"System.Text.Json": "4.7.2"
"Azure.Storage.Common": "12.21.0",
"System.Text.Json": "6.0.9"
}
},
"Azure.Storage.Common": {
"type": "Transitive",
"resolved": "12.20.1",
"contentHash": "KKBFnc4WZ6m9HgsKgwfO1cIxd154b8cAnP3uWhuelvFkzxqBXQQgIsHF0n3DYBG2AoTJCZDXwJpKuVC7CsKJWg==",
"resolved": "12.21.0",
"contentHash": "4DosxjTeu1BpRJr8iPuUQ0QMGgLHreErKy1DdqsqABkwA5FzzRr/fUD+IfxTpCyi7uhLhcgz5FmDdts+uyrvpQ==",
"dependencies": {
"Azure.Core": "1.41.0",
"Azure.Core": "1.43.0",
"System.IO.Hashing": "6.0.0"
}
},
Expand Down Expand Up @@ -1841,7 +1841,7 @@
"dependencies": {
"Autofac": "[8.1.0, )",
"Azure.Messaging.ServiceBus": "[7.18.1, )",
"Azure.Storage.Blobs": "[12.21.2, )",
"Azure.Storage.Blobs": "[12.22.0, )",
"Enmeshed.BuildingBlocks.Application.Abstractions": "[1.0.0, )",
"Google.Cloud.PubSub.V1": "[3.16.0, )",
"Google.Cloud.Storage.V1": "[4.10.0, )",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,16 +172,16 @@
},
"Azure.Core": {
"type": "Transitive",
"resolved": "1.41.0",
"contentHash": "7OO8rPCVSvXj2IQET3NkRf8hU2ZDCCvCIUhlrE089qkLNpNfWufJnBwHRKLAOWF3bhKBGJS/9hPBgjJ8kupUIg==",
"resolved": "1.43.0",
"contentHash": "XE6GHvFAv0djbzNSC3jJPDytcDRmg2CUYlh4V4HjIjX9xLP90OYDPz1KyF02qJJJTF9wLuG4C0XIQm22MGkCww==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
"System.ClientModel": "1.0.0",
"System.Diagnostics.DiagnosticSource": "6.0.1",
"System.Memory.Data": "1.0.2",
"System.Numerics.Vectors": "4.5.0",
"System.Text.Encodings.Web": "4.7.2",
"System.Text.Json": "4.7.2",
"System.Text.Encodings.Web": "6.0.0",
"System.Text.Json": "6.0.9",
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
Expand Down Expand Up @@ -223,19 +223,19 @@
},
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.21.2",
"contentHash": "2J+sMgNbj2DJ+ydRSqYYADDd2AajFLfPzLGxASOxcoGx4iVxyF6jscHw2IY+8QyMPWA09wN3lCtYJ5S4zIsJkA==",
"resolved": "12.22.0",
"contentHash": "ZULEgyKLEeSVdc3k5tM40zts5fwET/CT3RkOn/0kJruPj2dI9XB/R9pT53sqNWCs744qjaPI03Y8UtIYA8p54Q==",
"dependencies": {
"Azure.Storage.Common": "12.20.1",
"System.Text.Json": "4.7.2"
"Azure.Storage.Common": "12.21.0",
"System.Text.Json": "6.0.9"
}
},
"Azure.Storage.Common": {
"type": "Transitive",
"resolved": "12.20.1",
"contentHash": "KKBFnc4WZ6m9HgsKgwfO1cIxd154b8cAnP3uWhuelvFkzxqBXQQgIsHF0n3DYBG2AoTJCZDXwJpKuVC7CsKJWg==",
"resolved": "12.21.0",
"contentHash": "4DosxjTeu1BpRJr8iPuUQ0QMGgLHreErKy1DdqsqABkwA5FzzRr/fUD+IfxTpCyi7uhLhcgz5FmDdts+uyrvpQ==",
"dependencies": {
"Azure.Core": "1.41.0",
"Azure.Core": "1.43.0",
"System.IO.Hashing": "6.0.0"
}
},
Expand Down Expand Up @@ -2848,7 +2848,7 @@
"dependencies": {
"Autofac": "[8.1.0, )",
"Azure.Messaging.ServiceBus": "[7.18.1, )",
"Azure.Storage.Blobs": "[12.21.2, )",
"Azure.Storage.Blobs": "[12.22.0, )",
"Enmeshed.BuildingBlocks.Application.Abstractions": "[1.0.0, )",
"Google.Cloud.PubSub.V1": "[3.16.0, )",
"Google.Cloud.Storage.V1": "[4.10.0, )",
Expand Down
Loading

0 comments on commit efc17d4

Please sign in to comment.