Hi got dependabot alert
react-bootstrap-table-next@4.0.3 requires underscore@1.9.1 The earliest fixed version is 1.12.1 - Dependabot alert
To fix this in package.json added underscore: 1.12.1
, but the problem is not solved as in package.lock.json still showing
"react-bootstrap-table-next": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/react-bootstrap-table-next/-/react-bootstrap-table-next-4.0.3.tgz",
"integrity": "sha512-uKxC73qUdUfusRf2uzDfMiF9LvTG5vuhTZa0lbAgHWSLLLaKTsI0iHf1e4+c7gP71q8dFsp7StvkP65SxC1JRg==",
"requires": {
"classnames": "^2.2.5",
"react-transition-group": "^4.2.0",
"underscore": "1.9.1"
}
How to fix this kind of dependabot alerts where we cannot update library ex underscore
which is required by another library react-bootstrap-table-next
and we cannot update react-bootstrap-table-next
as react-bootstrap-table-next
is already latest which we cannot update.
Or else shall we have to wait for next release of react-bootstrap-table-next