# update-browserslist-db

> CLI tool to update caniuse-lite to refresh target browsers from Browserslist config

Latest version **1.3.3** (published 2026-09-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install update-browserslist-db
pnpm add update-browserslist-db
yarn add update-browserslist-db
bun add update-browserslist-db
```

Provides the command `update-browserslist-db`.

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 1.3.3 |
| Published | 2026-09-10 |
| First published | 2022-06-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 22.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 842 |
| Author | Andrey Sitnik |
| Maintainers | ai |
| Keywords | browsers, caniuse, target |

## Links

- npm: https://www.npmjs.com/package/update-browserslist-db
- Repository: https://github.com/browserslist/update-db
- Homepage: https://github.com/browserslist/update-db#readme
- Issues: https://github.com/browserslist/update-db/issues
- Funding: https://opencollective.com/browserslist
- npm.io page: https://npm.io/package/update-browserslist-db

## Dependencies (2)

- [escalade](https://npm.io/package/escalade.md) ^3.2.0
- [picocolors](https://npm.io/package/picocolors.md) ^1.1.1

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 1.3.3 (latest) — 2026-09-10
- 1.3.2 — 2026-08-27
- 1.3.1 — 2026-08-10
- 1.3.0 — 2026-08-06
- 1.2.3 — 2025-12-16
- 1.2.2 — 2025-12-04
- 1.2.1 — 2025-12-03
- 1.2.0 — 2025-12-03
- 1.1.4 — 2025-10-22
- 1.1.3 — 2025-02-26
- 1.1.2 — 2025-01-08
- 1.1.1 — 2024-09-27
- 1.1.0 — 2024-07-02
- 1.0.16 — 2024-05-14
- 1.0.15 — 2024-05-03
- … 15 more at https://npm.io/package/update-browserslist-db/versions

## README

# Update Browserslist DB

<img width="120" height="120" alt="Browserslist logo by Anton Popov"
     src="https://browsersl.ist/logo.svg" align="right">

CLI tool to update `caniuse-lite` with browsers DB
from [Browserslist](https://github.com/browserslist/browserslist/) config.

Some queries like `last 2 versions` or `>1%` depend on actual data
from `caniuse-lite`.

```sh
npx update-browserslist-db@latest
```

Or if using `pnpm`:

```sh
pnpm dlx update-browserslist-db latest
```

Or if using `bun`:

```sh
bunx update-browserslist-db@latest
```

Or if using `yarn` 2+:

```sh
yarn dlx update-browserslist-db@latest
```

---

<img src="https://cdn.evilmartians.com/badges/logo-no-label.svg" alt="" width="22" height="16" />  Update Browserslist DB is built by <b><a href="https://evilmartians.com/">Evil Martians</a></b>, an American design and engineering consultancy for <b>developer tools, AI, and cybersecurity startups</b>.

---

## Docs
Read full docs **[here](https://github.com/browserslist/update-db#readme)**.

---
_Source: https://npm.io/package/update-browserslist-db · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
