Skip to content

[Bug]: Deprecated inflight@1.0.6 and glob@7.2.3 used #15926

@gbudge

Description

@gbudge

Version

29.7.0

Steps to reproduce

  1. Clear out node_modules
  2. Install jest

Expected behavior

user@macbook:~$ rm -rf node_modules
user@macbook:~$ npm install jest --save-dev

added 414 packages, and audited 415 packages in 23s

70 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
user@macbook:~$

Actual behavior

user@macbook:~$ rm -rf node_modules
user@macbook:~$ npm install jest --save-dev
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported

added 414 packages, and audited 415 packages in 23s

70 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
user@macbook:~$

Additional context

No response

Environment

System:
    OS: macOS 14.8.2
    CPU: (4) x64 Intel(R) Core(TM) i5-8210Y CPU @ 1.60GHz
  Binaries:
    Node: 23.11.0 - /usr/local/bin/node
    npm: 10.9.2 - /usr/local/bin/npm
    Deno: 2.5.6 - /usr/local/bin/deno
  npmPackages:
    jest: ^29.7.0 => 29.7.0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions