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
Also this updates 'eslint' to v8.57.1 and overrides 'cross-spawn' to ^7.0.6 in order to
fix the known vulnerabilities:
```
ajv <6.12.3
Severity: moderate
Prototype Pollution in Ajv - GHSA-v88g-cgmw-v5xw
fix available via `npm audit fix --force`
Will install [email protected], which is a breaking change
node_modules/ajv
ajv-keywords 2.1.1
Depends on vulnerable versions of ajv
node_modules/ajv-keywords
eslint 2.5.0 - 2.5.2 || 4.2.0 - 5.0.0-rc.0
Depends on vulnerable versions of ajv
Depends on vulnerable versions of cross-spawn
Depends on vulnerable versions of table
node_modules/eslint
table 3.7.10 - 4.0.2
Depends on vulnerable versions of ajv
node_modules/table
cross-spawn <6.0.6
Severity: high
Regular Expression Denial of Service (ReDoS) in cross-spawn - GHSA-3xgq-45jj-v275
fix available via `npm audit fix --force`
Will install [email protected], which is a breaking change
node_modules/cross-spawn
5 vulnerabilities (3 moderate, 2 high)
```
Fixes: juhovh#107
Signed-off-by: Victor Rubezhny <[email protected]>
Please add a support for Mocha@11
The text was updated successfully, but these errors were encountered: