diff --git a/bun.lock b/bun.lock index 9c14794..8f3c792 100644 --- a/bun.lock +++ b/bun.lock @@ -9,7 +9,7 @@ "@types/bun": "^1.1.0", "@types/node": "^20.0.0", "turbo": "^2.0.0", - "typescript": "^5.5.0", + "typescript": "^5.9.0", }, }, "packages/aep-export": { diff --git a/package.json b/package.json index aa3d25a..4f9e638 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,8 @@ "devDependencies": { "@biomejs/biome": "^1.9.0", "turbo": "^2.0.0", - "typescript": "^5.5.0", + "typescript": "^5.9.0", "@types/node": "^20.0.0", "@types/bun": "^1.1.0" } -} \ No newline at end of file +}