Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node modules dependencies #5

Open
RodSoriano opened this issue May 19, 2024 · 0 comments
Open

Node modules dependencies #5

RodSoriano opened this issue May 19, 2024 · 0 comments
Labels
help wanted Extra attention is needed invalid This doesn't seem right question Further information is requested

Comments

@RodSoriano
Copy link
Owner

RodSoriano commented May 19, 2024

Background Context

On pull request #3 vite and Vue was setup into the project as the views part of the MVC with Rails on the background.

Issue Description

With the client side of the app now running in the JavaScript ecosystem we are facing an issue with the libraries for:

  • @inertiajs/inertia
  • @js-from-routes/inertia

And the thing is that these specific modules are using an old version of axios for HTTP communication, this vulnerability on axios was fixed as described in this issue.

axios vulnerability

The part b of this issue is a deprecated version of CJS build of vite Node API. This needs to be investigated and find a possible fix.

vite-issue

Additional Comments?

No comments.

@RodSoriano RodSoriano added help wanted Extra attention is needed invalid This doesn't seem right question Further information is requested labels May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed invalid This doesn't seem right question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant