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
Hi.
I have an issue with dependencies of react-scripts package.
In the latest version there is a dependency from [email protected].
But this version of jest is deeply dependent from the braces package.
Here is reported vulnerability in braces package in versions earlier then v2.3.1 https://www.npmjs.com/advisories/786.
But [email protected]. refers to [braces] version before 2.3.1.
This issue should be fixed in jest v24.0.0-alpha.13 and higher.
Can you help to resolve this issue?
The text was updated successfully, but these errors were encountered:
Hi.
I have an issue with dependencies of react-scripts package.
In the latest version there is a dependency from [email protected].
But this version of jest is deeply dependent from the
braces
package.Here is reported vulnerability in
braces
package in versions earlier then v2.3.1 https://www.npmjs.com/advisories/786.But [email protected]. refers to [braces] version before 2.3.1.
This issue should be fixed in jest v24.0.0-alpha.13 and higher.
Can you help to resolve this issue?
The text was updated successfully, but these errors were encountered: