diff --git a/bun.lockb b/bun.lockb index 993be6b..d4315b6 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index a5cb3f8..5b1a132 100644 --- a/package.json +++ b/package.json @@ -12,15 +12,15 @@ "build": "tsc --project tsconfig.build.json" }, "devDependencies": { - "@biomejs/biome": "1.7.3", + "@biomejs/biome": "1.3.3", "@types/bun": "latest", - "typescript": "^5.0.0" + "typescript": "^5.5.4" }, "peerDependencies": { "typescript": "^5.0.0" }, "dependencies": { - "nats": "^2.26.0", + "nats": "^2.28.2", "zod": "^3.23.8" } }