Skip to content

Commit

Permalink
fix(next-drupal, *-starter, www): disallow next.js versions with secu…
Browse files Browse the repository at this point in the history
…rity issues
  • Loading branch information
yobottehg committed Jan 24, 2025
1 parent 36d157f commit 2823757
Show file tree
Hide file tree
Showing 6 changed files with 162 additions and 121 deletions.
2 changes: 1 addition & 1 deletion packages/next-drupal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
},
"dependencies": {
"jsona": "^1.12.1",
"next": "^14.2 || ^15.0",
"next": "^14.2.21 || ^15.1.2",
"node-cache": "^5.1.2",
"qs": "^6.13.1",
"react": "^18.2 || ^19.0",
Expand Down
2 changes: 1 addition & 1 deletion starters/basic-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"format:check": "prettier --check ."
},
"dependencies": {
"next": "^15.0.4",
"next": "^15.1.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next-drupal": "^2.0.0-beta.2"
Expand Down
2 changes: 1 addition & 1 deletion starters/graphql-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"format:check": "prettier --check ."
},
"dependencies": {
"next": "^15.0.4",
"next": "^15.1.2",
"next-drupal": "^2.0.0-beta.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
Expand Down
2 changes: 1 addition & 1 deletion starters/pages-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"format:check": "prettier --check ."
},
"dependencies": {
"next": "^15.0.4",
"next": "^15.1.2",
"next-drupal": "^2.0.0-beta.2",
"react": "^19.0.0",
"react-dom": "^19.0.0"
Expand Down
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@vercel/analytics": "^0.1.11",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"next": "^14.2.2",
"next": "^14.2.21",
"next-mdx": "^0.6.2",
"next-mdx-toc": "^0.1.3",
"next-seo": "^4.29.0",
Expand All @@ -42,4 +42,4 @@
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}
}
Loading

0 comments on commit 2823757

Please sign in to comment.