diff --git a/bun.lockb b/bun.lockb index a8ef95c..f8f4940 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index e7d58fe..d374122 100644 --- a/package.json +++ b/package.json @@ -7,12 +7,12 @@ "lint": "bun run lint.ts" }, "devDependencies": { - "bun-types": "^1.0.3", + "bun-types": "^1.0.18", "gray-matter": "^4.0.3", - "marked": "^9.0.3", + "marked": "^11.1.0", "prettier-plugin-sh": "^0.13.1" }, "peerDependencies": { - "typescript": "^5.0.0" + "typescript": "^5.3.3" } }