bloq / cloud-cli

☁️💻
MIT License
0 stars 0 forks source link

Update old/deprecated dependencies #190

Closed raiseerco closed 2 years ago

raiseerco commented 2 years ago

Upon install several deprecation warnings are shown, in order to increase end-user confidence, all dependencies should be up-to-date

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 https://github.com/request/request/issues/3142
npm WARN deprecated axios@0.18.1: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410

added 351 packages, and audited 352 packages in 18s

17 packages are looking for funding
  run `npm fund` for details

14 vulnerabilities (10 moderate, 4 high)

To address issues that do not require attention, run:
  npm audit fix

To address all issues possible (including breaking changes), run:
  npm audit fix --force

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

Run `npm audit` for details.