diff --git a/bun.lockb b/bun.lockb index d873213..bdd4f27 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 6839eea..c74b201 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thilawyn/thilalib", - "version": "0.1.20", + "version": "0.1.21", "type": "module", "files": [ "./dist" @@ -68,15 +68,15 @@ "@types/ws": "^8.5.12", "bun-types": "^1.1.27", "effect": "^3.7.2", - "express": "^4.19.2", + "express": "^4.21.0", "jsonwebtoken": "^9.0.2", "mobx": "^6.13.2", "npm-check-updates": "^17.1.1", "npm-sort": "^0.0.4", - "openai": "^4.58.1", + "openai": "^4.60.0", "tsup": "^8.2.4", - "tsx": "^4.19.0", - "typescript": "^5.5.4", + "tsx": "^4.19.1", + "typescript": "^5.6.2", "ws": "^8.18.0" } }