From 705ac00110f9799f4134b8a9c26e02beacd48f28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Jun 2025 03:27:07 +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/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.21 to 14.2.30 - [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.21...v14.2.30) Updates `next` from 14.2.21 to 14.2.30 - [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.21...v14.2.30) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.30 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 14.2.30 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 a7ca7c5..f6cf725 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.21" + "next": "14.2.30" }, "devDependencies": { "typescript": "^5", diff --git a/examples/next/default-app-dir/package.json b/examples/next/default-app-dir/package.json index b70bfb9..5938ee6 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.21" + "next": "14.2.30" }, "devDependencies": { "typescript": "^5",