diff --git a/examples/with-next/package.json b/examples/with-next/package.json index 31b7cc3c..7713dd6a 100644 --- a/examples/with-next/package.json +++ b/examples/with-next/package.json @@ -9,7 +9,7 @@ "dependencies": { "@duffel/api": "^2.5.2", "classnames": "^2.3.1", - "next": "^15.4.8", + "next": "^15.4.9", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/with-next/yarn.lock b/examples/with-next/yarn.lock index de5d0f9b..4ecdd4b5 100644 --- a/examples/with-next/yarn.lock +++ b/examples/with-next/yarn.lock @@ -148,10 +148,10 @@ resolved "https://registry.yarnpkg.com/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.3.tgz#d20c89bd41b1dd3d76d8575714aaaa3c43204b6a" integrity sha512-OWwz05d++TxzLEv4VnsTz5CmZ6mI6S05sfQGEMrNrQcOEERbX46332IvE7pO/EUiw7jUrrS40z/M7kPyjfl04g== -"@next/env@15.4.8": - version "15.4.8" - resolved "https://registry.yarnpkg.com/@next/env/-/env-15.4.8.tgz#f41741d07651958bccb31fb685da0303a9ef1373" - integrity sha512-LydLa2MDI1NMrOFSkO54mTc8iIHSttj6R6dthITky9ylXV2gCGi0bHQjVCtLGRshdRPjyh2kXbxJukDtBWQZtQ== +"@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/swc-darwin-arm64@15.4.8": version "15.4.8" @@ -461,12 +461,12 @@ nanoid@^3.3.6: resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf" integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w== -next@^15.4.8: - version "15.4.8" - resolved "https://registry.yarnpkg.com/next/-/next-15.4.8.tgz#0f20a6cad613dc34547fa6519b2d09005ac370ca" - integrity sha512-jwOXTz/bo0Pvlf20FSb6VXVeWRssA2vbvq9SdrOPEg9x8E1B27C2rQtvriAn600o9hH61kjrVRexEffv3JybuA== +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== dependencies: - "@next/env" "15.4.8" + "@next/env" "15.4.9" "@swc/helpers" "0.5.15" caniuse-lite "^1.0.30001579" postcss "8.4.31"