Skip to content

Conversation

Suyash878
Copy link

Fixes #3289

updating the out-dated dependencies uuid and faker-js/faker

@ericfitz
Copy link

Would someone please consider testing and merging this commit?

@silverwind
Copy link

silverwind commented Sep 3, 2025

This is not the right approach to update indirect dependencies as it will result in a mix of old and new versions in the dependency tree. Instead, the packages that newman depends on need to update their dependencies individually:

└─┬ newman@6.2.1
  ├─┬ postman-collection@4.4.0
  │ └── uuid@8.3.2
  ├─┬ postman-request@2.88.1-postman.34
  │ └── uuid@8.3.2 deduped
  ├─┬ postman-runtime@7.39.1
  │ └── uuid@8.3.2 deduped
  └─┬ serialised-error@1.1.3
    └── uuid@3.4.0

└─┬ newman@6.2.1
  └─┬ postman-collection@4.4.0
    └── @faker-js/faker@5.5.3

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.

Deprecation warnings during Newman installation
3 participants