diff --git a/package-lock.json b/package-lock.json index db757f3..fd7084e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "eslint-plugin-vue": "^9.17.0", "npm-run-all2": "^6.1.2", "prettier": "^3.0.3", - "typescript": "~5.4.0", + "typescript": "~5.5.0", "vite": "^5.1.6", "vite-plugin-vue-devtools": "^7.0.18", "vue-tsc": "^2.0.6" @@ -4611,9 +4611,9 @@ } }, "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.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 8114de4..3f8aa31 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint-plugin-vue": "^9.17.0", "npm-run-all2": "^6.1.2", "prettier": "^3.0.3", - "typescript": "~5.4.0", + "typescript": "~5.5.0", "vite": "^5.1.6", "vite-plugin-vue-devtools": "^7.0.18", "vue-tsc": "^2.0.6"