diff --git a/index.html b/index.html
index f8d058e..50ba03e 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,9 @@
OJ
+
diff --git a/package-lock.json b/package-lock.json
index f166b47..3c8f199 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -16,7 +16,7 @@
"@vueuse/core": "^9.13.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
- "axios": "1.3.4",
+ "axios": "1.3.5",
"chart.js": "^4.2.1",
"codemirror": "^6.0.1",
"copy-text-to-clipboard": "^3.1.0",
@@ -25,7 +25,7 @@
"naive-ui": "^2.34.3",
"normalize.css": "^8.0.1",
"party-js": "^2.2.0",
- "pinia": "^2.0.33",
+ "pinia": "^2.0.34",
"vue": "^3.2.47",
"vue-chartjs": "^5.2.0",
"vue-codemirror": "^6.1.1",
@@ -38,8 +38,8 @@
"@vitejs/plugin-vue": "^4.1.0",
"markdown-it-shiki": "^0.8.0",
"prettier": "^2.8.7",
- "terser": "^5.16.8",
- "typescript": "^5.0.3",
+ "terser": "^5.16.9",
+ "typescript": "^5.0.4",
"unplugin-auto-import": "^0.15.2",
"unplugin-icons": "^0.16.1",
"unplugin-vue-components": "^0.24.1",
@@ -3161,9 +3161,9 @@
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
},
"node_modules/axios": {
- "version": "1.3.4",
- "resolved": "https://registry.npmmirror.com/axios/-/axios-1.3.4.tgz",
- "integrity": "sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==",
+ "version": "1.3.5",
+ "resolved": "https://registry.npmmirror.com/axios/-/axios-1.3.5.tgz",
+ "integrity": "sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw==",
"dependencies": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",
@@ -4969,9 +4969,9 @@
}
},
"node_modules/pinia": {
- "version": "2.0.33",
- "resolved": "https://registry.npmmirror.com/pinia/-/pinia-2.0.33.tgz",
- "integrity": "sha512-HOj1yVV2itw6rNIrR2f7+MirGNxhORjrULL8GWgRwXsGSvEqIQ+SE0MYt6cwtpegzCda3i+rVTZM+AM7CG+kRg==",
+ "version": "2.0.34",
+ "resolved": "https://registry.npmmirror.com/pinia/-/pinia-2.0.34.tgz",
+ "integrity": "sha512-cgOoGUiyqX0SSgX8XelK9+Ri4XA2/YyNtgjogwfzIx1g7iZTaZPxm7/bZYMCLU2qHRiHhxG7SuQO0eBacFNc2Q==",
"dependencies": {
"@vue/devtools-api": "^6.5.0",
"vue-demi": "*"
@@ -5539,9 +5539,9 @@
}
},
"node_modules/terser": {
- "version": "5.16.8",
- "resolved": "https://registry.npmmirror.com/terser/-/terser-5.16.8.tgz",
- "integrity": "sha512-QI5g1E/ef7d+PsDifb+a6nnVgC4F22Bg6T0xrBrz6iloVB4PUkkunp6V8nzoOOZJIzjWVdAGqCdlKlhLq/TbIA==",
+ "version": "5.16.9",
+ "resolved": "https://registry.npmmirror.com/terser/-/terser-5.16.9.tgz",
+ "integrity": "sha512-HPa/FdTB9XGI2H1/keLFZHxl6WNvAI4YalHGtDQTlMnJcoqSab1UwL4l1hGEhs6/GmLHBZIg/YgB++jcbzoOEg==",
"dev": true,
"dependencies": {
"@jridgewell/source-map": "^0.3.2",
@@ -5609,9 +5609,9 @@
"integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg=="
},
"node_modules/typescript": {
- "version": "5.0.3",
- "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.0.3.tgz",
- "integrity": "sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==",
+ "version": "5.0.4",
+ "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.0.4.tgz",
+ "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==",
"devOptional": true,
"bin": {
"tsc": "bin/tsc",
diff --git a/package.json b/package.json
index 7357803..b1f9c9c 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
"@vueuse/core": "^9.13.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
- "axios": "1.3.4",
+ "axios": "1.3.5",
"chart.js": "^4.2.1",
"codemirror": "^6.0.1",
"copy-text-to-clipboard": "^3.1.0",
@@ -27,7 +27,7 @@
"naive-ui": "^2.34.3",
"normalize.css": "^8.0.1",
"party-js": "^2.2.0",
- "pinia": "^2.0.33",
+ "pinia": "^2.0.34",
"vue": "^3.2.47",
"vue-chartjs": "^5.2.0",
"vue-codemirror": "^6.1.1",
@@ -40,8 +40,8 @@
"@vitejs/plugin-vue": "^4.1.0",
"markdown-it-shiki": "^0.8.0",
"prettier": "^2.8.7",
- "terser": "^5.16.8",
- "typescript": "^5.0.3",
+ "terser": "^5.16.9",
+ "typescript": "^5.0.4",
"unplugin-auto-import": "^0.15.2",
"unplugin-icons": "^0.16.1",
"unplugin-vue-components": "^0.24.1",