From be09f53b1d54390edb412c745fac94eaf249c6ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 18:47:28 +0000 Subject: [PATCH] Bump next from 14.2.7 to 14.2.32 in /stock-data-demo Bumps [next](https://github.com/vercel/next.js) from 14.2.7 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.7...v14.2.32) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- stock-data-demo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock-data-demo/package.json b/stock-data-demo/package.json index dbe9adb1..08cdf189 100644 --- a/stock-data-demo/package.json +++ b/stock-data-demo/package.json @@ -36,7 +36,7 @@ "lodash": "^4.17.21", "memoize-one": "^6.0.0", "moment": "^2.30.1", - "next": "14.2.7", + "next": "14.2.32", "numeral": "^2.0.6", "react": "^18", "react-chartjs-2": "^5.2.0",