From 0c40ff2750d62f47d00200d8fdb6853e19b4cc62 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 13 Oct 2025 00:42:39 +0000 Subject: [PATCH] Update dependency typescript to ^5.9.3 --- central_frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/central_frontend/package.json b/central_frontend/package.json index d3984c0..13bdd50 100644 --- a/central_frontend/package.json +++ b/central_frontend/package.json @@ -38,7 +38,7 @@ "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.23", "globals": "^16.4.0", - "typescript": "^5.8.3", + "typescript": "^5.9.3", "typescript-eslint": "^8.24.1", "vite": "^6.3.6" } -- 2.49.1