React scripts ( "react-scripts": "^5.0.1") is using (@svgr/[email protected]) which has security vulnerability in one of its dependend packages. #13351
Open
Description
React scripts ( "react-scripts": "^5.0.1") is using (@svgr/[email protected]) which has security vulnerability in one of its dependent packages.is it possible to upgrade this package (@svgr/webpack) to latest version in react script?
here is the hierarchy of vulnerable package ( [email protected])
-- [email protected]
+-- @svgr/[email protected]
| -- @svgr/[email protected] |
-- [email protected]
| -- [email protected] |
-- [email protected]
so if we upgrade the @svgr/[email protected] to @svgr/[email protected] which is latest all the dependent packages will be upgraded.