ashleydavis / alpha-vantage-cli

Command line tool and API for retrieving stock market data from Alpha Vantage
MIT License
35 stars 4 forks source link

Dependencies have vulnerabilities #8

Open pritam001 opened 3 years ago

pritam001 commented 3 years ago

npm install --save alpha-vantage-cli

Output:

npm WARN deprecated request-promise@4.2.2: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142

npm WARN deprecated babyparse@0.4.6: Deprecated in favour of PapaParse, which now supports Node.js

npm WARN deprecated bson@0.4.23: Fixed a critical issue with BSON serialization documented in CVE-2019-2391, see https://bit.ly/2KcpXdo for more details

found 8 vulnerabilities (5 low, 3 high)

ashleydavis commented 3 years ago

Please feel free to create a pull request to fix these issues.