Skip to content

Commit cc33374

Browse files
chore(deps): update all dependencies
1 parent 54b180a commit cc33374

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
]
1616
},
1717
"dotnet-sonarscanner": {
18-
"version": "11.2.0",
18+
"version": "11.2.1",
1919
"commands": [
2020
"dotnet-sonarscanner"
2121
],

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageVersion Include="NUnit" Version="4.5.1" />
2222
<PackageVersion Include="NUnit.Analyzers" Version="4.12.0" />
2323
<PackageVersion Include="NUnit3TestAdapter" Version="6.2.0" />
24-
<PackageVersion Include="Scalar.AspNetCore" Version="2.13.17" />
24+
<PackageVersion Include="Scalar.AspNetCore" Version="2.13.20" />
2525
<PackageVersion Include="Testcontainers" Version="4.11.0" />
2626
</ItemGroup>
2727
</Project>

src/ScreenshotCreator.Api/Dockerfile-Playwright

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM --platform=$TARGETARCH mcr.microsoft.com/dotnet/aspnet:10.0.5 AS base
1+
FROM --platform=$TARGETARCH mcr.microsoft.com/dotnet/aspnet:10.0.6 AS base
22
ARG TARGETARCH
33
WORKDIR /app
44
COPY src/ScreenshotCreator.Api/install-powershell-$TARGETARCH.sh /scripts/install-powershell-$TARGETARCH.sh
55
RUN chmod +x /scripts/install-powershell-$TARGETARCH.sh && \
66
/scripts/install-powershell-$TARGETARCH.sh
77

8-
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10.0.201 AS sdk
8+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10.0.202 AS sdk
99
WORKDIR /src_playwright
1010
RUN dotnet new console --no-restore
1111
RUN dotnet add package Microsoft.Playwright

src/ScreenshotCreator.Api/ScreenshotCreator.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
44
<RuntimeIdentifiers>linux-x64;linux-arm64</RuntimeIdentifiers>
5-
<ContainerBaseImage>ghcr.io/mu88/screenshotcreator-playwright:10.0.130</ContainerBaseImage>
5+
<ContainerBaseImage>ghcr.io/mu88/screenshotcreator-playwright:10.0.133</ContainerBaseImage>
66
<PublishRegularContainer>true</PublishRegularContainer>
77
<PlaywrightPlatform>all</PlaywrightPlatform>
88
</PropertyGroup>

src/ScreenshotCreator.Api/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
},
3131
"Scalar.AspNetCore": {
3232
"type": "Direct",
33-
"requested": "[2.13.17, )",
34-
"resolved": "2.13.17",
35-
"contentHash": "v44WF0m58HBwaUiZVrvuetICcoaf2ZvIYu8JxsaJRRtsrNLlCIqjCcncTTDIy7pUiC2r2EO3eCJqcqGaTKZplQ=="
33+
"requested": "[2.13.20, )",
34+
"resolved": "2.13.20",
35+
"contentHash": "KLWQcH0YisMa0nzv36S5TcKgZ5seAaTHXVcdG8S3H0UFFtAeBYwSOnzme6S9Ch1Tl9trpa0G8aiCjzF9H9khTw=="
3636
},
3737
"IDisposableAnalyzers": {
3838
"type": "Transitive",

tests/Tests/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@
765765
"type": "Project",
766766
"dependencies": {
767767
"Microsoft.AspNetCore.OpenApi": "[10.0.5, )",
768-
"Scalar.AspNetCore": "[2.13.17, )",
768+
"Scalar.AspNetCore": "[2.13.20, )",
769769
"ScreenshotCreator.Logic": "[5.0.0, )",
770770
"mu88.Shared": "[8.0.0, )"
771771
}
@@ -821,9 +821,9 @@
821821
},
822822
"Scalar.AspNetCore": {
823823
"type": "CentralTransitive",
824-
"requested": "[2.13.17, )",
825-
"resolved": "2.13.17",
826-
"contentHash": "v44WF0m58HBwaUiZVrvuetICcoaf2ZvIYu8JxsaJRRtsrNLlCIqjCcncTTDIy7pUiC2r2EO3eCJqcqGaTKZplQ=="
824+
"requested": "[2.13.20, )",
825+
"resolved": "2.13.20",
826+
"contentHash": "KLWQcH0YisMa0nzv36S5TcKgZ5seAaTHXVcdG8S3H0UFFtAeBYwSOnzme6S9Ch1Tl9trpa0G8aiCjzF9H9khTw=="
827827
}
828828
}
829829
}

0 commit comments

Comments
 (0)