diff --git a/package-lock.json b/package-lock.json index 62425de..809c998 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "postcss": "^8.4.44", "prettier": "^3.4.2", "tailwindcss": "^3.4.17", - "typescript": "~5.4.0", + "typescript": "~5.7.3", "typescript-eslint": "^8.6.0", "vite": "^5.4.3", "vue-tsc": "^2.2.0" @@ -5738,9 +5738,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.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "devOptional": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index e6b4165..c49365e 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "postcss": "^8.4.44", "prettier": "^3.4.2", "tailwindcss": "^3.4.17", - "typescript": "~5.4.0", + "typescript": "~5.7.3", "typescript-eslint": "^8.6.0", "vite": "^5.4.3", "vue-tsc": "^2.2.0"