diff --git a/apps/explorer/package.json b/apps/explorer/package.json index 1f3f02958..7033fb1f3 100644 --- a/apps/explorer/package.json +++ b/apps/explorer/package.json @@ -27,7 +27,7 @@ "clsx": "2.1.1", "date-fns": "2.30.0", "identicon.js": "2.3.3", - "next": "16.1.6", + "next": "16.1.7", "react": "19.2.1", "react-globe.gl": "2.34.0", "react-hook-form": "7.68.0", diff --git a/apps/hostd/package.json b/apps/hostd/package.json index 899f9c323..101609a1b 100644 --- a/apps/hostd/package.json +++ b/apps/hostd/package.json @@ -19,7 +19,7 @@ "cmdk": "0.2.1", "date-fns": "2.28.0", "formik": "2.2.9", - "next": "16.1.6", + "next": "16.1.7", "next-themes": "0.2.1", "react": "19.2.1", "react-hook-form": "7.68.0", diff --git a/apps/indexd/package.json b/apps/indexd/package.json index 8f3c217c0..3838be89d 100644 --- a/apps/indexd/package.json +++ b/apps/indexd/package.json @@ -19,7 +19,7 @@ "cmdk": "0.2.1", "file-saver": "2.0.5", "jszip": "3.10.1", - "next": "16.1.6", + "next": "16.1.7", "next-themes": "0.2.1", "react": "19.2.1", "react-hook-form": "7.68.0", diff --git a/apps/renterd/package.json b/apps/renterd/package.json index 4d388c3e6..c11380f73 100644 --- a/apps/renterd/package.json +++ b/apps/renterd/package.json @@ -27,7 +27,7 @@ "formik": "2.4.6", "jszip": "3.10.1", "msw": "2.10.4", - "next": "16.1.6", + "next": "16.1.7", "next-themes": "0.2.1", "react": "19.2.1", "react-dropzone": "14.3.8", diff --git a/apps/walletd/package.json b/apps/walletd/package.json index 93efbdac3..92a20791d 100644 --- a/apps/walletd/package.json +++ b/apps/walletd/package.json @@ -22,7 +22,7 @@ "blakejs": "1.2.1", "class-variance-authority": "0.7.1", "date-fns": "2.30.0", - "next": "16.1.6", + "next": "16.1.7", "playwright": "1.58.2", "react": "19.2.1", "react-hook-form": "7.68.0", diff --git a/package.json b/package.json index ef8d321f6..67a6b571b 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "version": "changeset version && bun install" }, "dependencies": { - "next": "16.1.6", + "next": "16.1.7", "react": "19.2.1", "react-dom": "19.2.1" },