From c09573d2955ed4b5983a6777f5f98cfebb206c49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 03:50:53 +0000 Subject: [PATCH] build(deps): bump next from 15.1.0 to 15.1.1 Bumps [next](https://github.com/vercel/next.js) from 15.1.0 to 15.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/v15.1.0...v15.1.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/api/package.json | 2 +- apps/app/package.json | 2 +- apps/storybook/package.json | 2 +- apps/web/package.json | 2 +- packages/cms/package.json | 2 +- packages/next-config/package.json | 2 +- packages/seo/package.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/api/package.json b/apps/api/package.json index 68bc409..9a96d5c 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -21,7 +21,7 @@ "@repo/payments": "workspace:*", "@sentry/nextjs": "^8.43.0", "@repo/next-config": "workspace:*", - "next": "15.1.0", + "next": "15.1.1", "react": "19.0.0", "react-dom": "19.0.0", "svix": "^1.43.0" diff --git a/apps/app/package.json b/apps/app/package.json index 992e55b..f973325 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -28,7 +28,7 @@ "fuse.js": "^7.0.0", "import-in-the-middle": "^1.11.3", "lucide-react": "^0.468.0", - "next": "15.1.0", + "next": "15.1.1", "next-themes": "^0.4.4", "react": "19.0.0", "react-dom": "19.0.0", diff --git a/apps/storybook/package.json b/apps/storybook/package.json index 73f5b84..c265147 100644 --- a/apps/storybook/package.json +++ b/apps/storybook/package.json @@ -12,7 +12,7 @@ "dependencies": { "@repo/design-system": "workspace:*", "lucide-react": "^0.468.0", - "next": "15.1.0", + "next": "15.1.1", "react": "19.0.0", "react-dom": "19.0.0" }, diff --git a/apps/web/package.json b/apps/web/package.json index 6679960..921734e 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -28,7 +28,7 @@ "import-in-the-middle": "^1.11.3", "lucide-react": "^0.468.0", "mdx-bundler": "^10.0.3", - "next": "15.1.0", + "next": "15.1.1", "react": "19.0.0", "react-dom": "19.0.0", "react-wrap-balancer": "^1.1.1", diff --git a/packages/cms/package.json b/packages/cms/package.json index 7cbd7f1..bb4a3ab 100644 --- a/packages/cms/package.json +++ b/packages/cms/package.json @@ -19,6 +19,6 @@ "@types/node": "22.10.1", "@types/react": "19.0.1", "@types/react-dom": "^19.0.2", - "next": "15.1.0" + "next": "15.1.1" } } diff --git a/packages/next-config/package.json b/packages/next-config/package.json index eb2721a..3f33cce 100644 --- a/packages/next-config/package.json +++ b/packages/next-config/package.json @@ -9,7 +9,7 @@ "devDependencies": { "@repo/env": "workspace:*", "@repo/typescript-config": "workspace:*", - "next": "15.1.0" + "next": "15.1.1" }, "dependencies": { "@logtail/next": "^0.1.7", diff --git a/packages/seo/package.json b/packages/seo/package.json index 57cafff..83e83c8 100644 --- a/packages/seo/package.json +++ b/packages/seo/package.json @@ -17,6 +17,6 @@ "@types/node": "22.10.1", "@types/react": "19.0.1", "@types/react-dom": "^19.0.2", - "next": "15.1.0" + "next": "15.1.1" } }