From 41eb1fa5c9dd797a55c5237c569da1a9620ae763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 15:35:59 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 3 updates Bumps the npm_and_yarn group with 3 updates in the /apps/plugins directory: [@trpc/server](https://github.com/trpc/trpc/tree/HEAD/packages/server), [next](https://github.com/vercel/next.js) and [next-auth](https://github.com/nextauthjs/next-auth). Bumps the npm_and_yarn group with 1 update in the /apps/website directory: [next](https://github.com/vercel/next.js). Updates `@trpc/server` from 11.3.1 to 11.8.0 - [Release notes](https://github.com/trpc/trpc/releases) - [Commits](https://github.com/trpc/trpc/commits/v11.8.0/packages/server) Updates `next` from 15.3.3 to 15.5.14 - [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/v15.3.3...v15.5.14) Updates `next-auth` from 5.0.0-beta.25 to 5.0.0-beta.30 - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/commits/next-auth@5.0.0-beta.30) Updates `next` from 15.3.3 to 15.5.14 - [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/v15.3.3...v15.5.14) --- updated-dependencies: - dependency-name: "@trpc/server" dependency-version: 11.8.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.5.14 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next-auth dependency-version: 5.0.0-beta.30 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.5.14 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/plugins/package.json | 6 +++--- apps/website/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/plugins/package.json b/apps/plugins/package.json index cde8ab1e..cd7ef614 100644 --- a/apps/plugins/package.json +++ b/apps/plugins/package.json @@ -49,7 +49,7 @@ "@tanstack/react-table": "^8.21.3", "@trpc/client": "11.3.1", "@trpc/react-query": "11.3.1", - "@trpc/server": "11.3.1", + "@trpc/server": "11.8.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "1.1.1", @@ -59,8 +59,8 @@ "input-otp": "^1.4.2", "lodash-es": "^4.17.21", "lucide-react": "^0.513.0", - "next": "15.3.3", - "next-auth": "5.0.0-beta.25", + "next": "15.5.14", + "next-auth": "5.0.0-beta.30", "next-themes": "^0.4.6", "next-usequerystate": "^1.20.0", "nextjs-toploader": "^3.8.16", diff --git a/apps/website/package.json b/apps/website/package.json index 4dc42742..a01e486a 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -14,7 +14,7 @@ "chart.js": "^4.4.9", "focus-visible": "^5.2.1", "markdown-to-jsx": "^7.7.6", - "next": "15.3.3", + "next": "15.5.14", "nextra": "4.2.17", "nextra-theme-docs": "4.2.17", "react": "19.1.0",