diff --git a/bun.lockb b/bun.lockb index 1df20c4..3e000b6 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 06c8c38..a701546 100644 --- a/package.json +++ b/package.json @@ -8,15 +8,15 @@ "validate:tags": "bun scripts/validate_tags/index.ts" }, "devDependencies": { - "bun-types": "^1.0.14" + "bun-types": "^1.0.22" }, "dependencies": { - "@lilybird/handlers": "^0.2.1", + "@lilybird/handlers": "^0.2.2", "@lilybird/jsx": "^0.2.0", "@paperdave/logger": "^3.0.1", - "algoliasearch": "^4.19.1", + "algoliasearch": "^4.22.1", "gray-matter": "^4.0.3", - "lilybird": "0.4.3", - "zlib-sync": "^0.1.8" + "lilybird": "^0.4.4", + "zlib-sync": "^0.1.9" } }