diff --git a/bun.lockb b/bun.lockb index cbee537..0017bb6 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 7012802..2c8cc39 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "tsup": "8.1.0", "turbo": "2.0.6", "typedoc": "0.26.3", - "typescript": "5.5.2" + "typescript": "5.5.3" }, "packageManager": "bun@1.1.17" } diff --git a/pkg/core/package.json b/pkg/core/package.json index 3e485d2..a17ff84 100644 --- a/pkg/core/package.json +++ b/pkg/core/package.json @@ -26,6 +26,6 @@ "@a38/tsconfig": "0.0.1", "@a38/typedoc": "0.0.1", "@types/node": "20.14.9", - "typescript": "5.5.2" + "typescript": "5.5.3" } }