We found this bug in Babel's test suite, which a few days ago suddenly started failing.
Current behavior:
> browserslist("chrome 53")
[ 'chrome 53' ]
> browserslist("chromeandroid 53")
[ 'and_chr 73' ]
Expected behavior:
> browserslist("chromeandroid 53")
[ 'and_chr 53' ]
UPDATE
It looks like that the problem is that many browsers only list the last version 🤔

We found this bug in Babel's test suite, which a few days ago suddenly started failing.
Current behavior:
Expected behavior:
UPDATE
It looks like that the problem is that many browsers only list the last version 🤔