I was looking through my package-lock.json
and I came across this requirement:
"requires": {
"bootstrap": ">=4.5.3 <5.0.0",
}
What does it mean to have two version expressions in one line like this? I'm writing something to compare package versions and I don't know how to interpret it.