From 9d68800fa3b367fcba5d490217f35bc30ad95925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 05:56:24 +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..261e5e10e 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.4", "openapi-fetch": "workspace:^", "react": "^18.3.1", "react-dom": "^18.3.1"