Skip to content

Commit 3481e65

Browse files
committed
chore(deps): update
1 parent 031a96f commit 3481e65

File tree

3 files changed

+244
-238
lines changed

3 files changed

+244
-238
lines changed

src/Directory.Packages.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tasks" Version="9.0.2" />
2020
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.2" />
2121
<PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks.Common" Version="9.2.0" />
22-
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.3" />
22+
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
2323
<PackageVersion Include="Npgsql.OpenTelemetry" Version="9.0.3" />
2424
<PackageVersion Include="NPOI" Version="2.7.2" />
2525
<PackageVersion Include="NSwag.AspNetCore" Version="14.2.0" />
@@ -36,7 +36,7 @@
3636
<PackageVersion Include="OpenTelemetry.Instrumentation.Process" Version="1.11.0-beta.1" />
3737
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.11.0" />
3838
<PackageVersion Include="OpenTelemetry.Instrumentation.StackExchangeRedis" Version="1.11.0-beta.1" />
39-
<PackageVersion Include="Scalar.AspNetCore" Version="2.0.18" />
39+
<PackageVersion Include="Scalar.AspNetCore" Version="2.0.20" />
4040
<PackageVersion Include="Serilog.AspNetCore" Version="9.0.0" />
4141
<PackageVersion Include="Serilog.Expressions" Version="5.0.0" />
4242
<PackageVersion Include="Serilog.Extensions.Logging" Version="9.0.0" />
@@ -63,6 +63,6 @@
6363
<PackageVersion Include="xunit.runner.console" Version="2.9.3" />
6464
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
6565
<PackageVersion Include="coverlet.msbuild" Version="6.0.4" />
66-
<PackageVersion Include="ZstdSharp.Port" Version="0.8.4" />
66+
<PackageVersion Include="ZstdSharp.Port" Version="0.8.5" />
6767
</ItemGroup>
6868
</Project>

src/GZCTF/ClientApp/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"dependencies": {
1515
"@babel/core": "^7.26.9",
1616
"@emotion/react": "^11.14.0",
17-
"@mantine/carousel": "^7.17.0",
18-
"@mantine/colors-generator": "^7.17.0",
19-
"@mantine/core": "^7.17.0",
20-
"@mantine/dates": "^7.17.0",
21-
"@mantine/dropzone": "^7.17.0",
22-
"@mantine/emotion": "^7.17.0",
23-
"@mantine/form": "^7.17.0",
24-
"@mantine/hooks": "^7.17.0",
25-
"@mantine/modals": "^7.17.0",
26-
"@mantine/notifications": "^7.17.0",
17+
"@mantine/carousel": "^7.17.1",
18+
"@mantine/colors-generator": "^7.17.1",
19+
"@mantine/core": "^7.17.1",
20+
"@mantine/dates": "^7.17.1",
21+
"@mantine/dropzone": "^7.17.1",
22+
"@mantine/emotion": "^7.17.1",
23+
"@mantine/form": "^7.17.1",
24+
"@mantine/hooks": "^7.17.1",
25+
"@mantine/modals": "^7.17.1",
26+
"@mantine/notifications": "^7.17.1",
2727
"@marsidev/react-turnstile": "^1.1.0",
2828
"@mdi/js": "^7.4.47",
2929
"@mdi/react": "^1.6.1",
@@ -63,14 +63,14 @@
6363
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
6464
"@types/chroma-js": "^3.1.1",
6565
"@types/katex": "^0.16.7",
66-
"@types/node": "^22.13.5",
66+
"@types/node": "^22.13.8",
6767
"@types/prismjs": "^1.26.5",
6868
"@types/react": "^19.0.10",
6969
"@types/react-dom": "^19.0.4",
7070
"@typescript-eslint/eslint-plugin": "^8.25.0",
7171
"@typescript-eslint/parser": "^8.25.0",
7272
"@vitejs/plugin-react": "^4.3.4",
73-
"axios": "^1.7.9",
73+
"axios": "^1.8.1",
7474
"babel-plugin-prismjs": "^2.1.0",
7575
"eslint": "^9.21.0",
7676
"eslint-plugin-oxlint": "^0.15.12",
@@ -85,7 +85,7 @@
8585
"postcss-simple-vars": "^7.0.1",
8686
"prettier": "~3.5.2",
8787
"prettier-plugin-sort-json": "^4.1.1",
88-
"rollup": "^4.34.8",
88+
"rollup": "^4.34.9",
8989
"swagger-typescript-api": "^13.0.23",
9090
"tslib": "^2.8.1",
9191
"typescript": "5.7.3",

0 commit comments

Comments
 (0)