smsglue icon indicating copy to clipboard operation
smsglue copied to clipboard

NPM install errors...

Open DFC72 opened this issue 2 years ago • 0 comments

Got a few errors when attempting 'rpm install smsglue'

Platform is a Ubuntu container (on Docker Desktop 4.18.0 on MacOS Ventura 13.3.1)

Details below - Any thoughts on this one?

Ran the following after container spun up:

apt update && apt upgrade -y

[edited out all the boring stuff]

apt install npm -y

[edited out all the dependencies it installed]

npm install smsglue

npm WARN deprecated [email protected]: this library is no longer supported 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. npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142

added 133 packages, and audited 134 packages in 7s

8 packages are looking for funding run npm fund for details

2 moderate severity vulnerabilities

Some issues need review, and may require choosing a different dependency.

Run npm audit for details.

npm fund

root +-- https://github.com/sponsors/ljharb | -- [email protected], [email protected], [email protected], [email protected], [email protected], [email protected] +-- https://github.com/sponsors/feross | -- [email protected] -- https://github.com/sponsors/epoberezkin -- [email protected]

npm audit

npm audit report

request * Severity: moderate Server-Side Request Forgery in Request - https://github.com/advisories/GHSA-p8p7-x288-28g6 No fix available node_modules/request smsglue * Depends on vulnerable versions of request node_modules/smsglue

2 moderate severity vulnerabilities

Some issues need review, and may require choosing a different dependency.

DFC72 avatar Apr 14 '23 00:04 DFC72