diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0bdc8e879f..d6a6e5c49c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -57,7 +57,7 @@ "source-map-support": "^0.5.21", "start-server-and-test": "^2.0.0", "ts-node": "^10.9.1", - "typescript": "~5.2.0", + "typescript": "~5.3.0", "unplugin-icons": "^0.17.0", "unplugin-vue-components": "^0.25.0", "vite": "^4.4.9", @@ -12897,9 +12897,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.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz", + "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==", "devOptional": true, "bin": { "tsc": "bin/tsc", diff --git a/frontend/package.json b/frontend/package.json index 739e8b4989..adf338109c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -90,7 +90,7 @@ "source-map-support": "^0.5.21", "start-server-and-test": "^2.0.0", "ts-node": "^10.9.1", - "typescript": "~5.2.0", + "typescript": "~5.3.0", "unplugin-icons": "^0.17.0", "unplugin-vue-components": "^0.25.0", "vite": "^4.4.9",