diff --git a/galasa-ui/package-lock.json b/galasa-ui/package-lock.json index db3647e1..707ef0d8 100644 --- a/galasa-ui/package-lock.json +++ b/galasa-ui/package-lock.json @@ -31,7 +31,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "sharp": "^0.33.5", - "typescript": "5.8.3" + "typescript": "^5.9.2" }, "devDependencies": { "@testing-library/jest-dom": "^5.17.0", @@ -10067,9 +10067,9 @@ } }, "node_modules/typescript": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", - "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", + "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/galasa-ui/package.json b/galasa-ui/package.json index 7a28d020..98478793 100644 --- a/galasa-ui/package.json +++ b/galasa-ui/package.json @@ -35,7 +35,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "sharp": "^0.33.5", - "typescript": "5.8.3" + "typescript": "5.9.2" }, "devDependencies": { "@testing-library/jest-dom": "^5.17.0",