From 0215c5916d9630effd3dbd41fb12df7d9532cad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 03:01:50 +0000 Subject: [PATCH] Bump next from 14.2.2 to 14.2.32 in /examples/with-storybook Bumps [next](https://github.com/vercel/next.js) from 14.2.2 to 14.2.32. - [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/v14.2.2...v14.2.32) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/with-storybook/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-storybook/package.json b/examples/with-storybook/package.json index fdea9168b51707..af0eaee7b8c5a8 100644 --- a/examples/with-storybook/package.json +++ b/examples/with-storybook/package.json @@ -9,7 +9,7 @@ "build-storybook": "storybook build" }, "dependencies": { - "next": "14.2.2", + "next": "14.2.32", "react": "^18", "react-dom": "^18" },