-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Description
I'm not sure how to raise this as it doesn't seem to fit one of the issue types that has a template.
We have a number of repositories that use @wordpress/scripts.
These all have Dependabot reporting "semver vulnerable to Regular Expression Denial of Service" as a moderate security issue that is present in semver < v7.5.2 and fixed in semver v7.5.2
When I try to fix this, I can only get semver up to version 5.7.1 because of dependencies of @wordpress/scripts
The chain of dependencies seems to be:
@wordpress/[email protected]requiresnpm-package-json-lint: ^5.0.0[email protected]requiresmeow: ^6.1.1[email protected]requiresnormalize-package-data: ^2.5.0[email protected]requiressemver: 2 || 3 || 4 || 5
Updating npm-package-json-lint to v6.4.0 would fix this:
[email protected]requiresmeow: ^9.0.0[email protected]requiresnormalize-package-data: ^3.0.0[email protected]requiressemver: ^7.3.4
I'd love to try to make a PR for this, but don't know how to do this given the mono-repo nature here.
Are there plans to update this dependency? Can someone that has the repo set up try it and see if it's a breaking change?
Thanks