Skip to content

Commit 4214d91

Browse files
build(deps): bump next from 15.4.8 to 15.4.10 in /examples/with-next
Bumps [next](https://github.com/vercel/next.js) from 15.4.8 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](vercel/next.js@v15.4.8...v15.4.10) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e3592b8 commit 4214d91

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

examples/with-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@duffel/api": "^2.5.2",
1111
"classnames": "^2.3.1",
12-
"next": "^15.4.8",
12+
"next": "^15.4.10",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0"
1515
},

examples/with-next/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@
148148
resolved "https://registry.yarnpkg.com/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.3.tgz#d20c89bd41b1dd3d76d8575714aaaa3c43204b6a"
149149
integrity sha512-OWwz05d++TxzLEv4VnsTz5CmZ6mI6S05sfQGEMrNrQcOEERbX46332IvE7pO/EUiw7jUrrS40z/M7kPyjfl04g==
150150

151-
152-
version "15.4.8"
153-
resolved "https://registry.yarnpkg.com/@next/env/-/env-15.4.8.tgz#f41741d07651958bccb31fb685da0303a9ef1373"
154-
integrity sha512-LydLa2MDI1NMrOFSkO54mTc8iIHSttj6R6dthITky9ylXV2gCGi0bHQjVCtLGRshdRPjyh2kXbxJukDtBWQZtQ==
151+
"@next/[email protected].10":
152+
version "15.4.10"
153+
resolved "https://registry.yarnpkg.com/@next/env/-/env-15.4.10.tgz#a794b738d043d9e98ea435bd45254899f7f77714"
154+
integrity sha512-knhmoJ0Vv7VRf6pZEPSnciUG1S4bIhWx+qTYBW/AjxEtlzsiNORPk8sFDCEvqLfmKuey56UB9FL1UdHEV3uBrg==
155155

156156
157157
version "15.4.8"
@@ -461,12 +461,12 @@ nanoid@^3.3.6:
461461
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
462462
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
463463

464-
next@^15.4.8:
465-
version "15.4.8"
466-
resolved "https://registry.yarnpkg.com/next/-/next-15.4.8.tgz#0f20a6cad613dc34547fa6519b2d09005ac370ca"
467-
integrity sha512-jwOXTz/bo0Pvlf20FSb6VXVeWRssA2vbvq9SdrOPEg9x8E1B27C2rQtvriAn600o9hH61kjrVRexEffv3JybuA==
464+
next@^15.4.10:
465+
version "15.4.10"
466+
resolved "https://registry.yarnpkg.com/next/-/next-15.4.10.tgz#4ee237d4eb16289f6e16167fbed59d8ada86aa59"
467+
integrity sha512-itVlc79QjpKMFMRhP+kbGKaSG/gZM6RCvwhEbwmCNF06CdDiNaoHcbeg0PqkEa2GOcn8KJ0nnc7+yL7EjoYLHQ==
468468
dependencies:
469-
"@next/env" "15.4.8"
469+
"@next/env" "15.4.10"
470470
"@swc/helpers" "0.5.15"
471471
caniuse-lite "^1.0.30001579"
472472
postcss "8.4.31"

0 commit comments

Comments
 (0)