From 1061a9ec91e6e78e76f62cae76b2d9cb31f0c69a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 22:27:19 +0000 Subject: [PATCH] Bump next from 13.5.5 to 14.1.1 in /modules/toy-assess Bumps [next](https://github.com/vercel/next.js) from 13.5.5 to 14.1.1. - [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...v14.1.1) --- updated-dependencies: - dependency-name: next 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 b45896887..d5b1e63fe 100644 --- a/modules/toy-assess/package.json +++ b/modules/toy-assess/package.json @@ -18,7 +18,7 @@ "jasmine": "^5.1.0", "mapbox": "^1.0.0-beta10", "mock-aws-s3": "^4.0.2", - "next": "13.5.5", + "next": "14.1.1", "react": "^18", "react-dom": "^18", "react-markdown": "^9.0.1",