Skip to content

Commit c270c7d

Browse files
chore(deps): bump next from 15.2.3 to 15.2.4 (#935)
Bumps [next](https://github.com/vercel/next.js) from 15.2.3 to 15.2.4. - [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.2.3...v15.2.4) --- updated-dependencies: - dependency-name: next dependency-version: 15.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9879521 commit c270c7d

File tree

5 files changed

+120
-111
lines changed

5 files changed

+120
-111
lines changed

packages/next-auth-sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"next": "^15.2.3",
12+
"next": "^15.2.4",
1313
"next-auth": "5.0.0-beta.27",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0"

packages/next-sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@logto/next": "workspace:^",
13-
"next": "^15.2.3",
13+
"next": "^15.2.4",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0",
1616
"swr": "^2.0.0"

packages/next-server-actions-sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@logto/next": "workspace:^",
13-
"next": "^15.2.3",
13+
"next": "^15.2.4",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0"
1616
},

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@vitest/coverage-v8": "^2.1.9",
6464
"eslint": "^8.57.0",
6565
"lint-staged": "^15.0.0",
66-
"next": "^15.2.3",
66+
"next": "^15.2.4",
6767
"next-test-api-route-handler": "^4.0.14",
6868
"prettier": "^3.0.0",
6969
"react": "19.0.0",

0 commit comments

Comments
 (0)