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
Update inner vulnerable dependency in the yarn.lock file
if the vulnerable dependency is an internal library (not specified in the package.json file, but included by another dependency) follow the steps below.
Run yarn upgrade XXX
Update vulnerable package in package.json file
Try to update minor version of the library in the package.json
If the library needs a major version update, please discuss it with other team members.
Tip
To inspect a dependency graph, you can use yarn why and npm ls command.
Try yarn why <package name> and npm ls <package name>.