From ad6c305b1504fab8983289477d861464621da336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 15:19:13 +0000 Subject: [PATCH] Bump next from 14.1.1 to 14.2.32 in /app/public Bumps [next](https://github.com/vercel/next.js) from 14.1.1 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.1.1...v14.2.32) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/public/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/public/package.json b/app/public/package.json index 017c408..6b1d8d2 100644 --- a/app/public/package.json +++ b/app/public/package.json @@ -9,7 +9,7 @@ "classnames": "^2.5.1", "date-fns": "^3.3.1", "gray-matter": "^4.0.3", - "next": "14.1.1", + "next": "14.2.32", "react": "^18", "react-dom": "^18", "rehype-raw": "^7.0.0",