From 98c91d21fb1d0960e5a52c251a3729abdb6a85d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 15:22:21 +0000 Subject: [PATCH] chore(deps): bump next in /packages/openapi-fetch/examples/nextjs Bumps [next](https://github.com/vercel/next.js) from 15.1.2 to 15.2.3. - [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.1.2...v15.2.3) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/openapi-fetch/examples/nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/openapi-fetch/examples/nextjs/package.json b/packages/openapi-fetch/examples/nextjs/package.json index fa5c65a88..957ffb861 100644 --- a/packages/openapi-fetch/examples/nextjs/package.json +++ b/packages/openapi-fetch/examples/nextjs/package.json @@ -6,7 +6,7 @@ "dev": "next dev" }, "dependencies": { - "next": "15.1.2", + "next": "15.2.3", "openapi-fetch": "workspace:^", "react": "^18.3.1", "react-dom": "^18.3.1"