Skip to content

Commit dc4c7ce

Browse files
committed
chore(deps): upgrade dotnet sdk & mantine
1 parent 325f41a commit dc4c7ce

File tree

4 files changed

+228
-206
lines changed

4 files changed

+228
-206
lines changed

src/Directory.Packages.props

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,19 @@
1212
<PackageVersion Include="FluentStorage.AWS" Version="5.5.0" />
1313
<PackageVersion Include="FluentStorage.Azure.Blobs" Version="5.3.0" />
1414
<PackageVersion Include="KubernetesClient" Version="16.0.7" />
15-
<PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.4" />
16-
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Protocols.Json" Version="9.0.4" />
17-
<PackageVersion Include="Microsoft.AspNetCore.SpaProxy" Version="9.0.4" />
18-
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.4" />
19-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tasks" Version="9.0.4" />
20-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.4" />
21-
<PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks.Common" Version="9.4.0" />
15+
<PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.5" />
16+
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Protocols.Json" Version="9.0.5" />
17+
<PackageVersion Include="Microsoft.AspNetCore.SpaProxy" Version="9.0.5" />
18+
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.5" />
19+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tasks" Version="9.0.5">
20+
<PrivateAssets>all</PrivateAssets>
21+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
22+
</PackageVersion>
23+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.5">
24+
<PrivateAssets>all</PrivateAssets>
25+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
26+
</PackageVersion>
27+
<PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks.Common" Version="9.5.0" />
2228
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
2329
<PackageVersion Include="Npgsql.OpenTelemetry" Version="9.0.3" />
2430
<PackageVersion Include="NPOI" Version="2.7.3" />
@@ -36,27 +42,27 @@
3642
<PackageVersion Include="OpenTelemetry.Instrumentation.Process" Version="1.11.0-beta.1" />
3743
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.12.0" />
3844
<PackageVersion Include="OpenTelemetry.Instrumentation.StackExchangeRedis" Version="1.11.0-beta.1" />
39-
<PackageVersion Include="Scalar.AspNetCore" Version="2.2.7" />
45+
<PackageVersion Include="Scalar.AspNetCore" Version="2.3.0" />
4046
<PackageVersion Include="Serilog.AspNetCore" Version="9.0.0" />
4147
<PackageVersion Include="Serilog.Expressions" Version="5.0.0" />
4248
<PackageVersion Include="Serilog.Extensions.Logging" Version="9.0.1" />
4349
<PackageVersion Include="Serilog.Sinks.Async" Version="2.1.0" />
4450
<PackageVersion Include="Serilog.Sinks.File" Version="7.0.0" />
4551
<PackageVersion Include="Serilog.Sinks.File.Archive" Version="1.0.6" />
4652
<PackageVersion Include="MailKit" Version="4.12.0" />
47-
<PackageVersion Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="9.0.4" />
48-
<PackageVersion Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="9.0.4" />
49-
<PackageVersion Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="9.0.4" />
53+
<PackageVersion Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="9.0.5" />
54+
<PackageVersion Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="9.0.5" />
55+
<PackageVersion Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="9.0.5" />
5056
<PackageVersion Include="MemoryPack" Version="1.21.4" />
51-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.4" />
52-
<PackageVersion Include="Microsoft.Extensions.Options" Version="9.0.4" />
57+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.5" />
58+
<PackageVersion Include="Microsoft.Extensions.Options" Version="9.0.5" />
5359
<PackageVersion Include="Serilog.Sinks.Grafana.Loki" Version="8.3.0" />
5460
<PackageVersion Include="SixLabors.ImageSharp" Version="3.1.8" />
5561
<PackageVersion Include="BouncyCastle.Cryptography" Version="2.5.1" />
5662
<PackageVersion Include="PacketDotNet" Version="1.4.8" />
5763
<PackageVersion Include="SharpPcap" Version="6.3.0" />
58-
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.4" />
59-
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="9.0.4" />
64+
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.5" />
65+
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="9.0.5" />
6066
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
6167
<PackageVersion Include="xunit" Version="2.9.3" />
6268
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.0" />

src/GZCTF/ClientApp/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"dependencies": {
1515
"@babel/core": "^7.27.1",
1616
"@emotion/react": "^11.14.0",
17-
"@mantine/carousel": "^8.0.0",
18-
"@mantine/colors-generator": "^8.0.0",
19-
"@mantine/core": "^8.0.0",
20-
"@mantine/dates": "^8.0.0",
21-
"@mantine/dropzone": "^8.0.0",
22-
"@mantine/emotion": "^8.0.0",
23-
"@mantine/form": "^8.0.0",
24-
"@mantine/hooks": "^8.0.0",
25-
"@mantine/modals": "^8.0.0",
26-
"@mantine/notifications": "^8.0.0",
17+
"@mantine/carousel": "^8.0.1",
18+
"@mantine/colors-generator": "^8.0.1",
19+
"@mantine/core": "^8.0.1",
20+
"@mantine/dates": "^8.0.1",
21+
"@mantine/dropzone": "^8.0.1",
22+
"@mantine/emotion": "^8.0.1",
23+
"@mantine/form": "^8.0.1",
24+
"@mantine/hooks": "^8.0.1",
25+
"@mantine/modals": "^8.0.1",
26+
"@mantine/notifications": "^8.0.1",
2727
"@marsidev/react-turnstile": "^1.1.0",
2828
"@mdi/js": "^7.4.47",
2929
"@mdi/react": "^1.6.1",
@@ -59,10 +59,10 @@
5959
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
6060
"@types/chroma-js": "^3.1.1",
6161
"@types/katex": "^0.16.7",
62-
"@types/node": "^22.15.17",
62+
"@types/node": "^22.15.18",
6363
"@types/prismjs": "^1.26.5",
64-
"@types/react": "^19.1.3",
65-
"@types/react-dom": "^19.1.4",
64+
"@types/react": "^19.1.4",
65+
"@types/react-dom": "^19.1.5",
6666
"@vitejs/plugin-react": "^4.4.1",
6767
"axios": "^1.9.0",
6868
"babel-plugin-prismjs": "^2.1.0",

0 commit comments

Comments
 (0)