Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependencies cucumber 9.1.2 and uuid 3.3.3 to newer #303

Open
mumaguma opened this issue Jan 24, 2025 · 0 comments
Open

update dependencies cucumber 9.1.2 and uuid 3.3.3 to newer #303

mumaguma opened this issue Jan 24, 2025 · 0 comments

Comments

@mumaguma
Copy link

mumaguma commented Jan 24, 2025

Hi,

in my pipeline I get some insecure dependencies flagged, and these were traced to be caused by what is in dependencies of cucumber-html-reporter 7.2.0.

From the usage of outdated glob:
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it.
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported

Outdated uuid:
npm warn deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic.
most of my other dependencies moved to uuid 10.0.0 or 9.0.1

From usage of outdated cucumber/cucumber:
npm warn deprecated [email protected]: This version has a critical bug in fallback handling.

I'd be grateful if these could be updated (as it causes auditing issues) and pushed to npm.

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

No branches or pull requests

1 participant