diff --git a/package-lock.json b/package-lock.json index b83d3a3..55f396c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@vue/cli-plugin-typescript": "~5.0.0", "@vue/cli-service": "~5.0.0", "concurrently": "^8.2.0", - "typescript": "^5.2.2", + "typescript": "^5.4.4", "watch": "^0.13.0" } }, @@ -10134,9 +10134,9 @@ } }, "node_modules/typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", + "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", "devOptional": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index d4a3d8a..cbc0343 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@vue/cli-plugin-typescript": "~5.0.0", "@vue/cli-service": "~5.0.0", "concurrently": "^8.2.0", - "typescript": "^5.2.2", + "typescript": "^5.4.4", "watch": "^0.13.0" } }