diff --git a/package-lock.json b/package-lock.json index d7acbdd..70a33f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "eslint-plugin-vue": "^9.33.0", "npm-run-all2": "^7.0.2", "prettier": "^3.5.3", - "typescript": "~5.4.0", + "typescript": "~5.8.2", "vite": "^6.2.1", "vite-plugin-mkcert": "^1.17.7", "vite-plugin-pwa": "^0.21.1", @@ -8020,10 +8020,11 @@ } }, "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", + "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", "devOptional": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 0759a4c..91f51f5 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-plugin-vue": "^9.33.0", "npm-run-all2": "^7.0.2", "prettier": "^3.5.3", - "typescript": "~5.4.0", + "typescript": "~5.8.2", "vite": "^6.2.1", "vite-plugin-mkcert": "^1.17.7", "vite-plugin-pwa": "^0.21.1",