caprover / caprover-cli

Command Line Interface for https://github.com/caprover/caprover
72 stars 39 forks source link

request is deprecated #57

Open drmrbrewer opened 4 years ago

drmrbrewer commented 4 years ago

Am sure you are aware, but just noticed a deprecation warning when installing caprover, regarding deprecation of the node request package. It is a pain because I also use it in most of my node-based apps too! Given how widespread this is, I am sure it will be around for a long time, but deprecated packages can I suppose break your app at any time.

djdembeck commented 2 years ago

Bumping this as well. There's a GHI of the breakdown: https://github.com/request/request/issues/3142

deadcoder0904 commented 9 months ago

many libraries are deprecated:

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 har-validator@5.1.5: this library is no longer supported
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142

why not update them & release a new version?