diff --git a/docs/package.json b/docs/package.json
index eac33af88..3d6feb9eb 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "gzctf-docs",
- "version": "0.17.1",
+ "version": "0.17.2",
"private": true,
"scripts": {
"dev": "next",
@@ -17,7 +17,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
- "@types/node": "^20.5.8",
+ "@types/node": "^20.6.2",
"@types/react": "^18.2.21",
"typescript": "^5.2.2"
}
diff --git a/docs/pnpm-lock.yaml b/docs/pnpm-lock.yaml
index 52c0c523a..6d434c5dd 100644
--- a/docs/pnpm-lock.yaml
+++ b/docs/pnpm-lock.yaml
@@ -29,8 +29,8 @@ dependencies:
devDependencies:
'@types/node':
- specifier: ^20.5.8
- version: 20.5.8
+ specifier: ^20.6.2
+ version: 20.6.2
'@types/react':
specifier: ^18.2.21
version: 18.2.21
@@ -407,8 +407,8 @@ packages:
resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==}
dev: false
- /@types/node@20.5.8:
- resolution: {integrity: sha512-eajsR9aeljqNhK028VG0Wuw+OaY5LLxYmxeoXynIoE6jannr9/Ucd1LL0hSSoafk5LTYG+FfqsyGt81Q6Zkybw==}
+ /@types/node@20.6.2:
+ resolution: {integrity: sha512-Y+/1vGBHV/cYk6OI1Na/LHzwnlNCAfU3ZNGrc1LdRe/LAIbdDPTTv/HU3M7yXN448aTVDq3eKRm2cg7iKLb8gw==}
dev: true
/@types/prop-types@15.7.5:
diff --git a/src/GZCTF.Test/GZCTF.Test.csproj b/src/GZCTF.Test/GZCTF.Test.csproj
index fe1d00a28..c54aa6147 100644
--- a/src/GZCTF.Test/GZCTF.Test.csproj
+++ b/src/GZCTF.Test/GZCTF.Test.csproj
@@ -6,7 +6,7 @@
false
true
Debug;Release;GenAPI
- 0.17.1
+ 0.17.2
True
diff --git a/src/GZCTF.sln b/src/GZCTF.sln
index 95e06b707..90c0c5ab0 100644
--- a/src/GZCTF.sln
+++ b/src/GZCTF.sln
@@ -39,6 +39,6 @@ Global
SolutionGuid = {643F6AF8-C22F-4E8E-9AB2-504B7C560CD6}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
- version = 0.17.1
+ version = 0.17.2
EndGlobalSection
EndGlobal
diff --git a/src/GZCTF/ClientApp/package.json b/src/GZCTF/ClientApp/package.json
index 6c42e71ee..55c6530a3 100644
--- a/src/GZCTF/ClientApp/package.json
+++ b/src/GZCTF/ClientApp/package.json
@@ -1,6 +1,6 @@
{
"name": "gzctf-client",
- "version": "0.17.1",
+ "version": "0.17.2",
"private": true,
"scripts": {
"dev": "vite",
diff --git a/src/GZCTF/GZCTF.csproj b/src/GZCTF/GZCTF.csproj
index a5374ef14..6d01ab5e8 100644
--- a/src/GZCTF/GZCTF.csproj
+++ b/src/GZCTF/GZCTF.csproj
@@ -2,7 +2,7 @@
net7.0
- 0.17.1
+ 0.17.2
GZ::CTF $(VITE_APP_GIT_NAME)-$(VITE_APP_GIT_SHA) build at $(VITE_APP_BUILD_TIMESTAMP)
enable
enable
@@ -18,7 +18,7 @@
http://localhost:63000
pnpm run dev --host
Debug;Release;GenAPI
- 0.17.1
+ 0.17.2
4
preview
True