Description
Hi,
I'm not using loader-utils directly in my package.json, but may be it has transitive dependency, and currently I'm using react-script v5,
but now I'm getting Security Vulnerabilities issue as
A Regular expression denial of service (ReDoS) flaw was found in Function interpolateName in interpolateName.js in webpack loader-utils 2.0.0 via the resourcePath variable in interpolateName.js
and also I ran npm ls loader-utils, so the result is:
-- [email protected] +-- @pmmmwh/[email protected] |
-- [email protected]
+-- @svgr/[email protected]
| -- [email protected] deduped +-- [email protected] |
-- [email protected] deduped
+-- [email protected]
| -- [email protected] deduped +-- [email protected] |
-- [email protected]
-- [email protected] +-- [email protected] |
-- [email protected] deduped
`-- [email protected] deduped
could you please give me the suggestion how to fix this.
Thanks
Sowjanya