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
yarn.lock has 2 versions of braces. using yarn why it shows those are introduced as follows:
yarn why braces
yarn why v1.15.2
[1/4] 🤔 Why do we have the module "braces"...?
[2/4] 🚚 Initialising dependency graph...
[3/4] 🔍 Finding dependency...
[4/4] 🚡 Calculating file sizes...
=> Found "braces@2.3.2"
info Reasons this module exists
- "micromatch" depends on it
- Hoisted from "micromatch#braces"
info Disk size without dependencies: "76KB"
info Disk size with unique dependencies: "1.25MB"
info Disk size with transitive dependencies: "3.81MB"
info Number of shared dependencies: 29
=> Found "jest-matchers#braces@1.8.5"
info Reasons this module exists
- "jest-matchers#jest-message-util#micromatch" depends on it
- Hoisted from "jest-matchers#jest-message-util#micromatch#braces"
info Disk size without dependencies: "24KB"
info Disk size with unique dependencies: "180KB"
info Disk size with transitive dependencies: "352KB"
info Number of shared dependencies: 10
✨ Done in 0.45s.
So... jest-matchers is the package that needs to update.
As a temporary fix I have added a resolution to the package.json to not allow the lower version of braces to be used
There is a 1 low severity vulnerability.
The text was updated successfully, but these errors were encountered: