diff --git a/project/webapp/package-lock.json b/project/webapp/package-lock.json index 8a78d66..aa62a52 100644 --- a/project/webapp/package-lock.json +++ b/project/webapp/package-lock.json @@ -30,7 +30,7 @@ "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-vue": "^9.32.0", "prettier": "^3.8.1", - "typescript": "~5.7.3" + "typescript": "~6.0.2" } }, "node_modules/@achrinza/node-ipc": { @@ -11923,9 +11923,9 @@ } }, "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": "6.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", + "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/project/webapp/package.json b/project/webapp/package.json index 7aef8dc..de86436 100644 --- a/project/webapp/package.json +++ b/project/webapp/package.json @@ -30,6 +30,6 @@ "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-vue": "^9.32.0", "prettier": "^3.8.1", - "typescript": "~5.7.3" + "typescript": "~6.0.2" } }