chore(deps): update `browserslist` (#81851)
Update browserslist v4.24.4 -> 4.25.1 (latest)
Update `browserslist` to 4.25.1 to enable custom statistics query
support that was added in 4.25.0. This query allows browserslist to be
configured based on custom data sources (like Google Analytics) rather
than the default browserslist data source. This allows Next.js to be
optimized based on the actual usage data for a website rather than the
default global data.
---
**[4.24.5](https://github.com/browserslist/browserslist/releases/tag/4.24.5)**:
* Fixed support ESM shared config.
* Fixed docs (by Alexander Pushkov & マルコメ).
**[4.25.0](https://github.com/browserslist/browserslist/releases/tag/4.25.0)**:
* Added `cover 95% in browserslist-config-mycompany stats` query
support.
**[4.25.1](https://github.com/browserslist/browserslist/releases/tag/4.25.1)**:
* Updated Firefox ESR.
---------
Co-authored-by: JJ Kasper <jj@jjsweb.site>