Description
When installing dependencies for our project that uses @vercel/nft, we encountered warnings about deprecated subdependencies. These warnings are caused by the @mapbox/node-pre-gyp package, which is a dependency of @vercel/nft.
Details
The following deprecated subdependencies are reported during pnpm install:
are-we-there-yet@2.0.0
gauge@3.0.2
inflight@1.0.6
npmlog@5.0.1
Expected Behavior
Dependencies within @vercel/nft should not rely on deprecated packages to ensure better security and compatibility with modern development environments.
Additional Information
- Node.js version: [20.13.1]
- pnpm version: [9.1.2]
- Operating System: [windows 11]
Description
When installing dependencies for our project that uses
@vercel/nft, we encountered warnings about deprecated subdependencies. These warnings are caused by the@mapbox/node-pre-gyppackage, which is a dependency of@vercel/nft.Details
The following deprecated subdependencies are reported during
pnpm install:are-we-there-yet@2.0.0gauge@3.0.2inflight@1.0.6npmlog@5.0.1Expected Behavior
Dependencies within
@vercel/nftshould not rely on deprecated packages to ensure better security and compatibility with modern development environments.Additional Information