diff --git a/bun.lockb b/bun.lockb index 9796992..f7dad10 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 6e61e92..abc14cf 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@prisma/client": "5.17.0", "@t3-oss/env-core": "^0.6.1", - "bun-types": "^1.1.21", + "bun-types": "^1.1.27", "commander": "^11.1.0", "date-holidays": "^3.23.12", "events": "^3.3.0", @@ -23,18 +23,18 @@ "nunjucks": "^3.2.4", "prom-client": "^15.1.3", "unique-names-generator": "^4.7.1", - "yaml": "^2.5.0", + "yaml": "^2.5.1", "zod": "^3.23.8" }, "devDependencies": { "@types/bun": "latest", "@types/jsonwebtoken": "^9.0.6", - "@types/node": "^20.14.13", + "@types/node": "^20.16.5", "@types/nunjucks": "^3.2.6", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", - "eslint": "^8.57.0", + "eslint": "^8.57.1", "prisma": "5.17.0", - "typescript": "^5.5.4" + "typescript": "^5.6.2" } }