diff --git a/package.json b/package.json index b66dc9925..3d89a0590 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "date-fns": "^2.16.1", "debounce": "^1.2.1", "github-slugger": "^1.3.0", - "next": "15.4.9", + "next": "15.4.10", "next-remote-watch": "^1.0.0", "parse-numeric-range": "^1.3.0", "react": "^19.0.0", diff --git a/yarn.lock b/yarn.lock index 1f4aba502..4f4ddc8f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1171,10 +1171,10 @@ unist-util-visit "^4.0.0" vfile "^5.0.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@12.0.3": version "12.0.3" @@ -5765,12 +5765,12 @@ next-tick@^1.1.0: resolved "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz" integrity sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ== -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"