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
This security issue should be easily fixable by updating underscore version according to dependabot, but underscore is a dependency of react-bootstrap-table-next and this package is not maintained for more than 4 years.
This package has pinned the version of underscore to 1.9.1 as you can see here, so we can´t just update underscore's version in the dependency tree. Our options to fix this issue are:
Wait for react-bootstrap-table-next to updated (at least have this PR merged).
Locally install react-bootstrap-table-next with the underscore bump.
Refactor the code to get rid of react-bootstrap-table-next and use another library for rendering the tables.
The text was updated successfully, but these errors were encountered:
This security issue should be easily fixable by updating underscore version according to dependabot, but underscore is a dependency of
react-bootstrap-table-next
and this package is not maintained for more than 4 years.This package has pinned the version of
underscore
to1.9.1
as you can see here, so we can´t just update underscore's version in the dependency tree. Our options to fix this issue are:react-bootstrap-table-next
to updated (at least have this PR merged).react-bootstrap-table-next
with the underscore bump.react-bootstrap-table-next
and use another library for rendering the tables.The text was updated successfully, but these errors were encountered: