Skip to content

Updating uuid and faker-js dependencies#3309

Open
Suyash878 wants to merge 1 commit intopostmanlabs:developfrom
Suyash878:issue#3289
Open

Updating uuid and faker-js dependencies#3309
Suyash878 wants to merge 1 commit intopostmanlabs:developfrom
Suyash878:issue#3289

Conversation

@Suyash878
Copy link
Copy Markdown

Fixes #3289

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

@ericfitz
Copy link
Copy Markdown

Would someone please consider testing and merging this commit?

@silverwind
Copy link
Copy Markdown

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:

└─┬ [email protected]
  ├─┬ [email protected]
  │ └── [email protected]
  ├─┬ [email protected]
  │ └── [email protected] deduped
  ├─┬ [email protected]
  │ └── [email protected] deduped
  └─┬ [email protected]
    └── [email protected]

└─┬ [email protected]
  └─┬ [email protected]
    └── @faker-js/[email protected]

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