From 8cc198983bf3fe8842b00a24fd7138e5e71c4e05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 03:44:10 +0000 Subject: [PATCH] fix(deps): update next to v15.1.5 --- package.json | 2 +- packages/eslint-config/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 19997de9839..ec9cd543a62 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "lightningcss": "1.29.1", "esbuild": "0.24.2", "vite": "6.0.7", - "next": "15.1.4" + "next": "15.1.5" }, "patchedDependencies": { "babel-plugin-react-compiler@0.0.0-experimental-22c6e49-20241219": "patches/babel-plugin-react-compiler@0.0.0-experimental-22c6e49-20241219.patch", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 8d161e7ab37..95609d491d2 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -9,7 +9,7 @@ "dependencies": { "@eslint/compat": "1.2.5", "@eslint/js": "9.18.0", - "@next/eslint-plugin-next": "15.1.4", + "@next/eslint-plugin-next": "15.1.5", "eslint-config-prettier": "10.0.1", "eslint-plugin-import-x": "4.6.1", "eslint-plugin-react": "7.37.4",