Issues with DJS dependencies?

I was just running an npm audit as I sporadically do, and came across this
undici  <=5.28.2
Undici proxy-authorization header not cleared on cross-origin redirect in fetch - https://github.com/advisories/GHSA-3787-6prv-h9w3
fix available via `npm audit fix`
node_modules/@discordjs/rest/node_modules/undici
  @discordjs/rest  2.0.1-dev.1690848847-1af7e5a0b.0 - 2.3.0-dev.1707178154-3755e66d4
  Depends on vulnerable versions of undici
  node_modules/@discordjs/rest
    @discordjs/ws  >=1.0.1-dev.1690848792-1af7e5a0b.0
    Depends on vulnerable versions of @discordjs/rest
    node_modules/@discordjs/ws

If I'm reading that correctly that is issues with the deps of djs? Just wanted to point this out. audit fix and audit fix --force don't fix the issue.

I'm if I'm not reading that correctly then apologies šŸ™
Was this page helpful?