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 serverless/utils 1.2.0 -> 5.20.0 #21

Open
akondylis opened this issue Nov 4, 2021 · 3 comments
Open

Upgrade serverless/utils 1.2.0 -> 5.20.0 #21

akondylis opened this issue Nov 4, 2021 · 3 comments

Comments

@akondylis
Copy link

akondylis commented Nov 4, 2021

During the deploy process I get the following message:

npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.

As I can find, the warning was raised from serverless/cli due to the dependency of one of its dependencies.

The 1.2.0 version of serverless has as a requirement the UUID (3.4.0), which is deprecated, the dependency solved at version 5.20.0, so it should be good if you update the version on package.json

@medikoo
Copy link
Contributor

medikoo commented Nov 4, 2021

@akondylis this Components CLI is deprecated and we do not plan further evolution of it

@akondylis
Copy link
Author

Awesome, Thanks for your response.
When you are planning to remove the cli dependency from serverless (main package)?

@medikoo
Copy link
Contributor

medikoo commented Nov 4, 2021

It will be gone with v3 release. Follow serverless/serverless#9855

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

No branches or pull requests

2 participants