auth0-deploy-cli icon indicating copy to clipboard operation
auth0-deploy-cli copied to clipboard

Upgrade version of Auth0 SDK to '^4.x.x' in Auth0 Deploy cli dependencies

Open DanielSzopa opened this issue 1 year ago • 1 comments

Checklist

Describe the problem you'd like to have solved

I would be very grateful if you would upgrade Auth0 sdk to version "^4.x.x" in auth0 deploy cli dependencies. I would like to import tenant.yaml via auth0 deploy cli, in order to update customDomains section, but possibility was added to Auth0 SDK in version 4.x.x when auth0 deploy cli supports only 3.x.x.

Current state https://github.com/auth0/auth0-deploy-cli/blob/v7.22.1/package.json

"dependencies": {
    "auth0": "^3.0.0",
  },

Describe the ideal solution

Ideal solution will be upgrade auth0 sdk version in package.json.

"dependencies": {
    "auth0": "^4.0.0",
  },

Alternatives and current workarounds

No response

Additional context

No response

DanielSzopa avatar Jul 15 '24 13:07 DanielSzopa

There is also the issue of nested dependencies. auth0 v3 uses an old version of axios which has a security issue, afaik

eturino avatar Aug 22 '24 22:08 eturino

Hi, @DanielSzopa
Thanks for opening the issue.

This has been released in 8.0.0 🚀

kushalshit27 avatar Oct 22 '24 05:10 kushalshit27

Thanks for your support!

DanielSzopa avatar Dec 16 '24 12:12 DanielSzopa