yagop / node-telegram-bot-api

Telegram Bot API for NodeJS
MIT License
8.13k stars 1.49k forks source link

deps: Change request to @cypress/request #1145

Closed danielperez9430 closed 8 months ago

danielperez9430 commented 8 months ago

Description

@cypress/request is a fork of request that they use Cypress. And is actually updated and also fix the problem of the vulnerability of tough-cookie dependency.

This change is not a breaking change and also can be safe for update in the current version without need to drop the support for old node versions until we do a more deep refactor of the package.

Related issues:

What is your opinion @yagop @kamikazechaser ?

saeedhei commented 8 months ago

Does this module have the ability to update with Axios?