From f18e31f87ed98801300585c4e3929175f63989b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 18:55:44 +0000 Subject: [PATCH] build(deps): bump next from 15.4.9 to 15.4.10 Bumps [next](https://github.com/vercel/next.js) from 15.4.9 to 15.4.10. - [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.4.9...v15.4.10) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 173ce6f..e6166af 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "cmdk": "^1.1.1", "leaflet": "^1.9.4", "lucide-react": "^0.516.0", - "next": "15.4.9", + "next": "15.4.10", "next-themes": "^0.4.6", "react": "^19.0.0-rc.1", "react-dom": "^19.0.0-rc.1", diff --git a/yarn.lock b/yarn.lock index 5395c0b..0288e63 100644 --- a/yarn.lock +++ b/yarn.lock @@ -812,10 +812,10 @@ "@emnapi/runtime" "^1.4.0" "@tybys/wasm-util" "^0.9.0" -"@next/env@15.4.9": - version "15.4.9" - resolved "https://registry.yarnpkg.com/@next/env/-/env-15.4.9.tgz#5caeeaf5f20cf2bf5176444f13d087963159031f" - integrity sha512-OYR0RulK5phnbxxzcLE4/ECgfx1PL3EHrDbjyelJ7jauaO+/Qvj5gG8JPMltB51CygC2KrZ0aAfYLjPYjYY17A== +"@next/env@15.4.10": + version "15.4.10" + resolved "https://registry.yarnpkg.com/@next/env/-/env-15.4.10.tgz#a794b738d043d9e98ea435bd45254899f7f77714" + integrity sha512-knhmoJ0Vv7VRf6pZEPSnciUG1S4bIhWx+qTYBW/AjxEtlzsiNORPk8sFDCEvqLfmKuey56UB9FL1UdHEV3uBrg== "@next/eslint-plugin-next@15.3.2": version "15.3.2" @@ -3982,12 +3982,12 @@ next-themes@^0.4.6: resolved "https://registry.yarnpkg.com/next-themes/-/next-themes-0.4.6.tgz#8d7e92d03b8fea6582892a50a928c9b23502e8b6" integrity sha512-pZvgD5L0IEvX5/9GWyHMf3m8BKiVQwsCMHfoFosXtXBMnaS0ZnIJ9ST4b4NqLVKDEm8QBxoNNGNaBv2JNF6XNA== -next@15.4.9: - version "15.4.9" - resolved "https://registry.yarnpkg.com/next/-/next-15.4.9.tgz#9204500a9c3cb2b981fb932077abfa66d3ef663f" - integrity sha512-/NedNmbiH4Umt/7SohT9VKxEdBt02Lj33xHrukE7d8Li6juT+75sEq4a4U06jggrvdbklKgr78OZEyWZ8XRrtw== +next@15.4.10: + version "15.4.10" + resolved "https://registry.yarnpkg.com/next/-/next-15.4.10.tgz#4ee237d4eb16289f6e16167fbed59d8ada86aa59" + integrity sha512-itVlc79QjpKMFMRhP+kbGKaSG/gZM6RCvwhEbwmCNF06CdDiNaoHcbeg0PqkEa2GOcn8KJ0nnc7+yL7EjoYLHQ== dependencies: - "@next/env" "15.4.9" + "@next/env" "15.4.10" "@swc/helpers" "0.5.15" caniuse-lite "^1.0.30001579" postcss "8.4.31"