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

fix minor npm versioning warnings #537

Open
missinglink opened this issue Jul 3, 2023 · 0 comments
Open

fix minor npm versioning warnings #537

missinglink opened this issue Jul 3, 2023 · 0 comments

Comments

@missinglink
Copy link
Member

missinglink commented Jul 3, 2023

When running npm install there are some warnings which could probably be easily fixed:

npm WARN deprecated trim@0.0.1: Use String.prototype.trim() instead
npm WARN deprecated @hapi/pinpoint@1.0.2: Moved to 'npm install @sideway/pinpoint'
npm WARN deprecated @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/formula@1.2.0: Moved to 'npm install @sideway/formula'
npm WARN deprecated @hapi/address@2.1.4: Moved to 'npm install @sideway/address'
npm WARN deprecated @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/joi@16.1.8: Switch to 'npm install joi'
npm WARN deprecated elasticsearch@16.7.3: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

The last one elasticsearch@16.7.3 is not easily fixed since they changed the API significantly in the new version, but other lines like deprecated trim@0.0.1: Use String.prototype.trim() instead should be simple.

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

1 participant