appmetrics-dash icon indicating copy to clipboard operation
appmetrics-dash copied to clipboard

Upgrade dependencies and review installation warnings

Open mattcolegate opened this issue 4 years ago • 0 comments

Logs from the latest Travis runs show a lot of packages are outdated:

$ npm install 

npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142

npm WARN deprecated [email protected]: This version is no longer supported, please upgrade to 3.x

npm WARN deprecated [email protected]: This version is no longer supported, please upgrade to 6.x

npm WARN deprecated [email protected]: No longer maintained, please upgrade to swagger-ui@3.

npm WARN deprecated [email protected]: Please use the native JSON object instead of JSON 3

npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142

npm WARN deprecated [email protected]: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.

npm WARN deprecated [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).

npm WARN deprecated [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).

npm WARN deprecated [email protected]: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.

npm WARN deprecated [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).

npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.

npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated

npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated

These need to be brought up to date.

mattcolegate avatar Apr 28 '20 23:04 mattcolegate