-
Notifications
You must be signed in to change notification settings - Fork 10
NPM install errors... #15
Description
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 har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: 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 request@2.88.2: request has been deprecated, see request/request#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
| -- qs@6.11.0, side-channel@1.0.4, call-bind@1.0.2, get-intrinsic@1.2.0, has-symbols@1.0.3, object-inspect@1.12.3 +-- https://github.com/sponsors/feross | -- safe-buffer@5.2.1
-- https://github.com/sponsors/epoberezkin -- ajv@6.12.6
npm audit
npm audit report
request *
Severity: moderate
Server-Side Request Forgery in Request - 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.