From 07a668d39de70a4a2c63ef9b7a88bfbdb870464e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 07:27:37 +0000 Subject: [PATCH] build(deps): bump the npm_and_yarn group across 2 directories with 1 update Bumps the npm_and_yarn group with 1 update in the /examples/next/default-app-dir directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /examples/next/default-app-dir-standalone directory: [next](https://github.com/vercel/next.js). Updates `next` from 14.2.30 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.30...v14.2.32) Updates `next` from 14.2.30 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.30...v14.2.32) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.32 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 14.2.32 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- examples/next/default-app-dir-standalone/package.json | 2 +- examples/next/default-app-dir/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/next/default-app-dir-standalone/package.json b/examples/next/default-app-dir-standalone/package.json index f6cf725..5490301 100644 --- a/examples/next/default-app-dir-standalone/package.json +++ b/examples/next/default-app-dir-standalone/package.json @@ -12,7 +12,7 @@ "dependencies": { "react": "^18", "react-dom": "^18", - "next": "14.2.30" + "next": "14.2.32" }, "devDependencies": { "typescript": "^5", diff --git a/examples/next/default-app-dir/package.json b/examples/next/default-app-dir/package.json index 5938ee6..86b787a 100644 --- a/examples/next/default-app-dir/package.json +++ b/examples/next/default-app-dir/package.json @@ -11,7 +11,7 @@ "dependencies": { "react": "^18", "react-dom": "^18", - "next": "14.2.30" + "next": "14.2.32" }, "devDependencies": { "typescript": "^5",