Skip to content

Commit eb7b806

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

6 files changed

Lines changed: 26 additions & 26 deletions

File tree

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
]
1616
},
1717
"dotnet-sonarscanner": {
18-
"version": "11.2.0",
18+
"version": "11.2.1",
1919
"commands": [
2020
"dotnet-sonarscanner"
2121
],
2222
"rollForward": false
2323
},
2424
"dotnet-coverage": {
25-
"version": "18.5.2",
25+
"version": "18.6.2",
2626
"commands": [
2727
"dotnet-coverage"
2828
]

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
<PackageVersion Include="Microsoft.Bcl.TimeProvider" Version="10.0.5" />
1515
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.5" />
1616
<PackageVersion Include="Microsoft.Extensions.Options" Version="10.0.5" />
17-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
17+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
1818
<PackageVersion Include="Microsoft.Playwright" Version="1.58.0" />
1919
<PackageVersion Include="mu88.Shared" Version="8.0.0" />
2020
<PackageVersion Include="NSubstitute" Version="5.3.0" />
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.7 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.203 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.136</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: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@
7171
},
7272
"Microsoft.NET.Test.Sdk": {
7373
"type": "Direct",
74-
"requested": "[18.3.0, )",
75-
"resolved": "18.3.0",
76-
"contentHash": "xW3kXuWRQtgoxJp4J+gdhHSQyK+6Wb/AZDSd7lMvuMRYlZ1tnpkojyfZlWilB5G4dmZ0Y0ZxU/M23TlubndNkw==",
74+
"requested": "[18.4.0, )",
75+
"resolved": "18.4.0",
76+
"contentHash": "w49iZdL4HL6V25l41NVQLXWQ+e71GvSkKVteMrOL02gP/PUkcnO/1yEb2s9FntU4wGmJWfKnyrRAhcMHd9ZZNA==",
7777
"dependencies": {
78-
"Microsoft.CodeCoverage": "18.3.0",
79-
"Microsoft.TestPlatform.TestHost": "18.3.0"
78+
"Microsoft.CodeCoverage": "18.4.0",
79+
"Microsoft.TestPlatform.TestHost": "18.4.0"
8080
}
8181
},
8282
"mu88.Shared": {
@@ -254,8 +254,8 @@
254254
},
255255
"Microsoft.CodeCoverage": {
256256
"type": "Transitive",
257-
"resolved": "18.3.0",
258-
"contentHash": "23BNy/vziREC20Wwhb50K7+kZe0m07KlLWDQv4qjJ9tt3QjpDpDIqJFrhYHmMEo9xDkuSp55U/8h4bMF7MiB+g=="
257+
"resolved": "18.4.0",
258+
"contentHash": "9O0BtCfzCWrkAmK187ugKdq72HHOXoOUjuWFDVc2LsZZ0pOnA9bTt+Sg9q4cF+MoAaUU+MuWtvBuFsnduviJow=="
259259
},
260260
"Microsoft.Diagnostics.NETCore.Client": {
261261
"type": "Transitive",
@@ -602,15 +602,15 @@
602602
},
603603
"Microsoft.TestPlatform.ObjectModel": {
604604
"type": "Transitive",
605-
"resolved": "18.3.0",
606-
"contentHash": "AEIEX2aWdPO9XbtR96eBaJxmXRD9vaI9uQ1T/JbPEKlTAZwYx0ZrMzKyULMdh/HH9Sg03kXCoN7LszQ90o6nPQ=="
605+
"resolved": "18.4.0",
606+
"contentHash": "4L6m2kS2pY5uJ9cpeRxzW22opr6ttScIRqsOpMDQpgENp/ZwxkkQCcmc6LRSURo2dFaaSW5KVflQZvroiJ7Wzg=="
607607
},
608608
"Microsoft.TestPlatform.TestHost": {
609609
"type": "Transitive",
610-
"resolved": "18.3.0",
611-
"contentHash": "twmsoelXnp1uWMU3VGip9f0Jr1mZ0PZqgJdF35CIrdYgYrkHIJMV1m8uKyhcdjLdsQDESHAgkR7KhS9i1qpJag==",
610+
"resolved": "18.4.0",
611+
"contentHash": "gZsCHI+zOmZCcKZieIL4Jg14qKD2OGZOmX5DehuIk1EA9BN6Crm0+taXQNEuajOH1G9CCyBxw8VWR4t5tumcng==",
612612
"dependencies": {
613-
"Microsoft.TestPlatform.ObjectModel": "18.3.0",
613+
"Microsoft.TestPlatform.ObjectModel": "18.4.0",
614614
"Newtonsoft.Json": "13.0.3"
615615
}
616616
},
@@ -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)