Skip to content

[Bug] Outdated rimraf and glob dependencies causing deprecation warnings #914

Open
@Pranavjeet-Naidu

Description

@Pranavjeet-Naidu

When installing puppeteer-extra-plugin-stealth and its dependencies in my project, I encountered the following deprecation warnings:

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:

  1. Run the following installation command in a Node.js project:
    npm install puppeteer-extra-plugin-stealth
  2. 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*)'

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions