Skip to content

Conversation

mdouglass
Copy link
Contributor

This fixes the issue with the previous version of @vercel/nft bringing in a bunch of deprecated transitive dependencies.

fixes #3375

This fixes the issue with the previous version of @vercel/nft bringing
in a bunch of deprecated transitive dependencies.

fixes avajs#3375
@mdouglass
Copy link
Contributor Author

~/projects/ava $ npm install --omit=dev

added 184 packages, and audited 185 packages in 797ms

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

1 high severity vulnerability

To address all issues, run:
  npm audit fix

Run `npm audit` for details.

@mdouglass
Copy link
Contributor Author

I reviewed the vft changelog at https://github.com/vercel/nft/releases and did not find any blocking issues. The primary potentially incompatible change was upping their min-node version to v18, but ava already requires that.

@novemberborn
Copy link
Member

Thanks @mdouglass. I typically roll up all dependency updates into a single PR, which I've now done at #3377.

@mdouglass
Copy link
Contributor Author

Excellent, thank you!

@mdouglass mdouglass deleted the fix/deps branch April 14, 2025 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ava has production transitive dependencies on deprecated modules
2 participants