nuxt-community / axios-module

Secure and easy axios integration for Nuxt 2
https://axios.nuxtjs.org
MIT License
1.2k stars 245 forks source link

Release with latest axios #609

Open pi0 opened 9 months ago

pi0 commented 9 months ago

https://github.com/nuxt/nuxt/issues/9284#issuecomment-1814264329

axios  0.8.1 - 1.5.1
Severity: moderate
Axios Cross-Site Request Forgery Vulnerability - https://github.com/advisories/GHSA-wf5p-g6vw-rhxx
fix available via `npm audit fix --force`
Will install undefined@undefined, which is a breaking change
node_modules/@nuxtjs/auth-next/node_modules/axios
node_modules/axios
  @nuxtjs/auth-next  *
  Depends on vulnerable versions of @nuxtjs/axios
  Depends on vulnerable versions of axios
  node_modules/@nuxtjs/auth-next
  @nuxtjs/axios  *
  Depends on vulnerable versions of axios
  node_modules/@nuxtjs/axios
+-- @nuxtjs/auth-next@5.0.0-1667386184.dfbbb54
| `-- axios@0.26.1
`-- @nuxtjs/axios@5.13.6
  `-- axios@0.21.4
mariocampacci commented 6 months ago

Hi @pi0,

tried to prepare a PR.

Thanks