From b1ccf03ad93191575468ff3189f4a130a1098b30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:40:59 -0300 Subject: [PATCH] Bump next in /website in the npm_and_yarn group across 1 directory (#396) Bumps the npm_and_yarn group with 1 update in the /website directory: [next](https://github.com/vercel/next.js). Updates `next` from 13.5.7 to 14.2.15 - [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.7...v14.2.15) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index 49253010..a7347ac7 100644 --- a/website/package.json +++ b/website/package.json @@ -27,7 +27,7 @@ "lenis": "^1.1.13", "leva": "^0.9.34", "nanoevents": "^7.0.1", - "next": "^13.2.4", + "next": "^14.2.15", "raw-loader": "^4.0.2", "react": "^18.2.0", "react-dom": "^18.2.0",