From eb2ab8edc30bfb3da2567aeb5c6687decbb05017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:49:05 +0000 Subject: [PATCH] Bump next from 13.5.5 to 15.2.4 in /modules/toy-assess Bumps [next](https://github.com/vercel/next.js) from 13.5.5 to 15.2.4. - [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/v13.5.5...v15.2.4) --- updated-dependencies: - dependency-name: next dependency-version: 15.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/toy-assess/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/toy-assess/package.json b/modules/toy-assess/package.json index 3d749bb6d..f57dbf87e 100644 --- a/modules/toy-assess/package.json +++ b/modules/toy-assess/package.json @@ -19,7 +19,7 @@ "lo_event": "file:../lo_event/lo_event-0.0.3.tgz", "mapbox": "^1.0.0-beta10", "mock-aws-s3": "^4.0.2", - "next": "13.5.5", + "next": "15.2.4", "react": "^18", "react-dom": "^18", "react-markdown": "^9.0.1",