From 7f82b0e048638fed9a9e43859008805054eeda55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 23:24:09 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the /dashboard/control-api directory: [elysia](https://github.com/elysiajs/elysia). Bumps the npm_and_yarn group with 1 update in the /docs-site directory: [next](https://github.com/vercel/next.js). Updates `elysia` from 1.4.26 to 1.4.27 - [Release notes](https://github.com/elysiajs/elysia/releases) - [Changelog](https://github.com/elysiajs/elysia/blob/main/CHANGELOG.md) - [Commits](https://github.com/elysiajs/elysia/compare/1.4.26...1.4.27) Updates `next` from 16.1.6 to 16.1.7 - [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.6...v16.1.7) --- updated-dependencies: - dependency-name: elysia dependency-version: 1.4.27 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 16.1.7 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- dashboard/control-api/package.json | 2 +- docs-site/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/control-api/package.json b/dashboard/control-api/package.json index 38a833a..c7f0a1b 100644 --- a/dashboard/control-api/package.json +++ b/dashboard/control-api/package.json @@ -17,7 +17,7 @@ "@elysiajs/cors": "1.4.1", "better-auth": "1.4.19", "drizzle-orm": "0.45.1", - "elysia": "1.4.26", + "elysia": "1.4.27", "postgres": "3.4.8" }, "devDependencies": { diff --git a/docs-site/package.json b/docs-site/package.json index 1f299ec..311deed 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -19,7 +19,7 @@ "fumadocs-ui": "16.6.7", "lucide-react": "^0.575.0", "mermaid": "^11.12.3", - "next": "16.1.6", + "next": "16.1.7", "next-themes": "^0.4.6", "react": "^19.2.4", "react-dom": "^19.2.4",