From 92f0c9d14d25e974e59977d132684a5475af326a Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Tue, 11 Mar 2025 19:17:47 +0800 Subject: [PATCH] update --- package-lock.json | 172 +++++++++++++++++++++++----------------------- package.json | 12 ++-- 2 files changed, 93 insertions(+), 91 deletions(-) diff --git a/package-lock.json b/package-lock.json index d3d49c6..358cd55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,10 +10,10 @@ "dependencies": { "@codemirror/lang-cpp": "^6.0.2", "@codemirror/lang-python": "^6.1.7", - "@vueuse/core": "^12.8.2", - "@wangeditor-next/editor": "^5.6.33", + "@vueuse/core": "^13.0.0", + "@wangeditor-next/editor": "^5.6.34", "@wangeditor-next/editor-for-vue": "^5.1.14", - "axios": "^1.8.1", + "axios": "^1.8.2", "canvas-confetti": "^1.9.3", "chart.js": "^4.4.8", "codemirror": "^6.0.1", @@ -32,7 +32,7 @@ "@iconify/vue": "^4.3.0", "@shikijs/markdown-it": "^3.1.0", "@types/canvas-confetti": "^1.9.0", - "@types/node": "^22.13.9", + "@types/node": "^22.13.10", "@vitejs/plugin-vue": "^5.2.1", "prettier": "^3.5.3", "prettier-plugin-organize-imports": "^4.1.0", @@ -40,8 +40,8 @@ "unplugin-auto-import": "^19.1.1", "unplugin-vue-components": "^28.4.1", "unplugin-vue-markdown": "^28.3.1", - "vite": "^6.2.0", - "vue-tsc": "^2.2.2" + "vite": "^6.2.1", + "vue-tsc": "^2.2.8" } }, "node_modules/@ampproject/remapping": { @@ -1744,9 +1744,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.13.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.9.tgz", - "integrity": "sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSd+yNURCjbOUGu9tqtLKnTGxmK6CyGw==", + "version": "22.13.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.10.tgz", + "integrity": "sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==", "dev": true, "license": "MIT", "dependencies": { @@ -2044,56 +2044,58 @@ "license": "MIT" }, "node_modules/@vueuse/core": { - "version": "12.8.2", - "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-12.8.2.tgz", - "integrity": "sha512-HbvCmZdzAu3VGi/pWYm5Ut+Kd9mn1ZHnn4L5G8kOQTPs/IwIAmJoBrmYk2ckLArgMXZj0AW3n5CAejLUO+PhdQ==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-13.0.0.tgz", + "integrity": "sha512-rkgb4a8/0b234lMGCT29WkCjPfsX0oxrIRR7FDndRoW3FsaC9NBzefXg/9TLhAgwM11f49XnutshM4LzJBrQ5g==", "license": "MIT", "dependencies": { "@types/web-bluetooth": "^0.0.21", - "@vueuse/metadata": "12.8.2", - "@vueuse/shared": "12.8.2", - "vue": "^3.5.13" + "@vueuse/metadata": "13.0.0", + "@vueuse/shared": "13.0.0" }, "funding": { "url": "https://github.com/sponsors/antfu" + }, + "peerDependencies": { + "vue": "^3.5.0" } }, "node_modules/@vueuse/metadata": { - "version": "12.8.2", - "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-12.8.2.tgz", - "integrity": "sha512-rAyLGEuoBJ/Il5AmFHiziCPdQzRt88VxR+Y/A/QhJ1EWtWqPBBAxTAFaSkviwEuOEZNtW8pvkPgoCZQ+HxqW1A==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-13.0.0.tgz", + "integrity": "sha512-TRNksqmvtvqsuHf7bbgH9OSXEV2b6+M3BSN4LR5oxWKykOFT9gV78+C2/0++Pq9KCp9KQ1OQDPvGlWNQpOb2Mw==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@vueuse/shared": { - "version": "12.8.2", - "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-12.8.2.tgz", - "integrity": "sha512-dznP38YzxZoNloI0qpEfpkms8knDtaoQ6Y/sfS0L7Yki4zh40LFHEhur0odJC6xTHG5dxWVPiUWBXn+wCG2s5w==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-13.0.0.tgz", + "integrity": "sha512-9MiHhAPw+sqCF/RLo8V6HsjRqEdNEWVpDLm2WBRW2G/kSQjb8X901sozXpSCaeLG0f7TEfMrT4XNaA5m1ez7Dg==", "license": "MIT", - "dependencies": { - "vue": "^3.5.13" - }, "funding": { "url": "https://github.com/sponsors/antfu" + }, + "peerDependencies": { + "vue": "^3.5.0" } }, "node_modules/@wangeditor-next/editor": { - "version": "5.6.33", - "resolved": "https://registry.npmjs.org/@wangeditor-next/editor/-/editor-5.6.33.tgz", - "integrity": "sha512-tQR2MHiickIay7h/1MzBmkOnYFpl2lvRQfCLywdjEM4eJVFjPkumgEknVpDEsOnhy8gnyozSldL4vhqhaxqxYA==", + "version": "5.6.34", + "resolved": "https://registry.npmjs.org/@wangeditor-next/editor/-/editor-5.6.34.tgz", + "integrity": "sha512-ZBRl9+Zzvt9DheIFjDfcwfGXVt7+5oP7ZZazyFh5Ta23RLBHQhwbWPkSbFYUzigPXwILofXPAxdwyyFVnHe5jw==", "license": "MIT", "dependencies": { "@uppy/core": "^2.1.1", "@uppy/xhr-upload": "^2.0.3", - "@wangeditor-next/basic-modules": "~1.5.33", - "@wangeditor-next/code-highlight": "~1.3.30", - "@wangeditor-next/core": "~1.7.33", - "@wangeditor-next/list-module": "~1.1.39", - "@wangeditor-next/table-module": "~1.6.43", - "@wangeditor-next/upload-image-module": "~1.1.36", - "@wangeditor-next/video-module": "~1.3.39", + "@wangeditor-next/basic-modules": "~1.5.34", + "@wangeditor-next/code-highlight": "~1.3.31", + "@wangeditor-next/core": "~1.7.34", + "@wangeditor-next/list-module": "~1.1.40", + "@wangeditor-next/table-module": "~1.6.44", + "@wangeditor-next/upload-image-module": "~1.1.37", + "@wangeditor-next/video-module": "~1.3.40", "dom7": "^4.0.0", "is-hotkey": "^0.2.0", "lodash.camelcase": "^4.3.0", @@ -2104,7 +2106,7 @@ "lodash.throttle": "^4.1.1", "lodash.toarray": "^4.4.0", "nanoid": "^5.0.0", - "slate": "^0.72.0", + "slate": "^0.82.0", "snabbdom": "^3.6.0" } }, @@ -2119,41 +2121,41 @@ } }, "node_modules/@wangeditor-next/editor/node_modules/@wangeditor-next/basic-modules": { - "version": "1.5.33", - "resolved": "https://registry.npmjs.org/@wangeditor-next/basic-modules/-/basic-modules-1.5.33.tgz", - "integrity": "sha512-hDrKNG5mfq//W0ro4kCgH7qH9/zn8qZDMezf/kV1tDcQmVZgGxz2f6VbMeyjlaKLxEopvEzaGMEN1jpBiNvLHQ==", + "version": "1.5.34", + "resolved": "https://registry.npmjs.org/@wangeditor-next/basic-modules/-/basic-modules-1.5.34.tgz", + "integrity": "sha512-tZW4dScN4i4N4tdhm4CsPx8a6s7zC6Oy+7aYZwTkcHxHN3rYZ1Aq90UWn3Ld4+tEoVM8Yzaq+G0Qpqj5MYhjxQ==", "license": "MIT", "dependencies": { "is-url": "^1.2.4" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.33", + "@wangeditor-next/core": "1.7.34", "dom7": "^3.0.0 || ^4.0.0", "lodash.throttle": "^4.1.1", "nanoid": "^5.0.0", - "slate": "^0.72.0", + "slate": "^0.82.0", "snabbdom": "^3.6.0" } }, "node_modules/@wangeditor-next/editor/node_modules/@wangeditor-next/code-highlight": { - "version": "1.3.30", - "resolved": "https://registry.npmjs.org/@wangeditor-next/code-highlight/-/code-highlight-1.3.30.tgz", - "integrity": "sha512-tP5Xd/0wBV65QXQUWYnLE+EPH/mI3Zk1ct74OjrY6AGH61XiFCAv7E4wZ1Vj5rXHKvqPR81o2ymlipeplWW2wQ==", + "version": "1.3.31", + "resolved": "https://registry.npmjs.org/@wangeditor-next/code-highlight/-/code-highlight-1.3.31.tgz", + "integrity": "sha512-SnPCqsSExsalSvgEAaevdaqhG4Nv6bIyUA6YGs2myDTk5OOHyHmPdqXKlJ4yxt4NP+66Mn3pN1YoqzInhWiaow==", "license": "MIT", "dependencies": { "prismjs": "^1.23.0" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.33", + "@wangeditor-next/core": "1.7.34", "dom7": "^3.0.0 || ^4.0.0", - "slate": "^0.72.0", + "slate": "^0.82.0", "snabbdom": "^3.6.0" } }, "node_modules/@wangeditor-next/editor/node_modules/@wangeditor-next/core": { - "version": "1.7.33", - "resolved": "https://registry.npmjs.org/@wangeditor-next/core/-/core-1.7.33.tgz", - "integrity": "sha512-qRrQx3vI8kygj/Hcc0AmRbuFaXGfpdEh6ysW8JPAE4tcv+W6Mk85IMQig4em+2QR4nwMbVxSaUPj4cuy/ALBZQ==", + "version": "1.7.34", + "resolved": "https://registry.npmjs.org/@wangeditor-next/core/-/core-1.7.34.tgz", + "integrity": "sha512-HABYQF8pwdKldmxG4ykyE1weyE/rEPjLLn/vWLMwCzw8tlvTN0aKiUTB+RcvhJDvfMvQPdu3V9BCG96PlYEMIQ==", "license": "MIT", "dependencies": { "@types/event-emitter": "^0.3.3", @@ -2176,73 +2178,73 @@ "lodash.throttle": "^4.1.1", "lodash.toarray": "^4.4.0", "nanoid": "^5.0.0", - "slate": "^0.72.0", + "slate": "^0.82.0", "snabbdom": "^3.6.0" } }, "node_modules/@wangeditor-next/editor/node_modules/@wangeditor-next/list-module": { - "version": "1.1.39", - "resolved": "https://registry.npmjs.org/@wangeditor-next/list-module/-/list-module-1.1.39.tgz", - "integrity": "sha512-e8bwOBC/kZeNSa/nGhojimdcPU+zFToUHdHTeZeAAKumH2xaAk6v4A4TJUNRFXbTJwEH8lHQHieyetyW2b8bdA==", + "version": "1.1.40", + "resolved": "https://registry.npmjs.org/@wangeditor-next/list-module/-/list-module-1.1.40.tgz", + "integrity": "sha512-WXhXvlTgNxw4ooPWm20cQvlwGLG8oVtBfSk9ojgIHLQrDJEbSnF/DmX0hYmjPW5/etANpD6yKKWAc/IBTtHvXQ==", "license": "MIT", "peerDependencies": { - "@wangeditor-next/core": "1.7.33", + "@wangeditor-next/core": "1.7.34", "dom7": "^3.0.0 || ^4.0.0", - "slate": "^0.72.0", + "slate": "^0.82.0", "snabbdom": "^3.6.0" } }, "node_modules/@wangeditor-next/editor/node_modules/@wangeditor-next/table-module": { - "version": "1.6.43", - "resolved": "https://registry.npmjs.org/@wangeditor-next/table-module/-/table-module-1.6.43.tgz", - "integrity": "sha512-qMHOhS02KI5+tLFhJkMWL+t2yckiQV0BWBjuYUBOPIRw1hWMg+gktcjs472F24ITN+SJ3j4zXpRfte6/gc8L9Q==", + "version": "1.6.44", + "resolved": "https://registry.npmjs.org/@wangeditor-next/table-module/-/table-module-1.6.44.tgz", + "integrity": "sha512-Zfz4c653OKAg3D0IHJkJDc8DQX8zntItNxDDrPlkgQjQ9dY9GQCfOq7Q3MssORdcUf86PLguYM+yl6AI7Yd4BA==", "license": "MIT", "peerDependencies": { - "@wangeditor-next/core": "1.7.33", + "@wangeditor-next/core": "1.7.34", "dom7": "^3.0.0 || ^4.0.0", "lodash.debounce": "^4.0.8", "lodash.isequal": "^4.5.0", "lodash.throttle": "^4.1.1", "nanoid": "^5.0.0", - "slate": "^0.72.0", + "slate": "^0.82.0", "snabbdom": "^3.6.0" } }, "node_modules/@wangeditor-next/editor/node_modules/@wangeditor-next/upload-image-module": { - "version": "1.1.36", - "resolved": "https://registry.npmjs.org/@wangeditor-next/upload-image-module/-/upload-image-module-1.1.36.tgz", - "integrity": "sha512-fN62q77qmb4pQzQF/7waYnSA0+hlZnGfX+WisSIgx7Mha0+1vBSnBY+S67ex1/p9yap9/klQM/s9DaoiyEnNlg==", + "version": "1.1.37", + "resolved": "https://registry.npmjs.org/@wangeditor-next/upload-image-module/-/upload-image-module-1.1.37.tgz", + "integrity": "sha512-T3cGRFUJP3GDCUx9TGOBQM80bjT2gOk3CMracyORIJh3ofkOjv+YL4GL/eBhy6WWxNoCg0KwPfPqoo8GXsxU6Q==", "license": "MIT", "peerDependencies": { "@uppy/core": "^2.0.3", "@uppy/xhr-upload": "^2.0.3", - "@wangeditor-next/basic-modules": "1.5.33", - "@wangeditor-next/core": "1.7.33", + "@wangeditor-next/basic-modules": "1.5.34", + "@wangeditor-next/core": "1.7.34", "dom7": "^3.0.0 || ^4.0.0", "lodash.foreach": "^4.5.0", - "slate": "^0.72.0", + "slate": "^0.82.0", "snabbdom": "^3.6.0" } }, "node_modules/@wangeditor-next/editor/node_modules/@wangeditor-next/video-module": { - "version": "1.3.39", - "resolved": "https://registry.npmjs.org/@wangeditor-next/video-module/-/video-module-1.3.39.tgz", - "integrity": "sha512-1ATvniP0SfaJRG6YrKEHOor4Qw9KVaoIjMf7yPDFrPjhHmJxvulJFgRGAY9c+yk5uTUlpGWkjyh4fZ9gzoRsQA==", + "version": "1.3.40", + "resolved": "https://registry.npmjs.org/@wangeditor-next/video-module/-/video-module-1.3.40.tgz", + "integrity": "sha512-BvP6Db9jI/QduMG7sMa1BeGJb4UY605WOSsTYweXnVtt4nXo5Jyt9vS5vIsdSsOpl5dwE6/61IuQQsZ4oBDMLA==", "license": "MIT", "peerDependencies": { "@uppy/core": "^2.1.4", "@uppy/xhr-upload": "^2.0.7", - "@wangeditor-next/core": "1.7.33", + "@wangeditor-next/core": "1.7.34", "dom7": "^3.0.0 || ^4.0.0", "nanoid": "^5.0.0", - "slate": "^0.72.0", + "slate": "^0.82.0", "snabbdom": "^3.6.0" } }, "node_modules/@wangeditor-next/editor/node_modules/nanoid": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.2.tgz", - "integrity": "sha512-b+CiXQCNMUGe0Ri64S9SXFcP9hogjAJ2Rd6GdVxhPLRm7mhGaM7VgOvCAJ1ZshfHbqVDI3uqTI5C8/GaKuLI7g==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.3.tgz", + "integrity": "sha512-zAbEOEr7u2CbxwoMRlz/pNSpRP0FdAU4pRaYunCdEezWohXFs+a0Xw7RfkKaezMsmSM1vttcLthJtwRnVtOfHQ==", "funding": [ { "type": "github", @@ -2326,9 +2328,9 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/axios": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.1.tgz", - "integrity": "sha512-NN+fvwH/kV01dYUQ3PTOZns4LWtWhOFCAhQ/pHb88WQ1hNe5V/dvFwc4VJcDL11LT9xSX0QtsR8sWUuyOuOq7g==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz", + "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", @@ -4529,9 +4531,9 @@ } }, "node_modules/prismjs": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", - "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==", + "version": "1.30.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz", + "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==", "license": "MIT", "engines": { "node": ">=6" @@ -4832,9 +4834,9 @@ } }, "node_modules/slate": { - "version": "0.72.8", - "resolved": "https://registry.npmjs.org/slate/-/slate-0.72.8.tgz", - "integrity": "sha512-/nJwTswQgnRurpK+bGJFH1oM7naD5qDmHd89JyiKNT2oOKD8marW0QSBtuFnwEbL5aGCS8AmrhXQgNOsn4osAw==", + "version": "0.82.1", + "resolved": "https://registry.npmjs.org/slate/-/slate-0.82.1.tgz", + "integrity": "sha512-3mdRdq7U3jSEoyFrGvbeb28hgrvrr4NdFCtJX+IjaNvSFozY0VZd/CGHF0zf/JDx7aEov864xd5uj0HQxxEWTQ==", "license": "MIT", "dependencies": { "immer": "^9.0.6", @@ -5820,9 +5822,9 @@ } }, "node_modules/vite": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.0.tgz", - "integrity": "sha512-7dPxoo+WsT/64rDcwoOjk76XHj+TqNTIvHKcuMQ1k4/SeHDaQt5GFAeLYzrimZrMpn/O6DtdI03WUjdxuPM0oQ==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.1.tgz", + "integrity": "sha512-n2GnqDb6XPhlt9B8olZPrgMD/es/Nd1RdChF6CBD/fHW6pUyUTt2sQW2fPRX5GiD9XEa6+8A6A4f2vT6pSsE7Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f1dc7be..78e754f 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,10 @@ "dependencies": { "@codemirror/lang-cpp": "^6.0.2", "@codemirror/lang-python": "^6.1.7", - "@vueuse/core": "^12.8.2", - "@wangeditor-next/editor": "^5.6.33", + "@vueuse/core": "^13.0.0", + "@wangeditor-next/editor": "^5.6.34", "@wangeditor-next/editor-for-vue": "^5.1.14", - "axios": "^1.8.1", + "axios": "^1.8.2", "canvas-confetti": "^1.9.3", "chart.js": "^4.4.8", "codemirror": "^6.0.1", @@ -33,7 +33,7 @@ "@iconify/vue": "^4.3.0", "@shikijs/markdown-it": "^3.1.0", "@types/canvas-confetti": "^1.9.0", - "@types/node": "^22.13.9", + "@types/node": "^22.13.10", "@vitejs/plugin-vue": "^5.2.1", "prettier": "^3.5.3", "prettier-plugin-organize-imports": "^4.1.0", @@ -41,7 +41,7 @@ "unplugin-auto-import": "^19.1.1", "unplugin-vue-components": "^28.4.1", "unplugin-vue-markdown": "^28.3.1", - "vite": "^6.2.0", - "vue-tsc": "^2.2.2" + "vite": "^6.2.1", + "vue-tsc": "^2.2.8" } }