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
React scripts ( "react-scripts": "^5.0.1") is using (@svgr/[email protected]) which has security vulnerability in one of its dependend packages.
#13351
Open
vishranti5 opened this issue
Aug 29, 2023
· 1 comment
· May be fixed by #13778
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?
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.
The text was updated successfully, but these errors were encountered: