You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd definitely recommend using Node LTS (20) and the latest Next.js (14). Would also use the new app directory structure instead of the old pages structure. Also note that NPM indicates 1 high severity vulnerability, due to Next.js Server-Side Request Forgery in Server Actions.
In general it's best to keep up with package versions to prevent security vulnerabilities and for easier integration with 3rd party / client projects.
The text was updated successfully, but these errors were encountered:
The packages that are lagging behind major versions are:
I'd definitely recommend using Node LTS (20) and the latest Next.js (14). Would also use the new app directory structure instead of the old pages structure. Also note that NPM indicates
1 high severity vulnerability
, due to Next.js Server-Side Request Forgery in Server Actions.In general it's best to keep up with package versions to prevent security vulnerabilities and for easier integration with 3rd party / client projects.
The text was updated successfully, but these errors were encountered: