diff --git a/package-lock.json b/package-lock.json index b4ded0e..f943801 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@vue/cli-plugin-babel": "~5.0.0", "@vue/cli-plugin-typescript": "~5.0.0", "@vue/cli-service": "~5.0.0", - "typescript": "^5.2.2" + "typescript": "^5.3.3" } }, "node_modules/@achrinza/node-ipc": { @@ -9893,9 +9893,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.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", "devOptional": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 9e2953f..c14ccd9 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "@vue/cli-plugin-babel": "~5.0.0", "@vue/cli-plugin-typescript": "~5.0.0", "@vue/cli-service": "~5.0.0", - "typescript": "^5.2.2" + "typescript": "^5.3.3" } }