askrella / whatsapp-chatgpt

ChatGPT + DALL-E + WhatsApp = AI Assistant :rocket: :robot:
3.49k stars 842 forks source link

npm deprecated for querystring@0.2.0 and puppeteer@13.7.0 #282

Closed nicholaswongsg closed 1 year ago

nicholaswongsg commented 1 year ago

npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. npm WARN deprecated puppeteer@13.7.0: < 18.1.0 is no longer supported

nicholaswongsg commented 1 year ago

Warnings about deprecated packages as shown above. "querystring" and "puppeteer" are deprecated, meaning they're no longer being updated or maintained, and new code should avoid using them if possible. You can run npm audit fix to install any available updates that fix these vulnerabilities automatically.