From 3e5475b3edafbe89779d719d5d51edcade8ecdbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 13:07:16 +0000 Subject: [PATCH] Bump next from 9.0.5 to 14.2.32 in /curriculum/class-43/demo/next.js Bumps [next](https://github.com/vercel/next.js) from 9.0.5 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/v9.0.5...v14.2.32) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- curriculum/class-43/demo/next.js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/class-43/demo/next.js/package.json b/curriculum/class-43/demo/next.js/package.json index 4f4a6dbc..0c4f69ee 100644 --- a/curriculum/class-43/demo/next.js/package.json +++ b/curriculum/class-43/demo/next.js/package.json @@ -8,7 +8,7 @@ "dependencies": { "@zeit/next-sass": "^1.0.1", "faker": "^4.1.0", - "next": "9.0.5", + "next": "14.2.32", "node-sass": "^4.12.0", "react": "16.9.0", "react-dom": "16.9.0"