diff --git a/front-end/package-lock.json b/front-end/package-lock.json index 3b6f10d..7c5c5b2 100644 --- a/front-end/package-lock.json +++ b/front-end/package-lock.json @@ -31,7 +31,7 @@ "eslint-plugin-vue-scoped-css": "^2.9.0", "npm-run-all2": "^7.0.2", "prettier": "^3.4.2", - "typescript": "~5.7.3", + "typescript": "~5.8.3", "typescript-eslint": "^7.18.0", "vite": "^6.0.7", "vue-eslint-parser": "^9.4.3", @@ -5355,9 +5355,10 @@ } }, "node_modules/typescript": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", - "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", + "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/front-end/package.json b/front-end/package.json index 6e74476..18374bd 100644 --- a/front-end/package.json +++ b/front-end/package.json @@ -39,7 +39,7 @@ "eslint-plugin-vue-scoped-css": "^2.9.0", "npm-run-all2": "^7.0.2", "prettier": "^3.4.2", - "typescript": "~5.7.3", + "typescript": "~5.8.3", "typescript-eslint": "^7.18.0", "vite": "^6.0.7", "vue-eslint-parser": "^9.4.3",