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

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

Open
1 task done
DanielSzopa opened this issue Jul 15, 2024 · 1 comment
Open
1 task done

Comments

@DanielSzopa
Copy link

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

@eturino
Copy link

eturino commented Aug 22, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants