From d7f753d357aee237a78559dc1f386ca64acbc42f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:05:41 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 3 directories with 6 updates Bumps the npm_and_yarn group with 1 update in the /examples/ai-and-user-generated-actors-freestyle/template directory: [hono](https://github.com/honojs/hono). Bumps the npm_and_yarn group with 1 update in the /examples/next-js directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 4 updates in the /website directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [axios](https://github.com/axios/axios), [mermaid](https://github.com/mermaid-js/mermaid) and [postcss](https://github.com/postcss/postcss). Updates `hono` from 4.9.8 to 4.12.21 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.9.8...v4.12.21) Updates `hono` from 4.9.8 to 4.12.21 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.9.8...v4.12.21) Updates `hono` from 4.9.8 to 4.12.21 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.9.8...v4.12.21) Updates `next` from 16.1.1 to 16.2.6 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v16.1.1...v16.2.6) Updates `next` from 16.1.1 to 16.2.6 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v16.1.1...v16.2.6) Updates `next` from 16.1.1 to 16.2.6 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v16.1.1...v16.2.6) Updates `astro` from 5.16.9 to 6.1.10 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@6.1.10/packages/astro) Updates `axios` from 1.13.2 to 1.16.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.13.2...v1.16.0) Updates `mermaid` from 11.12.2 to 11.15.0 - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.12.2...mermaid@11.15.0) Updates `postcss` from 8.5.6 to 8.5.10 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.6...8.5.10) --- updated-dependencies: - dependency-name: astro dependency-version: 6.1.10 dependency-type: direct:production - dependency-name: axios dependency-version: 1.16.0 dependency-type: direct:development - dependency-name: hono dependency-version: 4.12.21 dependency-type: direct:production - dependency-name: hono dependency-version: 4.12.21 dependency-type: direct:production - dependency-name: hono dependency-version: 4.12.21 dependency-type: direct:production - dependency-name: hono dependency-version: 4.12.21 dependency-type: direct:production - dependency-name: mermaid dependency-version: 11.15.0 dependency-type: direct:production - dependency-name: next dependency-version: 16.2.6 dependency-type: direct:production - dependency-name: next dependency-version: 16.2.6 dependency-type: direct:production - dependency-name: next dependency-version: 16.2.6 dependency-type: direct:production - dependency-name: next dependency-version: 16.2.6 dependency-type: direct:production - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../template/package.json | 2 +- examples/next-js/package.json | 2 +- website/package.json | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/ai-and-user-generated-actors-freestyle/template/package.json b/examples/ai-and-user-generated-actors-freestyle/template/package.json index f5ca24519c..ccefadf6a6 100644 --- a/examples/ai-and-user-generated-actors-freestyle/template/package.json +++ b/examples/ai-and-user-generated-actors-freestyle/template/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@rivetkit/react": "^2.3.0-rc.12", - "hono": "4.9.8", + "hono": "4.12.21", "on-change": "^5.0.1", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/next-js/package.json b/examples/next-js/package.json index 8694babac6..8954433140 100644 --- a/examples/next-js/package.json +++ b/examples/next-js/package.json @@ -14,7 +14,7 @@ "@hono/node-server": "1.14.2", "@hono/node-ws": "1.3.0", "@rivetkit/next-js": "workspace:*", - "next": "16.1.1", + "next": "16.2.6", "react": "19.1.0", "react-dom": "19.1.0", "rivetkit": "workspace:*" diff --git a/website/package.json b/website/package.json index a578edf82b..b5f7833884 100644 --- a/website/package.json +++ b/website/package.json @@ -41,7 +41,7 @@ "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "acorn": "^8.15.0", - "astro": "^5.1.1", + "astro": "^6.1.10", "autoprefixer": "^10.4.22", "chart.js": "^4.5.1", "chartjs-adapter-date-fns": "^3.0.0", @@ -61,8 +61,8 @@ "lucide-react": "^0.439.0", "mdast-util-to-string": "^4.0.0", "mdx-annotations": "^0.1.4", - "mermaid": "^11.12.2", - "postcss": "^8.5.6", + "mermaid": "^11.15.0", + "postcss": "^8.5.10", "postcss-focus-visible": "^10.0.1", "posthog-js": "^1.297.0", "react": "^19.2.0", @@ -92,7 +92,7 @@ "@rivetkit/react": "workspace:*", "@types/escape-html": "^1.0.4", "@types/lodash": "^4.17.21", - "axios": "^1.13.2", + "axios": "^1.16.0", "eslint": "9.39.1", "playwright": "^1.57.0", "prettier": "^3.6.2",