From f2825b2726f6105613f9a2aeabd59cd44abd3036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 10:21:52 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 1 update Bumps the npm_and_yarn group with 1 update in the /examples/react/nextjs-swr directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /website directory: [next](https://github.com/vercel/next.js). Updates `next` from 13.5.11 to 15.5.18 - [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/v13.5.11...v15.5.18) Updates `next` from 14.2.35 to 15.5.18 - [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/v13.5.11...v15.5.18) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.18 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.5.18 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- examples/react/nextjs-swr/package.json | 2 +- website/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/react/nextjs-swr/package.json b/examples/react/nextjs-swr/package.json index 4db9d638c32..4b05b107d8b 100644 --- a/examples/react/nextjs-swr/package.json +++ b/examples/react/nextjs-swr/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@graphql-tools/executor-http": "^3.0.0", - "next": "13.5.11", + "next": "15.5.18", "react": "^19.0.0", "react-dom": "^19.0.0", "swr": "^2.0.0" diff --git a/website/package.json b/website/package.json index 914c0485527..64e01b7d667 100644 --- a/website/package.json +++ b/website/package.json @@ -66,7 +66,7 @@ "dedent": "1.7.2", "graphql": "16.14.0", "js-yaml": "4.1.1", - "next": "14.2.35", + "next": "15.5.18", "next-mdx-remote": "6.0.0", "next-sitemap": "4.2.3", "postcss-nesting": "^14.0.0",