Inefficient Regular Expression Complexity in nth-check Ошибка

Inefficient Regular Expression Complexity in nth-check - https://github.com/advisories/GHSA-rp65-...

Цитата сообщения npm audit:

nth-check Severity: high
Inefficient Regular Expression Complexity in nth-check - https://github.com/advisories/GHSA-rp65-9cf3-cjxr
fix available via `npm audit fix --force`
Will install react-scripts@2.1.3, which is a breaking change
node_modules/@svgr/plugin-svgo/node_modules/nth-check
css-select Depends on vulnerable versions of nth-check
node_modules/@svgr/plugin-svgo/node_modules/css-select
svgo 1.0.0 - 1.3.2
Depends on vulnerable versions of css-select
node_modules/@svgr/plugin-svgo/node_modules/svgo
@svgr/plugin-svgo Depends on vulnerable versions of svgo
node_modules/@svgr/plugin-svgo
@svgr/webpack 4.0.0 - 5.5.0
Depends on vulnerable versions of @svgr/plugin-svgo
node_modules/@svgr/webpack
react-scripts >=2.1.4
Depends on vulnerable versions of @svgr/webpack
node_modules/react-scripts

Обсуждение проблемы: https://github.com/facebook/create-react...

Возможное решение

Добавить в package.json переопределении для используемой зависимостями версии пакета:

"overrides": {
    "nth-check": "2.1.1"
 }