aeirola / slack-irc-client

Use Slack as your IRC client
87 stars 16 forks source link

Level "high" vulnerabilities flagged by npm install #40

Open lucasgonze opened 2 years ago

lucasgonze commented 2 years ago
$ npm install -g slack-irc-client

12 vulnerabilities (2 low, 5 moderate, 5 high)

I believe these are the relevant warnings:

npm WARN deprecated cryptiles@2.0.5: 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).
distribution is no longer supported and may contain bugs and critical security issues.
npm WARN deprecated boom@2.10.1: 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 hoek@2.16.3: 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 hawk@3.1.3: 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.

The fix is probably just upgrading the versions in package.json.

lucasgonze commented 2 years ago

I recognize that this kind of stuff is the least fun part of being a maintainer.