Updated axios to 1.7.4 (patched) version
(Note: I couldn’t update using npm but was able to do so with pnpm and yarn)
-> We could just delete npm and yarn related files to clean up the project, as we don't use these package managers
The axios warning may have stemmed from a dependency lock in yarn.lock file where axios was pinned at 1.4.0 (but I can't find any dependency of axios elsewhere).
Updated axios to
1.7.4
(patched) version (Note: I couldn’t update using npm but was able to do so with pnpm and yarn) -> We could just delete npm and yarn related files to clean up the project, as we don't use these package managersThe axios warning may have stemmed from a dependency lock in yarn.lock file where axios was pinned at 1.4.0 (but I can't find any dependency of axios elsewhere).