diff --git a/package-lock.json b/package-lock.json index d28f195d..a0b5df7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "prettier-plugin-organize-imports": "^3.2.2", "ts-toolbelt": "^9.6.0", "tsc-watch": "^6.0.4", - "typescript": "^5.0.4" + "typescript": "^5.8.3" } }, "backend": { @@ -21618,10 +21618,11 @@ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/typescript": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz", - "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", + "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", "devOptional": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 20ec76ef..f1ff64c9 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "prettier-plugin-organize-imports": "^3.2.2", "ts-toolbelt": "^9.6.0", "tsc-watch": "^6.0.4", - "typescript": "^5.0.4" + "typescript": "^5.8.3" }, "workspaces": [ "shared",