diff --git a/bun.lock b/bun.lock index ddd9488..1bd1dcb 100644 --- a/bun.lock +++ b/bun.lock @@ -51,7 +51,7 @@ "ts-node": "^10.9.2", "ts-prune": "^0.10.3", "ts-standard": "^12.0.2", - "typescript": ">=4.8.4 <5.9.0", + "typescript": ">=4.8.4 <5.10.0", "typescript-eslint": "^8.38.0", }, }, diff --git a/package.json b/package.json index 3c13041..8fc804c 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "ts-node": "^10.9.2", "ts-prune": "^0.10.3", "ts-standard": "^12.0.2", - "typescript": ">=4.8.4 <5.9.0", + "typescript": ">=4.8.4 <5.10.0", "typescript-eslint": "^8.38.0" } }