From c09375c4ab062b7c1ea5423ab384537bd66e2b12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 01:37:55 +0000 Subject: [PATCH] chore(deps): bump next from 15.1.0 to 15.1.2 Bumps [next](https://github.com/vercel/next.js) from 15.1.0 to 15.1.2. - [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.2) --- 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..356aacb 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.2", "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..0a323eb 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.2", "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..032cb2e 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.2", "react": "19.0.0", "react-dom": "19.0.0" }, diff --git a/apps/web/package.json b/apps/web/package.json index 6679960..9fbfac5 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.2", "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..83c2f30 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.2" } } diff --git a/packages/next-config/package.json b/packages/next-config/package.json index eb2721a..7d441eb 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.2" }, "dependencies": { "@logtail/next": "^0.1.7", diff --git a/packages/seo/package.json b/packages/seo/package.json index 57cafff..3cf1e15 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.2" } }