Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/Lfm.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="Azure.Identity" Version="1.21.0" />
<!-- Min 12.24.1 required by Azure.Extensions.AspNetCore.DataProtection.Blobs 1.5.1 -->
<PackageReference Include="Azure.Storage.Blobs" Version="12.29.1" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.29.2" />
<PackageReference Include="FluentValidation" Version="12.1.1" />
<!-- Microsoft.AspNetCore.DataProtection is normally supplied by the
FrameworkReference above; pinned at the app layer to close known
Expand Down
6 changes: 3 additions & 3 deletions api/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
},
"Azure.Storage.Blobs": {
"type": "Direct",
"requested": "[12.29.1, )",
"resolved": "12.29.1",
"contentHash": "pWh7xZBto8YcwiO853AB3uijTfVqs9PDte0Bu9/Zd8O9nwKiitWm0Jej1vsNkmYUzeG1552f8vJPjmtW30pBUQ==",
"requested": "[12.29.2, )",
"resolved": "12.29.2",
"contentHash": "NeZmk7bphspT2BYn8XaNCTV4/9vQG+ea79F85MBTi2o2WiXIIJNsRBtFyeBrzK2HIk476rfSqLNwPt4vXgOEkQ==",
"dependencies": {
"Azure.Core": "1.55.0",
"Azure.Storage.Common": "12.28.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/Lfm.E2E/Lfm.E2E.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Testcontainers.Azurite" Version="4.14.0" />
<PackageReference Include="Deque.AxeCore.Playwright" Version="4.13.0" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.62.1" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.29.1" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.29.2" />
</ItemGroup>
<ItemGroup>
<None Update="xunit.runner.json">
Expand Down
6 changes: 3 additions & 3 deletions tests/Lfm.E2E/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net10.0": {
"Azure.Storage.Blobs": {
"type": "Direct",
"requested": "[12.29.1, )",
"resolved": "12.29.1",
"contentHash": "pWh7xZBto8YcwiO853AB3uijTfVqs9PDte0Bu9/Zd8O9nwKiitWm0Jej1vsNkmYUzeG1552f8vJPjmtW30pBUQ==",
"requested": "[12.29.2, )",
"resolved": "12.29.2",
"contentHash": "NeZmk7bphspT2BYn8XaNCTV4/9vQG+ea79F85MBTi2o2WiXIIJNsRBtFyeBrzK2HIk476rfSqLNwPt4vXgOEkQ==",
"dependencies": {
"Azure.Core": "1.55.0",
"Azure.Storage.Common": "12.28.0"
Expand Down
Loading