Open
Description
When installing puppeteer-extra-plugin-stealth
and its dependencies in my project, I encountered the following deprecation warnings:
[email protected]
is no longer supported (please upgrade torimraf@4
or later).[email protected]
is no longer supported (please upgrade toglob@9
or later).
These warnings may cause compatibility issues with other packages and indicate outdated dependencies in the puppeteer-extra-plugin-user-data-dir
plugin.
How to reproduce:
- Run the following installation command in a Node.js project:
npm install puppeteer-extra-plugin-stealth
- Observe the deprecation warnings in the console.
Code snippet:
npm install puppeteer-extra-plugin-stealth
Dependency Tree:
Here’s the dependency tree that shows the outdated versions of rimraf
and glob
:
[email protected] /home/grass/projects/BrowserAgents/browser-agent-switch
├── [email protected]
├─┬ [email protected]
│ └─┬ [email protected]
│ └─┬ [email protected]
│ └─┬ [email protected]
│ └─┬ [email protected]
│ └── [email protected]
└─┬ [email protected]
└── [email protected] deduped
Versions:
npx envinfo@latest --system --binaries --npmPackages '*(puppeteer*|playwright*|automation-extra*|@extra*)'