From 0a79016ca14856a14bc59f748c95e88d191c178c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 21:17:57 +0000 Subject: [PATCH] Bump next in /client in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /client directory: [next](https://github.com/vercel/next.js). Updates `next` from 16.1.5 to 16.1.7 - [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/v16.1.5...v16.1.7) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.7 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index e899d0c..dd93e84 100644 --- a/client/package.json +++ b/client/package.json @@ -11,7 +11,7 @@ "dependencies": { "@clockworklabs/spacetimedb-sdk": "^1.3.1", "leaflet": "^1.9.4", - "next": "16.1.5", + "next": "16.1.7", "react": "19.1.0", "react-dom": "19.1.0", "react-icons": "^5.5.0"