googleapis / google-auth-library-nodejs

🔑 Google Auth Library for Node.js
Apache License 2.0
1.7k stars 374 forks source link

Glob version is deprecated #1833

Open ChronoBoot opened 1 month ago

ChronoBoot commented 1 month ago

Environment details

System: OS: macOS 14.5 CPU: (8) x64 Intel(R) Core(TM) i5-1038NG7 CPU @ 2.00GHz Binaries: Node: 22.3.0 - ~/.nvm/versions/node/v22.3.0/bin/node Yarn: 1.22.22 - ~/.yarn/bin/yarn npm: 10.8.1 - ~/.nvm/versions/node/v22.3.0/bin/npm pnpm: 6.11.0 - ~/.nvm/versions/node/v14.19.0/bin/pnpm npmPackages: jest: ^29.7.0 => 29.7.0 google-auth-library version: 9.11

Steps to reproduce

  1. npm i google-auth-library --save

Result

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
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
danielbankhead commented 1 month ago

Looking at npm ls glob, it appears it is from nested dependencies:

Screenshot 2024-07-12 at 11 13 01 AM

We will either remove or update the associated packages in the next major release.