diff --git a/bun.lockb b/bun.lockb index 311e704..a520bc1 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 41c912a..42d56b8 100644 --- a/package.json +++ b/package.json @@ -21,18 +21,18 @@ "start": "next start" }, "dependencies": { - "@vercel/og": "^0.6.3", + "@vercel/og": "^0.6.4", "autoprefixer": "^10.4.20", "next": "^15.0.3", - "nextra": "^3.2.3", - "nextra-theme-docs": "^3.2.3", + "nextra": "^3.2.4", + "nextra-theme-docs": "^3.2.4", "postcss": "^8.4.49", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwindcss": "^3.4.15" }, "devDependencies": { - "@types/node": "^22.9.0", + "@types/node": "^22.9.3", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "eslint": "^9.15.0", @@ -40,7 +40,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-react": "^7.37.2", "prettier": "^3.3.3", - "prettier-plugin-tailwindcss": "^0.6.8", - "typescript": "^5.6.3" + "prettier-plugin-tailwindcss": "^0.6.9", + "typescript": "^5.7.2" } }