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
There is an XSS in the peer-dependecy chain (details here GHSA-76p7-773f-r4q5). I believe this is solvable by upgrading mocha to 10.6.0 or later. As mocha has already updated their dependecies in mochajs/mocha#5153
Latest 10.* version if 10.8.2. Latest version ATM 11.1.0does not appear to be backwards compatible
Temporary solution is to override the peer dependency in your package.json file:
"overrides": {
"mocha": "10.8.2"
}
The text was updated successfully, but these errors were encountered:
There is an XSS in the peer-dependecy chain (details here GHSA-76p7-773f-r4q5). I believe this is solvable by upgrading mocha to 10.6.0 or later. As mocha has already updated their dependecies in mochajs/mocha#5153
Latest 10.* version if 10.8.2. Latest version ATM 11.1.0 does not appear to be backwards compatible
Temporary solution is to override the peer dependency in your package.json file:
The text was updated successfully, but these errors were encountered: