You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: