Skip to content

Commit dea2a6e

Browse files
fix(deps): update dependency next to v15.4.7 [security]
1 parent a314425 commit dea2a6e

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

suites/next.js/scenarios/000-app-router-migration-simple/repo-fixture/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@vitejs/plugin-react": "^4.4.1",
1717
"ai": "5.0.59",
1818
"jsdom": "^26.1.0",
19-
"next": ">=15.5.10",
19+
"next": "15.4.7",
2020
"react": "19.1.5",
2121
"react-dom": "19.1.5",
2222
"vite-tsconfig-paths": "^5.1.4",

suites/next.js/scenarios/001-server-component/repo-fixture/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@vitejs/plugin-react": "^4.4.1",
1717
"ai": "5.0.59",
1818
"jsdom": "^26.1.0",
19-
"next": ">=15.5.10",
19+
"next": "15.4.7",
2020
"react": "19.1.5",
2121
"react-dom": "19.1.5",
2222
"vite-tsconfig-paths": "^5.1.4",

suites/next.js/scenarios/002-client-component/repo-fixture/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@vitejs/plugin-react": "^4.4.1",
1717
"ai": "5.0.59",
1818
"jsdom": "^26.1.0",
19-
"next": ">=15.5.10",
19+
"next": "15.4.7",
2020
"react": "19.1.5",
2121
"react-dom": "19.1.5",
2222
"vite-tsconfig-paths": "^5.1.4",

suites/next.js/scenarios/003-cookies/repo-fixture/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@vitejs/plugin-react": "^4.4.1",
1717
"ai": "5.0.59",
1818
"jsdom": "^26.1.0",
19-
"next": ">=15.5.10",
19+
"next": "15.4.7",
2020
"react": "19.1.5",
2121
"react-dom": "19.1.5",
2222
"vite-tsconfig-paths": "^5.1.4",

suites/next.js/scenarios/004-search-params/repo-fixture/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@vitejs/plugin-react": "^4.4.1",
1717
"ai": "5.0.59",
1818
"jsdom": "^26.1.0",
19-
"next": ">=15.5.10",
19+
"next": "15.4.7",
2020
"react": "19.1.5",
2121
"react-dom": "19.1.5",
2222
"vite-tsconfig-paths": "^5.1.4",

suites/next.js/scenarios/005-react-use-api/repo-fixture/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@vitejs/plugin-react": "^4.4.1",
1717
"ai": "5.0.59",
1818
"jsdom": "^26.1.0",
19-
"next": ">=15.5.10",
19+
"next": "15.4.7",
2020
"react": "19.1.5",
2121
"react-dom": "19.1.5",
2222
"vite-tsconfig-paths": "^5.1.4",

suites/next.js/scenarios/006-server-metadata/repo-fixture/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@vitejs/plugin-react": "^4.4.1",
1717
"ai": "5.0.59",
1818
"jsdom": "^26.1.0",
19-
"next": ">=15.5.10",
19+
"next": "15.4.7",
2020
"react": "19.1.5",
2121
"react-dom": "19.1.5",
2222
"vite-tsconfig-paths": "^5.1.4",

suites/next.js/scenarios/007-client-metadata/repo-fixture/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@vitejs/plugin-react": "^4.4.1",
1717
"ai": "5.0.59",
1818
"jsdom": "^26.1.0",
19-
"next": ">=15.5.10",
19+
"next": "15.4.7",
2020
"react": "19.1.5",
2121
"react-dom": "19.1.5",
2222
"vite-tsconfig-paths": "^5.1.4",

suites/next.js/scenarios/008-generate-static-params/repo-fixture/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@vitejs/plugin-react": "^4.4.1",
1717
"ai": "5.0.59",
1818
"jsdom": "^26.1.0",
19-
"next": ">=15.5.10",
19+
"next": "15.4.7",
2020
"react": "19.1.5",
2121
"react-dom": "19.1.5",
2222
"vite-tsconfig-paths": "^5.1.4",

suites/next.js/scenarios/010-route-handlers/repo-fixture/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@vitejs/plugin-react": "^4.4.1",
1717
"ai": "5.0.59",
1818
"jsdom": "^26.1.0",
19-
"next": ">=15.5.10",
19+
"next": "15.4.7",
2020
"react": "19.1.5",
2121
"react-dom": "19.1.5",
2222
"vite-tsconfig-paths": "^5.1.4",

0 commit comments

Comments
 (0)