[v4] Security Vulnerabilities #3613
-
Hi Adonis Team, Since its not 100% smooth when transitioning from
Please close this if deemed invalid, and point me to the correct location thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @jcjp! 👋🏻
No. You should always check for any breaking change on those libraries. If you are talking about
No. Version 5 have been released nearly two years ago, the version 4 has been discontinued.
I would recommend scaffolding a new application and starting to copy-paste your code by modifying what needs to be modified. Depending on the application size, it shouldn't take too long to update. I can also recommend following @ammezie course on the subject. |
Beta Was this translation helpful? Give feedback.
Hey @jcjp! 👋🏻
No. You should always check for any breaking change on those libraries. If you are talking about
@adonisjs
library, most of them have been updated for V5 and therefore, they don't work on V4.No. Version 5 have been released nearly two years ago, the version 4 has been discontinued.
I would recommend scaffolding a new application and starting to copy-paste your code by modifying what needs to be modified. Depending on the application size, it…